Hacker News new | past | comments | ask | show | jobs | submit login

Here's my toy programming language compiler written in Haskell using LLVM. It has classical Hindley-Milner type inference and a limited form of "lambda" closures using LLVM's trampoline intrinsic.

It's not in a state where the language would actually be useful for useful, and it's only a learning project for me. I tried to suggest this project as the topic of my master's thesis but my prof thought that it wasn't a good subject.

https://github.com/rikusalminen/funfun




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: