+1

Julia has a basic repl with no readline support, but the most commonly used one is the repl with readline support. It would b e nice to have non-GPL readline capability in julia. Linenoise is such an example, and a good project would be to implement the entire linenoise capability in julia itself. This would make it possible to then write the full julia REPL in julia itself.


Project Members