Hacker News
- Paul Graham is an independent consultant specializing in Lisp http://wiki.c2.com/?PaulGraham= 6 comments
- CACM special issue on Lisp (1991) https://cacm.acm.org/magazines/1991/9 4 comments
- On Pitman's “Special forms in Lisp” (2011) https://www.kazimirmajorinc.com/Documents/On-Pitmans-Special-forms-in-Lisp/index.html 31 comments
- What's Special About Lisp? http://kresimirbojcic.com/2011/08/02/whats-so-special-about-lisp.html 64 comments
- What makes Lisp macros so special? https://stackoverflow.com/questions/267862/what-makes-lisp-macros-so-special 2 comments
- Special Forms in Lisp by Kent Pitman (August, 1980) http://www.nhplace.com/kent/Papers/Special-Forms.html 4 comments lisp
- Why are special forms used in most Lisp related languages? http://buildyourownlisp.com/chapter10_q_expressions 29 comments lisp
- Implementing recursion in custom Lisp, (block ...) special form https://gist.github.com/ofan/721464 9 comments lisp
- Special Forms in Lisp http://www.nhplace.com/kent/papers/special-forms.html 11 comments programming
- Metacircular Semantics for Common Lisp Special Forms https://www.plover.com/~mjd/misc/hbaker-archive/MetaCircular.html 3 comments common_lisp
- What makes lisp macros so special? http://stackoverflow.com/questions/267862/what-makes-lisp-macros-so-special 68 comments programming
- Dynamic binding without special in Common Lisp: "In Common Lisp, dynamic bindings and lexical bindings live in the same namespace. They don’t have to." https://www.tfeb.org/fragments/2023/02/27/dynamic-binding-without-special-in-common-lisp/ 6 comments lisp
- Henry Baker: Meta-circular semantics for Common Lisp special forms http://home.pipeline.com/~hbaker1/metacircular.html 11 comments programming