Skip to search formSkip to main contentSkip to account menu

Lisp reader

Known as: Lisp read macro, Read macro, Reader 
In the programming language Lisp, the reader or read function is the parser which converts the textual form of Lisp objects to the corresponding… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
In a text editor for writing Common Lisp [1] source code, it is desirable to have an accurate analysis of the buffer contents, so… 
2016
2016
Whatever you enter into your computer (whether interactively or via a file containing source code) has to be parsed first. The… 
2016
2016
Communication between Common Lisp and the “world outside” is usually performed via streams, whether you are interacting with… 
2007
2007
It provides the macro instruction operation unit and macro command input device and method. Macro instruction operation unit read… 
2006
2006
A multi-thread H.264 decoder and a compression video data decoding method thereof are provided to maximize the entire performance… 
2005
2005
In Chapter 4 I discussed how the Lisp reader translates textual names into objects to be passed to the evaluator, representing…