haskell-from-python
Haskell interface
Enables calling Haskell functions from Python using ctypes.cdll.LoadLibrary
Example how to call Haskell from Python easily (using ctypes.cdll.LoadLibrary)
58 stars
9 watching
7 forks
Language: Haskell
last commit: almost 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
nh2/call-haskell-from-anything | A tool for serializing function calls and integrating Haskell with various programming languages via dynamic libraries and serialization | 391 |
tbarnetlamb/hyphen | Enables access to Haskell code from Python | 89 |
billpmurphy/hask | A Python library that mimics key features of the Haskell programming language. | 860 |
maoe/influxdb-haskell | An InfluxDB client library written in Haskell | 53 |
dwayne/haskell-programming | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
haskell-github/github | A Haskell library providing an interface to the GitHub API. | 411 |
haskell/network | Provides a low-level networking interface in Haskell | 327 |
mongodb-haskell/mongodb | Provides a Haskell interface to interact with MongoDB databases. | 172 |
haskell/win32 | A direct binding to Windows API calls in the Haskell programming language. | 97 |
input-output-hk/haskell.nix | Automates translation of Haskell packages to Nix code | 558 |
knupfer/haskell-emacs | Enables writing Emacs extensions in Haskell using a Foreign Function Interface | 374 |
turtlesoupy/haskakafka | Provides a Haskell interface to Kafka, enabling producers and consumers to interact with the platform. | 72 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
abooij/sudbury | A Haskell implementation of the Wayland protocol's C ABI to provide an elegant interface for writing Wayland programs in Haskell | 90 |
bitemyapp/learnhaskell | A collection of resources and guidance for learning the Haskell programming language | 7,979 |