brainfuck
This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell. (by abbradar)
write-you-a-haskell
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/) (by sdiehl)
brainfuck | write-you-a-haskell | |
---|---|---|
- | 4 | |
7 | 3,391 | |
- | 0.5% | |
5.2 | 0.0 | |
over 1 year ago | over 4 years ago | |
Haskell | Haskell | |
LicenseRef-GPL | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
brainfuck
Posts with mentions or reviews of brainfuck.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning brainfuck yet.
Tracking mentions began in Dec 2020.
write-you-a-haskell
Posts with mentions or reviews of write-you-a-haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-14.
-
A decade of developing a programming language
I highly recommend https://github.com/sdiehl/write-you-a-haskell as it is very developer friendly. It’s not complete, but it really gets the gears turning and will set you up for writing your own Hendley-Milner style type checker.
-
Type inference of letrec in Algorithm W
This is the best resource I know of: http://dev.stephendiehl.com/fun/006\_hindley\_milner.html https://github.com/sdiehl/write-you-a-haskell/blob/master/chapter7/poly_constraints/src/Infer.hs
- Write You A Haskell: "I would absolutely love to see this book completed!"
-
Monthly Hask Anything (November 2021)
I feel like Write You A Haskell was set out to introduce some of these foundational concepts in the right order: lambda calculus, to system-f to core - but that's more of a skeleton, right? What about logic? proofs? Is there anything else ... that can all be put together to create a "course" of some sort to master the theoretical concepts that Haskell stands upon?
What are some alternatives?
When comparing brainfuck and write-you-a-haskell you can also consider the following projects:
whitespace - The popular Whitespace programming language with my changes.
type-level-bst - Type-Level Binary Search Tree in Haskell
accelerate-llvm - LLVM backend for Accelerate
sense-lang - Sense is a very high level, functional programming language for creating software by writing only the absolute necessary information and not a single line above that.
hinter - Runtime Haskell interpreter
type-eq - Type equality evidence you can carry around