lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 22 May 2017 at 09:32, Etiene Dalcol <dalcol@etiene.net> wrote:
> I'm in a programming language implementation summer camp, and it's going
> really great so far. Today I learned about a project called MicroVM [1].
> It's an alternative / complement of LLVM. I wonder if anyone heard about it
> before?


very nice!

another teeny/tiny lang implementation: c4: "C in 4 functions" [1],
and a little fork: c4x86: "JIT compiler for x86 in 86 lines" [2]

[1]: https://github.com/rswier/c4
[2]: https://github.com/EarlGray/c4


-- 
Javier