fst
pcf
fst | pcf | |
---|---|---|
- | 1 | |
6 | 123 | |
- | - | |
0.0 | 0.0 | |
over 9 years ago | almost 4 years ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
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.
fst
We haven't tracked posts mentioning fst yet.
Tracking mentions began in Dec 2020.
pcf
-
Implementing a LLVM Micro C compiler in Haskell
This is amazing. I tried following Stephen Diehl's JIT compiler in LLVM tutorial[0] a few years ago but it was already outdated (the llvm-hs library changed quite a bit), and subsequent web searches didn't turn up much.
For those interested in tutorials like this, I'd also recommend a very literate Haskell compiler for the PCF language to C[1], which is essentially lambda calculus with some primitives.
[0] https://www.stephendiehl.com/llvm/
[1] https://github.com/jozefg/pcf/
What are some alternatives?
dhall - Maintainable configuration files
ajhc - A fork of jhc. And also a Haskell compiler.
hint - Runtime Haskell interpreter [Moved to: https://github.com/haskell-hint/hint]
core-compiler - compile your own functional language
Elm - Compiler for Elm, a functional language for reliable webapps.
binaryen - DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
haste-compiler - A GHC-based Haskell to JavaScript compiler
sjsp
hyper-haskell-server - The strongly hyped Haskell interpreter.
kaleidoscope - Haskell LLVM JIT Compiler Tutorial