haskell-to-elm
Language comparison guide
A collection of examples demonstrating key differences between Haskell and Elm programming languages
67 stars
6 watching
10 forks
last commit: almost 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
eeue56/elm-for-web-developers | A collection of tips and guidelines for web developers transitioning to Elm from other JavaScript frameworks. | 56 |
elm-guides/elm-for-js | A community-driven guide to help JavaScript developers transition to Elm programming language | 229 |
avh4/elm-format | Tool to standardize code formatting in Elm programming language projects | 1,312 |
elm/package.elm-lang.org | A website providing access to community-created Elm packages and their documentation | 293 |
haskell-servant/servant-elm | Automates the generation of Elm functions to query Servant web services | 164 |
chadtech/elmish-wasm | An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
dwayne/haskell-programming | Collects notes and solutions to exercises from the book 'Haskell Programming from first principles' | 95 |
agrafix/elm-bridge | A tool to automatically generate Elm types and functions from Haskell definitions | 100 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
holmusk/elm-street | Automates generating Elm-compatible JSON encoders and decoders from Haskell types | 88 |
avh4/elm-program-test | Provides a convenient API for testing Elm programs as complete units | 93 |
dwyl/learn-elm | A tutorial on learning and using the Elm programming language for front-end web development | 482 |
krisajenkins/elm-export | Generates Elm types and JSON decoders from Haskell source. | 116 |
axellang/axel | A Haskell + Lisp compiler and runtime environment for executing multi-language code. | 206 |