List Question
20 TechQA 2023-02-20T03:55:12.720000Controlling the printing of special cons forms (e.g printing (function +) as #'+ etc)
112 views
Asked by trying_to_learn
Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?
106 views
Asked by nosejose
read's recursive-p argument when used inside a reader macro
101 views
Asked by Flux
Readtable conflicts with cl-annot (cl-syntax, jonathan) and pythonic-string-reader
159 views
Asked by Ehvince
Common Lisp Read Macro for "lazy infix or," to destructure keywords
338 views
Asked by William Clark
How do I use a reader macro directly in Racket?
254 views
Asked by Flux
How to disable a reader macro?
205 views
Asked by Ehvince
What are limitations of reader macros in Common Lisp
829 views
Asked by jcubic
What's the difference between set-macro-character and set-dispatch-macro-character?
485 views
Asked by OlegTheCat
Common Lisp No Dispatch Character Defined
544 views
Asked by MadPhysicist
Common Lisp Hash-Dot #. Reader Macro
650 views
Asked by MadPhysicist
Clojure function literal with 'rest arguments' macro after 'discard' reader macro
200 views
Asked by alex
What is the meaning of #+: and #-: in common lisp
3.6k views
Asked by ccQpein
Can I get the boundaries of a macro in their expansion site?
89 views
Asked by ssice
What's the meaning of "#+" in the code of cl-mysql?
228 views
Asked by c0rehe110
Backquote in Common Lisp: read and eval
621 views
Asked by mobiuseng
Why does Clojure lack user defined reader macros?
1.1k views
Asked by Paul
Change default reader in common lisp
549 views
Asked by cl-porky11
Read input into string in Lisp reader macro
1.2k views
Asked by iHuman
Is there a formal way of proposing/discussing changes to Clojure?
177 views
Asked by Mario