call-haskell-from-anything
Function serializer
A tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization
Call Haskell functions from any programming language via serialization and dynamic libraries
391 stars
12 watching
19 forks
Language: Haskell
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
nh2/haskell-from-python | Enables calling Haskell functions from Python using ctypes.cdll.LoadLibrary | 58 |
iokasimov/apart | A Haskell library for serializing and deserializing data structures in a persistent manner. | 30 |
quid2/flat | A binary serialization format for compact data storage and efficient transfer | 60 |
snoyberg/yaml | Provides Haskell libraries for serializing data between the programming language and YAML format | 162 |
k-bx/protocol-buffers | A Haskell implementation of a language-neutral, platform-neutral way to serialize structured data | 80 |
nh2/hatrace | A scripted strace tool for analyzing system calls in Haskell programs. | 123 |
kowainik/tomland | A Haskell library for bidirectional serialization of TOML configuration data | 122 |
haskell/win32 | A direct binding to Windows API calls in the Haskell programming language. | 97 |
fjvallarino/monomer | A cross-platform GUI library for writing native Haskell applications | 596 |
jonascarpay/calligraphy | A Haskell-based tool for visualizing the structure of compiled code in GHC's intermediate representation (HIE) files | 98 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
kazu-yamamoto/logger | An efficient logging system for Haskell applications. | 159 |
msgpack/msgpack-haskell | A Haskell implementation of MessagePack data serialization format | 138 |