lua-users home
lua-l archive

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


Today I saw a nice demo using IPython <http://ipython.org/>.

IPython is actually language-agnostic and that made me wonder how
feasible it'd be to add a Lua backend.

I found one at <https://github.com/neomantra/lua_ipython_kernel>
but it has been abandoned.

Is there any other effort on a Lua kernel for IPython or should I try to
fork neomantra's code? If anyone else is interested in doing that, it'd
be great too!