List Question
10 TechQA 2015-06-17 22:05:43Is there a formal way of proposing/discussing changes to Clojure?
103 views
Asked by Mario
Read input into string in Lisp reader macro
1.1k views
Asked by iHuman
Change default reader in common lisp
484 views
Asked by cl-porky11
Why don't reader macro extensions propagate to runtime (read)?
246 views
Asked by nbtrap
Managing reader macros in Common Lisp
618 views
Asked by sabof
How to set *readtable* to an empty one in common-lisp?
298 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?
258 views
Asked by SaltyEgg
Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?
52 views
Asked by nosejose
Use of # a.k.a. read-macro
418 views
Asked by Mark Karpov