Hacker News new | ask | show | jobs
by AeroNotix 856 days ago
Interesting. I've been mulling around in my head a shell which embeds a Lisp. Well aware the idea isn't particularly ground breaking but I do love the idea of better languages embedded right within the shell, but not quite a REPL for that language.
2 comments

>> I've been mulling around in my head a shell which embeds a Lisp.

There are several projects with the same idea: https://www.cliki.net/Lisp%20as%20a%20shell

Oh, I know they exist already.
Emacs has eshell which is just that!