It looks like getting editline to talk with my Clojure code would be somewhat non-trivial. Using the Clojure REPL is probably the better alternative for serious use until I get a GUI working.
I’m hesitant to use software licensed under the GPL in my own program, as convenient as that sounds. I’d like to release it under a (even) less restrictive license.
It looks like getting editline to talk with my Clojure code would be somewhat non-trivial. Using the Clojure REPL is probably the better alternative for serious use until I get a GUI working.
Reading CSVs is now on the todo list.
Get rlwrap. Wrap the program in a script that runs ‘rlwrap program’. All the benefits of readline with no code. You’re welcome. ;-)
I’m hesitant to use software licensed under the GPL in my own program, as convenient as that sounds. I’d like to release it under a (even) less restrictive license.