haskell-ffi-tutorial
Haskell FFI tutorial
A tutorial on how to work with Haskell FFI and nested structs for bi-directional C->Haskell interop
A (missing) Haskell FFI tutorial: how to work with nested Structs and do bi-directional C<->Haskell interop
83 stars
5 watching
6 forks
Language: Haskell
last commit: about 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
raviksharma/bartosz-basics-of-haskell | A collection of exercises and code examples illustrating the basics of Haskell programming | 488 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 92 |
aisamanra/rust-haskell-ffi | A proof-of-concept demonstrating how to call Rust code from Haskell | 131 |
haskell-beginners-2022/course-plan | A comprehensive learning plan and resources for beginners to learn Haskell, a functional programming language. | 1,284 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
jagajaga/fp-course-itmo | A comprehensive online resource for learning functional programming in Haskell | 613 |
tmcdonell/cuda | FFI bindings to CUDA for Haskell programming | 75 |
mondaymorninghaskell/haskellings | An automated tutorial program for learning Haskell programming | 167 |
denisshevchenko/ohaskell.guide | A comprehensive guide to the Haskell programming language | 261 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 82 |
nanotech/swift-haskell-tutorial | Tutorials integrating Haskell with Swift to build a Mac app | 149 |
crabmusket/haskell-simple-concurrency | A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. | 79 |
fjvallarino/monomer | A cross-platform GUI library for writing native Haskell applications | 596 |
haskellzhangsong/introduction_to_haskell_2ed_source | The source code for an introductory textbook on functional programming in Haskell. | 82 |
dnikolovv/practical-haskell | A collection of practical examples and snippets to help developers use Haskell in real-world scenarios. | 84 |