Discussion:
Any interesting PDP/TECO photos out there?
(too old to reply)
Lawrence D'Oliveiro
2024-11-14 22:20:54 UTC
Permalink
if (x) {foo();
bar++;}}}}
Looks horrible.
Never seen this coding style.
It comes from Lisp, where it looks equally horrible.
Kaz Kylheku
2024-11-14 23:50:57 UTC
Permalink
Post by Lawrence D'Oliveiro
if (x) {foo();
bar++;}}}}
Looks horrible.
Never seen this coding style.
It comes from Lisp, where it looks equally horrible.
Says the twit whose way way of writing Lisp makes eyes bleed, and rules
out all possibilities of collaboration.
--
TXR Programming Language: http://nongnu.org/txr
Cygnal: Cygwin Native Application Library: http://kylheku.com/cygnal
Mastodon: @***@mstdn.ca
Stefan Monnier
2024-11-18 21:57:38 UTC
Permalink
I am not counting the Emacs Lisp implementations,
Interesting: I only know of one ELisp implementation
(https://github.com/mtk/teco/). I'd be interested if you
have pointers to other implementations.
as they are probably (?) only toys.
I don't know anyone who actually used it, but the description of changes
in the different "versions" suggests that it was definitely used by
some people. The README.md in the above Git repo suggests that the
current "maintainer" also uses it occasionally.


Stefan
Lars Brinkhoff
2024-11-19 14:26:22 UTC
Permalink
Post by Stefan Monnier
Interesting: I only know of one ELisp implementation
Emacs Lisp
Rutgers University Extended Addressing Lisp
CCA Emacs Elisp
Stefan Monnier
2024-11-19 16:51:16 UTC
Permalink
Post by Stefan Monnier
Interesting: I only know of one ELisp implementation
Emacs Lisp
Rutgers University Extended Addressing Lisp
CCA Emacs Elisp
I was talking about ELisp implementation ... of TECO.


Stefan

Loading...