I agree, except the reader macros must be older, because Common Lisp: the Language came out in 1984.

Maybe I'll try to find the place in the Hyperspec tomorrow morning.

Here is a minor compilable abomination:

(funcall (defun #1=#:f (n) "Write once, run once." (if (zerop n) 1 (* n (#1# (1- n))))) 5)
=> 120

#CommonLisp

@weekend_editor @screwlisp @BobKerns

8pm Tuesday Boston time
#lispyGopherClimate#commonLisp #astrophysics #supercomputing#softwareEngineering #archive , https://communitymedia.video/w/9kysH4ZwVuP4J4erZozqFT we will have (now done) a live interview with

https://as.tufts.edu/physics/people/faculty/ken-olum

about the recent largest-ever cosmic string simulation also introducing their new spacetime-volume pseudo-parallel simulation technique, relating to gravitational backreaction.

People sometimes ask, "who uses common lisp today".

Olum learned #lisp from John McCarthy.

#lispyGopherClimate #astrophysics#commonLisp #programming #supercomputing #modern #interview #live going live in 15 minutes everyone! Interview Tuft Astrophysics' professor Ken Olum about the largest-ever supercomputing simulation, which was written in common lisp. Scroll up.

https://anonradio.net:8443/anonradio

8pm Tuesday Boston time
#lispyGopherClimate#commonLisp #astrophysics #supercomputing#softwareEngineering #archive , https://communitymedia.video/w/9kysH4ZwVuP4J4erZozqFT we will have (now done) a live interview with

https://as.tufts.edu/physics/people/faculty/ken-olum

about the recent largest-ever cosmic string simulation also introducing their new spacetime-volume pseudo-parallel simulation technique, relating to gravitational backreaction.

People sometimes ask, "who uses common lisp today".

Olum learned #lisp from John McCarthy.

Unlike me from 10 years ago, I don't place a lot of value on "cutting-edge" tech anymore.

Something that works reliably and stays stable for decades without significant changes or re-learning required is what I appreciate now.

Bonus points for performance and security improvements under the hood without changing the interface.

@njoseph #perl, #commonlisp, #openbsd, #sqlite fit the bill here.
#Lisp#REPL s are these unique beasts, clean windows into the raw interactivity of the languages and a mold to build it from. They are text-only-ish, though. Which is not always optimal. In my new piece, I look at the state of art in #CommonLisp implementation REPLs and their customizabity, and try to advocate for using them still.

Customizing Lisp REPLs: https://aartaka.me/customize-repl.html

I updated my post "Do I need a Lisp Machine comeback?". I have added the new information I've found with chatting with folks on lisp IRC channels.

https://far.chickenkiller.com/computing/do-i-need-a-lisp-machine-comeback/

Seems like I was looking for was "residential style development" or something. Dunno yet what does it mean. But for sure I am digging something out of grave!

#lisp #lispmachine #interlisp #residentialdevelopment #development #softwaredevelopment #programming #commonlisp #clisp #cl #computing #computers #retrocomputing #wakegp #research

#Lisp#REPL s are these unique beasts, clean windows into the raw interactivity of the languages and a mold to build it from. They are text-only-ish, though. Which is not always optimal. In my new piece, I look at the state of art in #CommonLisp implementation REPLs and their customizabity, and try to advocate for using them still.

Customizing Lisp REPLs: https://aartaka.me/customize-repl.html

Essential LISP by John Anderson et al., published in 1987, was an introductory Lisp book based on research on how beginners learn Lisp.

openlibrary.org/books/OL211803

For code examples it used a subset of features available in most dialects of the time. Where the book differs it goes with Common Lisp with adaptation notes for other dialects, including Interlisp.

@amoroso wrote:
> Where [John Anderson's] book differs it goes with Common Lisp with adaptation notes for other dialects, including Interlisp.

Aside: all the compatibility notes in Guy Steele's book (_Common Lisp: the Language_) were of great value to me.
I wasn't porting programs, but these notes told me a lot about the evolution of the language and the mental processes of the people who worked on that.

#CommonLisp

Essential LISP by John Anderson et al., published in 1987, was an introductory Lisp book based on research on how beginners learn Lisp.

openlibrary.org/books/OL211803

For code examples it used a subset of features available in most dialects of the time. Where the book differs it goes with Common Lisp with adaptation notes for other dialects, including Interlisp.