lua-users home
lua-l archive

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


PS: I just talked to the lecturer and I learned that the favorite language of the phd student that made the specifications of MicroVM is Lua :) I'm gonna ping him and ask if there's already work being done on a proof of concept around this

2017-05-22 10:32 GMT+02:00 Etiene Dalcol <dalcol@etiene.net>:
Hello,

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?

It's in early stage and aims to provide minimal things very well. It abstracts hardware and does concurrency, JIT and GC. So its goal is to act as a good small foundation to build languages on the top of it.

Maybe it could be an interesting project to try to implement Lua on the top of this to get a new JIT. What do you think?

Cheers, 
Etiene Dalcol

Software Engineer @ Red Badger 
Lua Space http://lua.space
LuaConf http://luaconf.com




--
Etiene Dalcol

Software Engineer @ Red Badger 
Lua Space http://lua.space
LuaConf http://luaconf.com