Search references for LISP READER. Phrases containing LISP READER
See searches and references containing LISP READER!LISP 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 internal
Lisp_reader
Dialect of the Lisp programming language on the Java platform
language Lisp on the Java platform. Like most other Lisps, Clojure's syntax is built on S-expressions that are first parsed into data structures by a Lisp reader
Clojure
Programming language standard
work on diverse successors to MacLisp: Lisp Machine Lisp (aka ZetaLisp), Spice Lisp, NIL and S-1 Lisp. Common Lisp sought to unify, standardize, and
Common_Lisp
Topics referred to by the same term
reading device for the blind Lisp reader, the parser function in the Lisp programming language Microsoft Fingerprint Reader Newsreader (Usenet), for reading
Reader
Datatype in programming
runtime. When Lisp reads data that contains textual represented symbols, existing symbols are referenced. If a symbol is unknown, the Lisp reader creates a
Symbol_(programming)
Data serialization format
the programming language Lisp, which uses them for source code as well as data. In the usual parenthesized syntax of Lisp, an S-expression is classically
S-expression
Symbolics operating system based on Lisp
a commercial operating system and integrated development environment for Lisp machines created by Symbolics. It is essentially a fork of an earlier operating
Genera_(software)
Family of text editors
automate work. Implementations of Emacs typically feature a dialect of the Lisp programming language, allowing users and developers to write new commands
Emacs
Computer programming environment
to programming interfaces similar to the classic Lisp machine interactive environment or to Common Lisp with the SLIME development environment. Common examples
Read–eval–print_loop
Family of programming languages
OpenLisp is a programming language in the Lisp family developed by Christian Jullien from Eligis. It conforms to the international standard for ISLISP
OpenLisp
GNU version of the Emacs text editor
Most functionality in GNU Emacs is implemented in user-accessible Emacs Lisp, allowing deep extensibility directly by users and through community-contributed
GNU_Emacs
The programming language Lisp is the second-oldest high-level programming language with direct descendants and closely related dialects still in widespread
List of Lisp-family programming languages
List_of_Lisp-family_programming_languages
Dialect of Lisp programming language
Maclisp (or MACLISP, sometimes styled MacLisp or MacLISP) is a programming language, a dialect of the language Lisp. It originated at the Massachusetts Institute
Maclisp
American scientist (1927–2011)
intelligence" (AI), led the development of the symbolic programming language family Lisp and had a large influence in the language ALGOL, popularized time-sharing
John McCarthy (computer scientist)
John_McCarthy_(computer_scientist)
Programming language
EuLisp is a statically and dynamically scoped Lisp dialect developed by a loose formation of industrial and academic Lisp users and developers from around
EuLisp
Set of rules for naming entities in source code and documentation
hyphen is commonly used by when writing COBOL (1959), Forth (1970), and Lisp (1958); it is also common in Unix for commands and packages, and is used
Naming convention (programming)
Naming_convention_(programming)
Programming language
in Lisp-1 or Scheme, there was a single namespace for variables and functions. While MLISP was just a preprocessor with an alternative, more reader-friendly
MLisp
2008 textbook
ALGOL 60 (and the so-called Algol family of programming languages), SNOBOL, Lisp, and Prolog. Even today, a fair number of textbooks on programming languages
Essentials of Programming Languages
Essentials_of_Programming_Languages
Programming language
"Pratt parser". Semantically, CGOL is essentially just Common Lisp, with some additional reader and printer support. CGOL may be regarded as a more successful
CGOL
Multi-paradigm programming language
Computer. Dylan derives from Scheme and Common Lisp and adds an integrated object system derived from the Common Lisp Object System (CLOS). In Dylan, all values
Dylan_(programming_language)
American programmer (born 1968)
displaying hypertext documents becomes a mail reader, then an OS. Zawinski first attained prominence as a Lisp programmer, but most of his larger projects
Jamie_Zawinski
Audio computer desktop and speech interface
and an audio desktop (as opposed to a screen reader). It employs Emacs (which is written in C), Emacs Lisp, and Tcl. Developed principally by T. V. Raman
Emacspeak
American computer scientist (born 1948)
algorithm), on the programming languages Dylan, and Common Lisp (especially CMU Common Lisp), and he was one of the founders of Lucid Inc. During the period
Scott_Fahlman
for the development of Lisp-based Intelligent Software Agents. Lisa is a production-rule system implemented in the Common Lisp Object System (CLOS), and
Lisp-based Intelligent Software Agents
Lisp-based_Intelligent_Software_Agents
Locator/ID Separation Protocol (LISP) is a "map-and-encapsulate" protocol which is developed by the Internet Engineering Task Force LISP Working Group. The basic
Locator/Identifier Separation Protocol
Locator/Identifier_Separation_Protocol
Original implementation of the Dylan programming language
Coral Software, developers of Macintosh Common Lisp. The original language had much in common with Lisp, including its parenthetical S-expression syntax
Apple_Dylan
Concept in programming language design
the same way as ordinary objects. In other languages, such as those in the Lisp family, reflection is a central feature of the language, rather than a special
First-class_citizen
Feature of some programming languages
dispatch, such as Common Lisp, it might look more like this (Common Lisp example shown): (defclass asteroid () ((size :reader size :initarg :size))) (defclass
Multiple_dispatch
Computer programming convention
uninformative lines. This could easily be called the Lisp style because this style is very common in Lisp code. In Lisp, the grouping of identical braces at the end
Indentation_style
American activist and programmer (born 1953)
as the Lisp machine operating system (the CONS of 1974–1976 and the CADR of 1977–1979—this latter unit was commercialized by Symbolics and Lisp Machines
Richard_Stallman
Conversion process for computer data
stream named s by (read s). These two parts of the Lisp implementation are called the Printer and the Reader. The output of "print" is human readable; it uses
Serialization
Words joined with underscores
standardized, although some terms have increasing levels of usage, such as lisp-case, kebab-case, SCREAMING_SNAKE_CASE, and more. The following programming
Snake_case
Programming paradigm based on objects
Notable languages with OOP support include Ada, ActionScript, C++, Common Lisp, C#, Dart, Eiffel, Fortran 2003, Haxe, Java, JavaScript, Kotlin, Logo, MATLAB
Object-oriented_programming
Symbol representing the word "and" (&)
Retrieved 12 September 2017. "3.4.1 Ordinary Lambda Lists". Common Lisp – Hyper Spec. Lisp Works. Archived from the original on 11 November 2010. Retrieved
Ampersand
2019 novel by Stephen King
are visited by the supervisor of the Institute, who speaks with a vague lisp and explains that the children were being used to combat people that the
The_Institute_(King_novel)
Control flow operator in functional programming
spec Humorous explanation of call-with-current-continuation from Rob Warnock in Usenet's comp.lang.lisp Cooperative multitasking in Scheme using Call-CC
Call-with-current-continuation
Call-with-current-continuation
Programming language
capitalized names from other packages are accessible: io.Reader is public but bzip2.reader is not. The go get command can retrieve packages stored in
Go_(programming_language)
C++, JavaScript (under the name ECMAScript), Smalltalk, Prolog, Common Lisp, Scheme (IEEE standard), ISLISP, Ada, Fortran, COBOL, SQL, and XQuery. The
Comparison of programming languages
Comparison_of_programming_languages
British computer scientist
and Denotation of Pure LISP Programs. He was invited to Stanford University in California by John McCarthy, the inventor of LISP, to work in his Artificial
Michael_J._C._Gordon
Programming languages with runtime extensibility
following examples show dynamic features using the language Common Lisp and its Common Lisp Object System (CLOS). The example shows how a function can be modified
Dynamic_programming_language
Trojan hero in Greek mythology
author Dares Phrygius, he is described as "... [speaking] with a slight lisp. His complexion was fair, his hair curly. His eyes would blink attractively
Hector
Parallel programming model
Connection Machine, the 1986 StarLisp, had parallel *map and reduce!!, which in turn was based on the 1984 Common Lisp, which had non-parallel map and
MapReduce
Description of an algorithm that resembles a computer program
discouraged. Some syntax sources include Fortran, Pascal, BASIC, C, C++, Java, Lisp, and ALGOL. Variable declarations are typically omitted. Function calls and
Pseudocode
General-purpose programming language
creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, BASIC, and Lisp. According to Matsumoto, Ruby was conceived in 1993. In a 1999 post to the
Ruby_(programming_language)
1962–2001 computer technology company
involved with programmable film readers, which is where they got all the money. And then because Ed Fredkin was interested in LISP and things like that, particularly
Information International, Inc.
Information_International,_Inc.
Macros whose expansion is guaranteed not to cause the capture of identifiers
and Julia. The general problem of accidental capture was well known in the Lisp community before the introduction of hygienic macros. Macro writers would
Hygienic_macro
Virtual machine in the Open Telecom Platform
Gleam, a statically typed functional language for BEAM LFE, Lisp Flavored Erlang, a lisp frontend for the Erlang compiler Luerl, Lua on the BEAM, designed
BEAM_(Erlang_virtual_machine)
Music subgenre
Davey von Bohlen's imagist lyrics delivered in a froggy croon and pronounced lisp and playing shows in basements and VFW halls. Jade Tree released their debut
Midwest_emo
Parser generator
including OCaml, Ratfor, ML, Ada, Pascal, Java, PHP, Python, Ruby, Go, Common Lisp and Erlang. Berkeley Yacc: The Berkeley implementation of Yacc quickly became
Yacc
Techniques used by computers to manage components with limited availability
forms in C#, Common Lisp, Java, Python, Ruby, Scheme, and Smalltalk, among others; they date to the late 1970s in the NIL dialect of Lisp; see Exception handling
Resource management (computing)
Resource_management_(computing)
Open source wiki application
application written in Common Lisp, that was under development from 2002 to 2005. CLiki was first presented at the International Lisp Conference 2002. CLiki
CLiki
Email and news software
is a message reader which is part of GNU Emacs. It supports reading and composing both e-mail and news and can also act as an RSS reader, web processor
Gnus
Store, On Lisp, ANSI Common Lisp John Graham-Cumming – authored POPFile, a Bayesian filter-based e-mail classifier Richard Greenblatt – Lisp machine, Incompatible
List_of_programmers
Vacuum-tube computer system (1954)
704 systems between 1955 and 1960. The programming languages FORTRAN and LISP were first developed for the 704, as was the SAP assembler—Symbolic Assembly
IBM_704
Base-16 numeric representation
16#C1F27ED Common Lisp uses the prefixes #x and #16r. Setting the variables *read-base* and *print-base* to 16 can also be used to switch the reader and printer
Hexadecimal
Linguistic device in formal languages
quotation is clearly not appropriate. Self-evaluating forms and quoting in Lisp, where "quasi-quotation" has been adopted for metaprogramming String interpolation
Quasi-quotation
Programming language syntax rule that defines code block demarcation via indentation
statements – sloppily indented code might lead the reader astray, such as the goto fail bug. Lisp and other S-expression-based languages do not differentiate
Off-side_rule
Sequence of characters that identifies a location within source code
console.log("baz") } // Which would output: // > foo // > bar In Common Lisp two ways of defining labels exist. The first one involves the tagbody special
Label_(computer_science)
Stack-based programming language
written in Forth. (Likewise, Lisp machines were specifically designed to support developing and running programs written in Lisp, the Pascal MicroEngine was
Forth_(programming_language)
Computer science method
private set; } } In Common Lisp Object System, slot specifications within class definitions may specify any of the :reader, :writer and :accessor options
Mutator_method
Markup language for documentation
the Lisp Machine), converted to use TeX for its output. Robert Chassell helped Stallman to create the first translator to create Info in Emacs Lisp. Texinfo
Texinfo
Text with references (links) to other text that the reader can immediately access
electronic devices with references (hyperlinks) to other text that the reader can immediately access. Hypertext documents are interconnected by hyperlinks
Hypertext
Chapel CLISP Clojure CMU Common Lisp (CMUCL) Crystal Curry Cython D Dart Dash Dylan Elixir Elm Embeddable Common Lisp Erlang F# F* Factor Fish Free Pascal
List of free and open-source software packages
List_of_free_and_open-source_software_packages
Instruments' Explorer Lisp machine workstations also had systems code written in Lisp Machine Lisp. Xerox 1100 series of Lisp machines used an operating
List_of_operating_systems
Uppercase or lowercase
replace spaces. It is also known as spinal case, param case, Lisp case in reference to the Lisp programming language, or dash case (or illustratively as kebab-case
Letter_case
Research subject
pitched at an alto level, was soft, and her delivery had the occasional lisp similar to that affected by feminine-appearing male homosexuals. Her manner
Agnes_(case_study)
Online community for programmers
Foundation Classes, but many other domains are dealt with) C# ASP Ajax Common Lisp Delphi Java JavaScript Perl Python SQL VB.NET CodeProject contains articles
CodeProject
C function to format and output text
uses printf to output the message "Hello, World!" Format (Common Lisp) – Common Lisp function that produces formatted text C standard library – Standard
Printf
Keywords provided by a programming language
BufferedReader; import java.io.FileReader; import java.io.IOException; public class Example { public static void main(String[] args) { try (FileReader fr =
Exception_handling_syntax
Programming language
mObject.Push(i); Console.WriteLine((string)mObject.PopCheck()); L Sharp - Lisp-like scripting language for .NET Boo - a Python Like language for .NET platform
Script.NET
Mathematics notation where operators follow operands
Atari Calculator Mac OS X Calculator Unix system calculator program dc Emacs lisp library package calc Xorg calculator (xcalc) F-Correlatives in MultiValue
Reverse_Polish_notation
sufficiently useful for the Common Lisp HyperSpec to include and cross-reference them for the benefit of readers, providing information about the original
X3J13
grew up to support them, including hardware companies like Symbolics and Lisp Machines and software companies such as IntelliCorp and Aion. In 1981, the
History of artificial intelligence
History_of_artificial_intelligence
Can automatically carry out a stored sequence of operations
tools discussed by many include Fortran, awk, Pascal, Rexx, Perl, Common Lisp, Python, tcl, and various Unix shells. Commonly available programs for calculators
Programmable_calculator
2015 film by Yorgos Lanthimos
lobster, should he fail. David makes the acquaintance of Robert, a man with a lisp, and John, a man with a limp. Guests are fixated on finding a mate with whom
The_Lobster
finalists. Feeling sorry for Mara, Kathy loses on purpose. Ahna Capri as Lisping Spelling Bee Contestant. 94 31 "Bud, the Philanthropist" Peter Tewksbury
List of Father Knows Best episodes
List_of_Father_Knows_Best_episodes
Special characters in computing signifying the end of a line of text
includes some glyphs intended for presenting a user-visible character to the reader of the document, and are thus not recognized themselves as a newline: U+23CE
Newline
simplified version of the Logo programming language to teach non-readers or early readers to program in Logo. It was first launched in 2004 by Logo Computer
MicroWorlds_JR
Scientific area at the interface between computer science and mathematics
primitive recursive functions for computing symbolic expressions through the Lisp programming language while at the Massachusetts Institute of Technology.
Computer_algebra
Comic strip character from The Beano
introduced. His girlfriend, Matilda, was a short-tempered redhead with a lisp who notably appeared in the 1996 cartoon; Walter was devoted to her to the
Walter_the_Softy
1997 book about time conversion algorithms
understand the details of the algorithms described in the book, readers must be familiar with Lisp coding, and that it is difficult to skim without working through
Calendrical_Calculations
Procedural programming language
from the original on 11 June 2015. McIlroy, M. D. (1987). A Research Unix reader: annotated excerpts from the Programmer's Manual, 1971–1986 (PDF) (Technical
B_(programming_language)
List with all urban legends currently on Wikipedia
lisp is an urban legend claiming that the prevalence of the sound /θ/ in European Spanish can be traced back to a Spanish king who spoke with a lisp,
List_of_urban_legends
Computer-aided design software
1984–85. ICAD started on special-purpose Symbolics Lisp hardware and was then ported to Unix when Common Lisp became portable to general-purpose workstations
ICAD_(software)
Lisp based discovery system by Douglas Lenat
Douglas Lenat in RLL-1, a representation language itself written in the Lisp programming language. A sequel to Automated Mathematician, it consists of
Eurisko
Writing format
of compound identifiers, as in "END-OF-FILE": Lisp because it worked well with prefix notation (a Lisp parser would not treat a hyphen in the middle of
Camel_case
Connected input and output streams for computer programs
communication interface with an interpreted program to realize a GUI. The Common Lisp Interface Manager paradigm "presents" GUI elements sent to an extended output
Standard_streams
Defunct software company
1990s, was the first to give document creators programmatic access (via LISP) to virtually all of the document's elements, structures, and software capabilities
Interleaf
Portable object-oriented Scheme
Pearlmutter (May 1988). "Oaklisp: an object-oriented dialect of Scheme". LISP and Symbolic Computation. 1 (1): 39–51. CiteSeerX 10.1.1.13.8118. doi:10
Oaklisp
1976 film by Robert Moore
certainly does not. Capote, in his screen debut — but hardly his acting debut — lisps mechanically through his role (is his real name Lionel Train?) and he looks
Murder_by_Death
American actor (born 1971)
(May 27, 1985). "BUSINESS PEOPLE; Digital Officer to Fill Chief's Post at LISP". The New York Times. Retrieved May 20, 2025. "Frank Wyle, aerospace innovator
Noah_Wyle
Unix operating system port for DEC VAX architecture
added at Berkeley by Bill Joy and Özalp Babaoğlu in order to support Franz Lisp; this was released to other Unix licensees as the Third Berkeley Software
UNIX/32V
2001 American film by Richard Kelly
Wahlberg was also approached, but he insisted that he should play Donnie with a lisp. Development progressed in early 2000, when actor Jason Schwartzman expressed
Donnie_Darko
General-purpose programming language
complex for type inference, or need to be declared explicitly for human readers to understand. The influence of Scala in Kotlin can be seen in the extensive
Kotlin
Programming language designed by Carl Sassenrath
described Rebol as "a more modern language, but with some very similar ideas to Lisp, in that it's all built upon a representation of data which is then executable
Rebol
Text editor and source code editor for Windows
files Intel HEX Inno Setup scripts Java JavaScript JSON JSP KiXtart LaTeX Lisp Lua Makefile MATLAB MMIX Nim nnCron NSIS scripts Objective-C OScript Pascal
Notepad++
anonymous functions with the "fn" special form and #() reader syntax. (lambda (arg) (* arg arg)) Common Lisp has the concept of lambda expressions. A lambda
Examples of anonymous functions
Examples_of_anonymous_functions
Punctuation mark (;)
Archived from the original on 25 October 2022. "Common Lisp HyperSpec" (subtitle: Section 2.4.4). LispWorks.{{cite web}}: CS1 maint: deprecated archival service
Semicolon
American journalist
butter knife, spill your life story and shed tears. Maybe it's her endearing lisp, her Midwest upbringing or her unblinking eyes. Or maybe she just gives more
Jeanne_Phillips
32-bit computer number format
floating-point format. Single precision is termed SINGLE-FLOAT in Common Lisp; float binary(p) with p≤21, float decimal(p) with the maximum value of p
Single-precision floating-point format
Single-precision_floating-point_format
LISP READER
LISP READER
LISP READER
LISP READER
LISP READER
LISP READER
LISP READER
LISP READER
LISP READER