📚 node [[20200604222651 lisp]]
Lisp (or LISP, an acronym for LISt Processing) is a family of interpreted programming languages. Lisp is one of the oldest family of programming languages still used, with modern variants including:
Lisp has a long and varied history.
Expressions in Lisp are called s-expressions, and they look like this:
(+ 1 2 3)
where +
above is a function, called with arguments 1
, 2
, and 3
.
Lisps are simple to implement due to their usage of s-expressions, as s-expressions are just ASTs
📖 stoas
- public document at doc.anagora.org/20200604222651-lisp
- video call at meet.jit.si/20200604222651-lisp
⥱ context
← back
(none)
(none)
↑ pushing here
(none)
(none)
↓ pulling this
(none)
(none)
→ forward
(none)
(none)
🔎 full text search for '20200604222651 lisp'