List Question
10 TechQA 2024-12-30 13:43:49Is there a formal way of proposing/discussing changes to Clojure?
147 views
Asked by Mario
Read input into string in Lisp reader macro
1.1k views
Asked by iHuman
Change default reader in common lisp
531 views
Asked by cl-porky11
Why don't reader macro extensions propagate to runtime (read)?
278 views
Asked by nbtrap
Managing reader macros in Common Lisp
654 views
Asked by sabof
How to set *readtable* to an empty one in common-lisp?
321 views
Asked by SaltyEgg
Common lisp: is there a less painful way to input math expressions?
3.7k views
Asked by h__
How to force Common Lisp to treat numerals as symbol names?
290 views
Asked by SaltyEgg
Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?
89 views
Asked by nosejose
Use of # a.k.a. read-macro
458 views
Asked by Mark Karpov