jazz
jazz copied to clipboard
Interactive shell / console interface / REPL
https://en.wikipedia.org/wiki/REPL
https://github.com/sigmaSd/repl-rs
https://www.reddit.com/r/rust/comments/b1t6da/what_crates_should_i_use_to_make_a_repl/
add it as a --repl
option and turn off logging when in repl mode
poga suggested rep.lua in https://github.com/poga/actix-lua/issues/16, which seems like a great option.
https://github.com/hoelzro/lua-repl/issues/38 (5.3 support)
looks like we're good on that https://github.com/kyren/rlua/blob/master/lua/luaconf.h#L337-L348
looks like it uses C based bindings to linenoise in lua-linenoise which could be replaced with rust-linenoise. and then it also has os.execute calls which would need ported
should wait on #240
https://github.com/giann/croissant
What does Mun Lang do now or have planned to do?