Ben Lynn's amazing compiler #39
tommythorn
started this conversation in
General
Replies: 1 comment
-
Also relevant:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone interested in Reduceron probably already know about this (but I didn't): Ben Lynn is/has been bootstrapping a full Haskell compiler from 1st principle, using only a tiny graph reduction machine in C: Compiler. The code is on github Ben's compiler.
It would be interesting to benchmark the two; one would expect Reduceron to require (far?) fewer reductions, but there's likely straight forward ways to improve it.
Beta Was this translation helpful? Give feedback.
All reactions