dundalek / closh

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

How could I require closh in another environment? #181

Closed BuddhiLW closed 3 years ago

BuddhiLW commented 3 years ago

I would like to use defcmd in a babashka context. How could I import this?

dundalek commented 3 years ago

This is currently not possible. Eventually I would like to have ability to run on babaska, perhaps closh can be used as babaska pod. But it requires some integration work.

BuddhiLW commented 3 years ago

I see. I greatly appreciate your response and to point to the direction.