Earlier quoted context omitted.
Pun for “union” most likely. It’s punny because it is part of a Unix. The original title is union I think though.
We've s/unix/union/'d the title.
SHCL – An unholy union of Posix shell and Common Lisp
11–20 of 28 posts
Re: SHCL – An unholy union of Posix shell and Common Lisp
#12Anybody remember scsh? Seems a better integration of the shell and Lisp bits if you ask me (although this is a neat hack, don't get me wrong).
Re: SHCL – An unholy union of Posix shell and Common Lisp
#13Anybody remember scsh? Seems a better integration of the shell and Lisp bits if you ask me (although this is a neat hack, don't get me wrong).
scsh was definitely awesome, and it's not really practical in Common Lisp[0], due to Lisp's unfortunate choice to upcase all symbols. Made sense at the time, but in retrospect I think it was a mistake. It's a real pity that Franz's modern mode[1] didn't become more popular. [0]: it's possible , just ugly as hell because either one would have stuff like (|ls| |etc|) or one would have stuff like (|LENGTH| …). [1]: http…
Re: SHCL – An unholy union of Posix shell and Common Lisp
#14Re: SHCL – An unholy union of Posix shell and Common Lisp
#15Re: SHCL – An unholy union of Posix shell and Common Lisp
#16Re: SHCL – An unholy union of Posix shell and Common Lisp
#17Idk about “unholy”. I wish I could make eshell (in Emacs) my full time shell, but certain things like nvm don’t work, etc.
seriously, it's so much tidier!
Re: SHCL – An unholy union of Posix shell and Common Lisp
#18Re: SHCL – An unholy union of Posix shell and Common Lisp
#19Earlier quoted context omitted.
scsh was definitely awesome, and it's not really practical in Common Lisp[0], due to Lisp's unfortunate choice to upcase all symbols. Made sense at the time, but in retrospect I think it was a mistake. It's a real pity that Franz's modern mode[1] didn't become more popular. [0]: it's possible , just ugly as hell because either one would have stuff like (|ls| |etc|) or one would have stuff like (|LENGTH| …). [1]: http…
You can use Readtable case :preserve to avoid the ugly-as-hell stuff [1]. Some libraries do this, for example KM [2] [1] http://clhs.lisp.se/Body/23_ab.htm [2] http://www.cs.utexas.edu/users/mfkb/km.html
[1] https://oneofus.la/have-emacs-will-hack/2011-09-20-common-li...
[2] https://common-lisp.net/project/parenscript/reference.html#s...
Re: SHCL – An unholy union of Posix shell and Common Lisp
#20Anybody remember scsh? Seems a better integration of the shell and Lisp bits if you ask me (although this is a neat hack, don't get me wrong).