Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
inline-c | castle | |
---|---|---|
4 | 0 | |
277 | 5 | |
0.4% | - | |
0.0 | 0.0 | |
2 months ago | over 3 years ago | |
Haskell | Haskell | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
inline-c
Posts with mentions or reviews of inline-c.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-12.
-
Help needed for FFI (presumable segmentation fault)
Check out https://github.com/fpco/inline-c
-
Will I suffer attempting to use Haskell in a company that mainly uses c++
Learn inline-c and inline-c-cpp really well. You will feel enabled if you can call the power of C++ from Haskell. You can find some examples in the opencv package.
-
Passing a Haskell object over to a C++ program
As mentioned by /u/0xab inline-c can also do C++ and is the solution for low-level interop with C++. Its C++ support was made for the opencv binding, and in contrast to normal FFI, it allows you to use templated code and so on, splicing Haskell variables in via TH quasiquoters/antiquoters.
I've done this many times for huge projects like binding to PyTorch and Godot. Declare the structures that will hold the data in C and write to them from Haskell. https://github.com/fpco/inline-c is absolutely the way to go.
castle
Posts with mentions or reviews of castle.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning castle yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing inline-c and castle you can also consider the following projects:
stack - The Haskell Tool Stack
hoogle - Haskell API search engine
ghcid - Very low feature GHCi based IDE
stgi - A user-centric visual STG implementation to help understand GHC/Haskell's execution model.
hpack - hpack: A modern format for Haskell packages
BigPixel - Pixel art for games
gipeda - Git Performance Dashboard
inline-java - Haskell/Java interop via inline Java code in Haskell modules.
ShellCheck - ShellCheck, a static analysis tool for shell scripts
bliplib - A bytecode compiler for Python 3
criterion - A powerful but simple library for measuring the performance of Haskell code.
haddock - Haskell Documentation Tool