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