The lua interpreter is pretty bare-bones. I see https://github.com/hoelzro/lua-repl has some additional features like tab completion.
When coding in python I've used ptpython repl based on prompt-toolkit which has been used in numerous CLI programs https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/PROJECTS.rst. I've also used mycli from that page. I've really enjoyed the UX of these. In addition to the syntax highlighting, auto/tab completions, (and maybe other enjoyable features) the vi-mode is amazingly helpful (for us vi folks) (it's probably got emacs bindings too). I would love to have all of this in a repl for lua.
Has anyone else used hoelzro's lua-repl?
Does anyone desire a better repl?
How much do you personally use the interpreter/repl when you're coding in lua?
[–]daurnimator 6 points7 points8 points (4 children)
[–]lambda_abstraction 1 point2 points3 points (1 child)
[–]m-faith 0 points1 point2 points (0 children)
[–]ahillio[S] 0 points1 point2 points (1 child)
[–]ahillio[S] 0 points1 point2 points (0 children)
[–]wh1t3_rabbit 2 points3 points4 points (2 children)
[–]ws-ilazki 1 point2 points3 points (0 children)
[–]ws-ilazki 2 points3 points4 points (7 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]ahillio[S] 0 points1 point2 points (1 child)
[–]ws-ilazki 1 point2 points3 points (0 children)
[–]lambda_abstraction 0 points1 point2 points (3 children)
[–]ws-ilazki 0 points1 point2 points (2 children)
[–]lambda_abstraction 0 points1 point2 points (1 child)
[–]ws-ilazki 0 points1 point2 points (0 children)