6 ms·
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 b
by AeroNotix 3y 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.
- thesuperbigfrog 3y ago>> 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 https://www.cliki.net/Lisp%20as%20a%20shell
- AeroNotix 3y agoOh, I know they exist already.
- globular-toast 3y agoEmacs has eshell which is just that!