Closh – Bash-like shell based on Clojure
github.com
Closh – Bash-like shell based on Clojure
1–10 of 138 posts
Re: Closh – Bash-like shell based on Clojure
#2Re: Closh – Bash-like shell based on Clojure
#3I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
Re: Closh – Bash-like shell based on Clojure
#4> ...
> It treats everything as text while we mostly need to manipulate structured information.
Looking at the examples given, it's more like Powershell, but with better compatibility with existing Unix text-based tools. Which is awesome.
Re: Closh – Bash-like shell based on Clojure
#5Author here, thanks for posting. The project is still very early in the development and there is a lot of work to be done to make it ready for daily use. I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
Re: Closh – Bash-like shell based on Clojure
#6Re: Closh – Bash-like shell based on Clojure
#7Author here, thanks for posting. The project is still very early in the development and there is a lot of work to be done to make it ready for daily use. I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
I'd suggest swapping stage 3 and stage 2 -- environment vars and signal and job control are more important (IMO) than everything in stage 2, and may affect the syntax more as well.
Re: Closh – Bash-like shell based on Clojure
#8Author here, thanks for posting. The project is still very early in the development and there is a lot of work to be done to make it ready for daily use. I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
Also, what's the current status on autocompletion features?
By the way, very nice work!
Re: Closh – Bash-like shell based on Clojure
#9Author here, thanks for posting. The project is still very early in the development and there is a lot of work to be done to make it ready for daily use. I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
Re: Closh – Bash-like shell based on Clojure
#10Author here, thanks for posting. The project is still very early in the development and there is a lot of work to be done to make it ready for daily use. I would appreciate any feedback. What are the less known features of existing shells you really like? What things would you change about existing shells if you could?
You may also be interested in looking at https://www.oilshell.org/ . Like yours, it's an effort to make a 'better bash', and he has a lot of posts discussing various aspects of Bash syntax and shells in general, and how to improve them.