guysv / ilua

Portable Lua kernel for Jupyter
GNU General Public License v2.0
119 stars 12 forks source link

Implement a backend running the kernel in the same process using lupa #19

Open KOLANICH opened 3 years ago

KOLANICH commented 3 years ago

https://github.com/scoder/lupa

guysv commented 3 years ago

cool idea! I'm not planning on retiring the old IPC based solution. While there are drawbacks, not having to deal with ABIs and being able to run everything that behaves '/bin/lua-like' is a feature that's gonna be lost within lupa.

Sure there's room for having them both, I just don't have ambition to code that. If you're up to the task tho, I'd be happy to merge it in!