dundalek / closh

Bash-like shell based on Clojure
Eclipse Public License 1.0
1.62k stars 66 forks source link

Explore running with clj tool #65

Closed dundalek closed 6 years ago

dundalek commented 6 years ago

It should be possible to make closh run via the clj tool with cljs.main and node as eval target.

dundalek commented 6 years ago

Done in the dev branch. The limitation is that clj uses rlwrap for the readline functionality. Therefore the way to move forward is to utilize rebel-readline.

arichiardi commented 6 years ago

Pitching in -sorry out of context I know- for one thing only, you can use clojure, which is the script that does not use any rlwraping. Basically rebel-readline suggests to do the same in order to avoid conflicts.

dundalek commented 6 years ago

Yeah exactly, that is the plan. Stay tuned :wink: