▲ | matheusmoreira 3 days ago | ||||||||||||||||
> Doing a search for source code on Github reveals basically nothing. No blog posts. No source code repositories. Nothing. If nobody ever implemented it in C, it's questionable whether it ever happened at all. | |||||||||||||||||
▲ | enum 3 days ago | parent | next [-] | ||||||||||||||||
I learned a lot from implementing this book. Compiler was in OCaml. Runtime was in C (used as a glorified assembly). | |||||||||||||||||
| |||||||||||||||||
▲ | rurban 3 days ago | parent | prev | next [-] | ||||||||||||||||
This is a book about ML, not C. For C you can look at the old Perl6 VM, Parrot which compiled to CPS until v2.7, where they destroyed CPS and went conventional and slow. | |||||||||||||||||
▲ | gsf_emergency_2 3 days ago | parent | prev | next [-] | ||||||||||||||||
Have been many, for the book the post is reviewing, eg. Blogger just didn't look hard enough (or doesn't know that search on GitHub is crippled, for reasons) | |||||||||||||||||
▲ | pjmlp 3 days ago | parent | prev [-] | ||||||||||||||||
Github is not the universe. |