language:
Find link is a tool written by Edward Betts.searching for lisp 536 found (2094 total)
alternate case: Lisp
Common Lisp
(11,969 words)
[view diff]
exact match in snippet
view article
find links to article
work on diverse successors to MacLisp: Lisp Machine Lisp (aka ZetaLisp), Spice Lisp, NIL and S-1 Lisp. Common Lisp sought to unify, standardise, andScheme (programming language) (8,139 words) [view diff] exact match in snippet view article
Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT Computer Science and Artificial IntelligenceClojure (3,381 words) [view diff] exact match in snippet view article find links to article
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 readerPaul Graham (programmer) (1,722 words) [view diff] exact match in snippet view article
Hacker News. He is the author of the computer programming books On Lisp, ANSI Common Lisp, and Hackers & Painters. Technology journalist Steven Levy has describedJohn McCarthy (computer scientist) (3,210 words) [view diff] exact match in snippet view article
"artificial intelligence" (AI), developed the programming language family Lisp, significantly influenced the design of the language ALGOL, popularized time-sharingISLISP (527 words) [view diff] exact match in snippet view article find links to article
ISLISP (also capitalized as ISLisp) is a programming language in the Lisp family standardized by the International Organization for Standardization (ISO)Lisp machine (3,871 words) [view diff] exact match in snippet view article find links to article
Lisp machines are general-purpose computers designed to efficiently run Lisp as their main software and programming language, usually via hardware supportEmacs (6,536 words) [view diff] exact match in snippet view article find links to article
automate work. Implementations of Emacs typically feature a dialect of the Lisp programming language, allowing users and developers to write new commandsMacro (computer science) (4,015 words) [view diff] exact match in snippet view article
macros in the editing language TECO; it was later ported to dialects of Lisp. Another programmers' text editor, Vim (a descendant of vi), also has anSymbolics (4,090 words) [view diff] exact match in snippet view article find links to article
of the identical name and continues to sell and maintain the Open Genera Lisp system and the Macsyma computer algebra system. The symbolics.com domainAllegro Common Lisp (653 words) [view diff] exact match in snippet view article find links to article
Common Lisp is a programming language with an integrated development environment (IDE), developed by Franz Inc. It is a dialect of the language Lisp, a commercialLogo (programming language) (2,520 words) [view diff] exact match in snippet view article
The language was conceived to teach concepts of programming related to Lisp and only later to enable what Papert called "body-syntonic reasoning", whereCommon Lisp Interface Manager (990 words) [view diff] exact match in snippet view article find links to article
The Common Lisp Interface Manager (CLIM) is a Common Lisp-based programming interface for creating user interfaces, i.e., graphical user interfaces (GUIs)Guy L. Steele Jr. (1,098 words) [view diff] exact match in snippet view article find links to article
define and promote a parallel computing version of the Lisp programming language named *Lisp (Star Lisp) and a parallel version of the language C named C*Richard Stallman (9,310 words) [view diff] exact match in snippet view article find links to article
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 MachinesEmacs Lisp (2,300 words) [view diff] exact match in snippet view article find links to article
Emacs Lisp is a Lisp dialect made for Emacs. It is used for implementing most of the editing functionality built into Emacs, the remainder being writtenInterlisp (996 words) [view diff] exact match in snippet view article find links to article
language Lisp. Interlisp development began in 1966 at Bolt, Beranek and Newman (renamed BBN Technologies) in Cambridge, Massachusetts with Lisp implementedGNU Emacs (5,188 words) [view diff] exact match in snippet view article find links to article
Most functionality in GNU Emacs is implemented in user-accessible Emacs Lisp, allowing deep extensibility directly by users and through community-contributedErik Eriksson (2,105 words) [view diff] exact match in snippet view article find links to article
1216 – 2 February 1250), sometimes known as Erik XI or with the epithet the Lisp and Lame (läspe och halte), was King of Sweden from 1222 to 1229 and againS-expression (1,716 words) [view diff] exact match in snippet view article find links to article
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 classicallyRacket (programming language) (3,213 words) [view diff] exact match in snippet view article
multi-paradigm programming language. The Racket language is a modern dialect of Lisp and a descendant of Scheme. It is designed as a platform for programmingAutoLISP (997 words) [view diff] exact match in snippet view article find links to article
AutoLISP is a dialect of the programming language Lisp built specifically for use with the full version of AutoCAD and its derivatives, which include AutoCADMaxima (software) (1,160 words) [view diff] exact match in snippet view article
calculations in mathematics and the physical sciences. It is written in Common Lisp and runs on all POSIX platforms such as macOS, Unix, BSD, and Linux, as wellRichard P. Gabriel (919 words) [view diff] exact match in snippet view article find links to article
related to the programming language Lisp, and especially Common Lisp. His best known work was a 1990 essay "Lisp: Good News, Bad News, How to Win Big"LispWorks (463 words) [view diff] exact match in snippet view article find links to article
LispWorks is computer software, a proprietary implementation and integrated development environment (IDE) for the programming language Common Lisp. LispWorksCL-HTTP (643 words) [view diff] exact match in snippet view article find links to article
Common Lisp. It is based on its own web application framework. It was written by John C. Mallery "in about 10 days" starting in 1994 on a Symbolics Lisp MachineEmbeddable Common Lisp (193 words) [view diff] exact match in snippet view article find links to article
Embeddable Common Lisp (ECL) is a small implementation of the ANSI Common Lisp programming language that can be used stand-alone or embedded in extantSeymour Papert (1,858 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispCommon Lisp Object System (1,733 words) [view diff] exact match in snippet view article find links to article
The Common Lisp Object System (CLOS) is the facility for object-oriented programming in ANSI Common Lisp. CLOS is a dynamic object system which differsRead–eval–print loop (1,327 words) [view diff] exact match in snippet view article find links to article
The term usually refers to programming interfaces similar to the classic Lisp machine interactive environment. Common examples include command-line shellsInterpreter (computing) (4,585 words) [view diff] exact match in snippet view article
compiler and matched with the interpreter's virtual machine. Early versions of Lisp programming language and minicomputer and microcomputer BASIC dialects wouldGerald Jay Sussman (1,855 words) [view diff] exact match in snippet view article find links to article
Systems, The Power of Generic Operations (videotape). LispNYC. Retrieved September 11, 2019. "LispNYC". LispNYC. Retrieved September 11, 2019. Sussman, GeraldGreenspun's tenth rule (456 words) [view diff] exact match in snippet view article find links to article
half of Common Lisp. The rule expresses the opinion that the argued flexibility and extensibility designed into the programming language Lisp includes allFlavors (programming language) (450 words) [view diff] exact match in snippet view article
to Lisp developed by Howard Cannon at the MIT Artificial Intelligence Laboratory for the Lisp machine and its programming language Lisp Machine Lisp. ItHy (programming language) (403 words) [view diff] exact match in snippet view article
Hy is a dialect of the Lisp programming language designed to interact with Python by translating s-expressions into Python's abstract syntax tree (AST)Scope (computer science) (10,518 words) [view diff] exact match in snippet view article
variables ... The primary influences on Common Lisp were Lisp Machine Lisp, MacLisp, NIL, S-1 Lisp, Spice Lisp, and Scheme. "Programming Language ISLISP,Maclisp (1,189 words) [view diff] exact match in snippet view article find links to article
Maclisp (or MACLISP, sometimes styled MacLisp or MacLISP) is a programming language, a dialect of the language Lisp. It originated at the Massachusetts InstituteFunctional programming (8,682 words) [view diff] exact match in snippet view article find links to article
Technology (MIT). Lisp functions were defined using Church's lambda notation, extended with a label construct to allow recursive functions. Lisp first introducedGenera (operating system) (2,710 words) [view diff] exact match in snippet view article
a commercial operating system and integrated development environment for Lisp machines created by Symbolics. It is essentially a fork of an earlier operatingDylan (programming language) (2,333 words) [view diff] exact match in snippet view article
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 valuesHal Abelson (1,846 words) [view diff] exact match in snippet view article find links to article
lectures, and the availability on personal computers of the Scheme dialect of Lisp (used in teaching the course), has had a worldwide impact on university computerDaniel Weinreb (952 words) [view diff] exact match in snippet view article find links to article
programmer, with significant work in the environment of the programming language Lisp. Weinreb was born on January 6, 1959, in Brooklyn, New York, and was raisedGNU Common Lisp (126 words) [view diff] exact match in snippet view article find links to article
GNU Common Lisp (GCL) is the GNU Project's ANSI Common Lisp compiler, an evolutionary development of Kyoto Common Lisp. It produces native object codeMetaprogramming (1,432 words) [view diff] exact match in snippet view article find links to article
popular in the 1970s and 1980s using list processing languages such as Lisp. Lisp machine hardware gained some notice in the 1980s, and enabled applicationsLisp Machine Lisp (302 words) [view diff] exact match in snippet view article find links to article
Technology (MIT) Lisp machines. Lisp Machine Lisp was also the Lisp dialect with the most influence on the design of Common Lisp. Lisp Machine Lisp branched intoEww (web browser) (101 words) [view diff] exact match in snippet view article
Ingebrigtsen Repository git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/eww.el Written in Emacs Lisp Operating system Cross-platform Type Web browser LicenseRPL (programming language) (2,633 words) [view diff] case mismatch in snippet view article
similarities to Forth, both languages being stack-based, as well as the list-based LISP. Contrary to previous HP RPN calculators, which had a fixed four-level stackStructure and Interpretation of Computer Programs (799 words) [view diff] exact match in snippet view article find links to article
concepts using Scheme, a dialect of Lisp. It also uses a virtual register machine and assembler to implement Lisp interpreters and compilers. Topics inPortable Standard Lisp (405 words) [view diff] exact match in snippet view article find links to article
Standard Lisp (PSL) is a programming language, a dialect of the language Lisp. PSL was inspired by its predecessor, Standard Lisp and the Portable Lisp CompilerRobert Tappan Morris (1,442 words) [view diff] exact match in snippet view article find links to article
cofounding two companies with him, Graham dedicated his book ANSI Common Lisp to Morris and named the programming language that generates the online stores'CMU Common Lisp (587 words) [view diff] exact match in snippet view article find links to article
Common Lisp is derived from CMUCL. The Scieneer Common Lisp was a commercial derivative from CMUCL. The earliest implementation predates Common Lisp andKent Pitman (340 words) [view diff] exact match in snippet view article find links to article
Common Lisp and contributed to the design of the programming language. He prepared the document that became ANSI Common Lisp, the Common Lisp HyperSpecDavid A. Moon (722 words) [view diff] exact match in snippet view article find links to article
Moon is a programmer and computer scientist, known for his work on the Lisp programming language, as co-author of the Emacs text editor, as the inventorGame Oriented Assembly Lisp (896 words) [view diff] exact match in snippet view article find links to article
Game Oriented Assembly Lisp (GOAL, also known as Game Object Assembly Lisp) is a programming language, a dialect of the language Lisp, made for video gamesArc (programming language) (851 words) [view diff] exact match in snippet view article
Arc is a programming language, a dialect of the language Lisp, developed by Paul Graham and Robert Morris. It is free and open-source software releasedCommon Lisp HyperSpec (232 words) [view diff] exact match in snippet view article find links to article
The Common Lisp HyperSpec is a technical standard document written in the hypertext format Hypertext Markup Language (HTML). It is not the American NationalList of programming languages (1,336 words) [view diff] case mismatch in snippet view article find links to article
Assembly language (ASM) AssemblyScript ATS AutoHotkey AutoIt AutoLISP, Visual LISP Averest AWK Axum B Babbage Ballerina Bash BASIC Batch file (Windows/MS-DOS)GNU Guile (2,015 words) [view diff] exact match in snippet view article find links to article
was a cleaner Lisp dialect than Emacs Lisp, and that GEL could evolve to implement other languages on the same runtime, namely Emacs Lisp. After Lord discoveredLFE (programming language) (1,387 words) [view diff] exact match in snippet view article
Lisp Flavored Erlang (LFE) is a functional, concurrent, garbage collected, general-purpose programming language and Lisp dialect built on Core Erlang andCLISP (279 words) [view diff] exact match in snippet view article find links to article
CLISP is an implementation of the programming language Common Lisp originally developed by Bruno Haible and Michael Stoll for the Atari ST. Today it supportsLe Lisp (316 words) [view diff] exact match in snippet view article find links to article
Le Lisp (also Le_Lisp and Le-Lisp) is a programming language, a dialect of the language Lisp. It was developed at the French Institute for Research inReflective programming (2,030 words) [view diff] exact match in snippet view article find links to article
languages and the notion of the meta-circular interpreter as a component of 3-Lisp. Reflection helps programmers make generic software libraries to displayPoplog (1,230 words) [view diff] exact match in snippet view article find links to article
environment and system platform for the programming languages POP-11, Common Lisp, Prolog, and Standard ML. It was created originally in the United KingdomM-expression (985 words) [view diff] exact match in snippet view article find links to article
M-expressions (or meta-expressions) were an early proposed syntax for the Lisp programming language, inspired by contemporary languages such as FortranNIL (programming language) (1,047 words) [view diff] exact match in snippet view article
New Implementation of LISP (NIL) is a programming language, a dialect of the language Lisp, developed at the Massachusetts Institute of Technology (MIT)Steve Russell (computer scientist) (400 words) [view diff] exact match in snippet view article
language. By implementing the Lisp universal evaluator in a lower-level language, it became possible to create the Lisp interpreter; prior developmentS-1 Lisp (104 words) [view diff] exact match in snippet view article find links to article
S-1 Lisp was a Lisp implementation written in Lisp for the 36-bit pipelined S-1 Mark IIA supercomputer computer architecture, which has 32 megawords ofSteel Bank Common Lisp (589 words) [view diff] exact match in snippet view article find links to article
Steel Bank Common Lisp (SBCL) is a free and open-source Common Lisp implementation that features a high-performance native compiler, Unicode support andAI winter (5,172 words) [view diff] case mismatch in snippet view article find links to article
Symbolics and LISP Machines Inc. who built specialized computers, called LISP machines, that were optimized to process the programming language LISP, the preferredHarlequin (software company) (871 words) [view diff] exact match in snippet view article
(IDEs) for Lisp (LispWorks), ML (MLWorks), and Dylan (DylanWorks) Other products included data analysis tools created using LispWorks, the Lisp IDE. TheOpenLisp (1,321 words) [view diff] exact match in snippet view article find links to article
OpenLisp is a programming language in the Lisp family developed by Christian Jullien from Eligis. It conforms to the international standard for ISLISPAndy Gavin (671 words) [view diff] case mismatch in snippet view article find links to article
Bandicoot and Jak and Daxter. Prior to founding Naughty Dog, Gavin worked in the LISP programming language at the MIT Artificial Intelligence Laboratory.[failedCommonLoops (309 words) [view diff] exact match in snippet view article find links to article
CommonLoops (the Common Lisp Object-Oriented Programming System; an acronym reminiscent of the earlier Lisp OO system "Loops" for the Interlisp-D system)Spice Lisp (133 words) [view diff] exact match in snippet view article find links to article
Spice Lisp (Scientific Personal Integrated Computing Environment) is a programming language, a dialect of Lisp. Its implementation, originally writtenScott Fahlman (680 words) [view diff] exact match in snippet view article find links to article
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 periodDeclarative programming (2,375 words) [view diff] exact match in snippet view article find links to article
of a function as a series of steps. Other functional languages, such as Lisp, OCaml and Erlang, support a mixture of procedural and functional programmingTimeline of programming languages (692 words) [view diff] exact match in snippet view article find links to article
Nantucket dBase 1984 Common Lisp Guy L. Steele, Jr. and many others LISP 1984 Coq INRIA 1984 RPL Hewlett-Packard Forth, Lisp 1984 Standard ML ML 1984 RedcodeITA Software (583 words) [view diff] exact match in snippet view article find links to article
also one of the highest-profile companies to base their software on Common Lisp. In January 2006, ITA received $100 million in venture capital money fromSpace-cadet keyboard (664 words) [view diff] exact match in snippet view article find links to article
space-cadet keyboard is a keyboard designed by John L. Kulp in 1978 and used on Lisp machines at Massachusetts Institute of Technology (MIT), which inspired severalMitchel Resnick (495 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispMacintosh Common Lisp (363 words) [view diff] exact match in snippet view article find links to article
Macintosh Common Lisp (MCL) is an implementation and IDE for the Common Lisp programming language. Various versions of MCL run under the classic Mac OSKawa (Scheme implementation) (201 words) [view diff] exact match in snippet view article
language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the Java virtualPicoLisp (600 words) [view diff] exact match in snippet view article find links to article
PicoLisp is a programming language, a dialect of the language Lisp. It runs on operating systems including Linux and others that are Portable OperatingPC-LISP (668 words) [view diff] exact match in snippet view article find links to article
PC-LISP is an implementation of the Franz Lisp dialect by Peter Ashwood-Smith. Version 2.07 was released on 1 February 1986, and version 3.00 was releasedHistory of the Scheme programming language (2,040 words) [view diff] exact match in snippet view article find links to article
falls within the large Lisp family of languages that includes Common Lisp, Scheme, ISLisp, EuLisp, XLisp, and AutoLisp. Lisp was invented by John McCarthyCommon Lisp the Language (342 words) [view diff] exact match in snippet view article find links to article
Common Lisp the Language is a reference book by Guy L. Steele about a set of technical standards and programming languages named Common Lisp. The firstOn Lisp (94 words) [view diff] exact match in snippet view article find links to article
Anaphoric macro "CLiki: On Lisp". On Lisp home page Free versions of "On Lisp" On Lisp in pdf-format On Lisp in multiple HTML files On Lisp in multiple HTML filesX3J13 (1,197 words) [view diff] exact match in snippet view article find links to article
National Standards Institute (ANSI) Common Lisp standard based on the first edition of the book Common Lisp the Language (also termed CLtL, or CLtL1),Richard Greenblatt (programmer) (661 words) [view diff] exact match in snippet view article
holds a place of distinction in the communities of the programming language Lisp and of the Massachusetts Institute of Technology (MIT) Artificial IntelligenceTexas Instruments Explorer (539 words) [view diff] exact match in snippet view article find links to article
family of Lisp machine computers. These computers were sold by Texas Instruments (TI) in the 1980s. The Explorer is based on a design from Lisp MachinesFranz Lisp (826 words) [view diff] exact match in snippet view article find links to article
In computer programming, Franz Lisp is a discontinued Lisp programming language system written at the University of California, Berkeley (UC BerkeleyMultiLisp (434 words) [view diff] exact match in snippet view article find links to article
MultiLisp is a functional programming language, a dialect of the language Lisp, and of its dialect Scheme, extended with constructs for parallel computingUCBLogo (1,290 words) [view diff] exact match in snippet view article find links to article
Berkeley Logo, is a programming language, a dialect of Logo, which derived from Lisp. It is a dialect of Logo intended to be a "minimum Logo standard". It hasIkarus (Scheme implementation) (460 words) [view diff] exact match in snippet view article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispMod lisp (194 words) [view diff] exact match in snippet view article find links to article
mod_lisp is an extension module for the Apache HTTP Server. It enables Apache to interface with application servers written in Common Lisp, making it possibleDavid Park (computer scientist) (176 words) [view diff] exact match in snippet view article
scientist. He worked on the first implementation of the programming language Lisp. He became an authority on the topics of fairness, program schemas and bisimulationMIT/GNU Scheme (470 words) [view diff] exact match in snippet view article find links to article
dialect and implementation of the language Scheme, which is a dialect of Lisp. It can produce native binary files for the x86 (IA-32, x86-64) processorJoel Moses (444 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispMocl (145 words) [view diff] exact match in snippet view article find links to article
programming language, a dialect and implementation of the language Lisp named Common Lisp. It is focused on mobile device platforms. It includes a compilerClozure CL (320 words) [view diff] exact match in snippet view article find links to article
Clozure CL (CCL) is a Common Lisp implementation. It implements the full ANSI Common Lisp standard with several extensions (CLOS MOP, threads, CLOS conditionsMSWLogo (336 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispApple Dylan (669 words) [view diff] exact match in snippet view article find links to article
Coral Software, developers of Macintosh Common Lisp. The original language had much in common with Lisp, including its parenthetical S-expression syntaxNetLogo (1,291 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispEuLisp (956 words) [view diff] exact match in snippet view article find links to article
EuLisp is a statically and dynamically scoped Lisp dialect developed by a loose formation of industrial and academic Lisp users and developers from aroundT (programming language) (409 words) [view diff] exact match in snippet view article
power, and that implementations of Scheme could perform better than other Lisp systems, and competitively with implementations of programming languagesPC-LISP (668 words) [view diff] exact match in snippet view article find links to article
PC-LISP is an implementation of the Franz Lisp dialect by Peter Ashwood-Smith. Version 2.07 was released on 1 February 1986, and version 3.00 was releasedNewLISP (951 words) [view diff] exact match in snippet view article find links to article
newLISP is a scripting language, a dialect of the Lisp family of programming languages. It was designed and developed by Lutz Mueller. Because of itsScheme 48 (545 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispMDL (programming language) (685 words) [view diff] exact match in snippet view article
More Datatypes than Lisp: 3 or MIT Design Language[citation needed]) is a programming language, a descendant of the language Lisp. Its initial purposeList of Lisp-family programming languages (562 words) [view diff] exact match in snippet view article find links to article
The programming language Lisp is the second-oldest high-level programming language with direct descendants and closely related dialects still in widespread*Lisp (517 words) [view diff] exact match in snippet view article find links to article
*Lisp (or StarLisp) is a programming language, a dialect of the language Lisp. It was conceived of in 1985 by two employees of the Thinking Machines CorporationBrian Harvey (lecturer) (348 words) [view diff] exact match in snippet view article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispBBN LISP (93 words) [view diff] exact match in snippet view article find links to article
BBN LISP (also stylized BBN-Lisp) was a dialect of the Lisp programming language by Bolt, Beranek and Newman Inc. in Cambridge, Massachusetts. It wasWilliam Clinger (computer scientist) (362 words) [view diff] exact match in snippet view article
Scheme at the Lisp50 conference celebrating the 50th birthday of the language Lisp. He has been on the faculty at Northeastern University since 1994. ClingerScsh (360 words) [view diff] exact match in snippet view article find links to article
AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp Knowledge Engineering Environment *Lisp LeLisp LFENuBus (1,035 words) [view diff] exact match in snippet view article find links to article
Digital for their NuMachine, and for the Lisp Machines Inc. LMI Lambda. The NuBus was later incorporated in Lisp products by Texas Instruments (Explorer)StarLogo (561 words) [view diff] exact match in snippet view article find links to article
Massachusetts. It is an extension of the Logo programming language, a dialect of Lisp. Designed for education, StarLogo can be used by students to model or simulateSIOD (217 words) [view diff] exact match in snippet view article find links to article
Scheme In One Day (SIOD) is a programming language, a dialect of the language Lisp, a small-size implementation of the dialect Scheme, written in C and designedGambit (Scheme implementation) (374 words) [view diff] exact match in snippet view article
called Gambit-C, is a programming language, a variant of the language family Lisp, and its variants named Scheme. The Gambit implementation consists of a SchemeSyntax (programming languages) (1,902 words) [view diff] exact match in snippet view article
Similarly, Lisp macros introduced by the defmacro syntax also execute during parsing, meaning that a Lisp compiler must have an entire Lisp run-time systemMacsyma (2,534 words) [view diff] exact match in snippet view article find links to article
computers, but also on the Multics OS and on the Lisp Machine architectures. Macsyma was one of the largest Lisp programs of the time, and was possibly theScheme Requests for Implementation (240 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispSLIME (328 words) [view diff] exact match in snippet view article find links to article
SLIME, the Superior Lisp Interaction Mode for Emacs, is an Emacs mode for developing Common Lisp applications. SLIME originates in an Emacs mode calledMLisp (395 words) [view diff] exact match in snippet view article find links to article
Mocklisp, a stripped-down version of Lisp used as an extension language in Gosling Emacs. MLISP is a variant of Lisp with an Algol-like syntax based onWally Feurzeig (883 words) [view diff] exact match in snippet view article find links to article
recognition, natural-language understanding, automated theorem proving, Lisp language development, and robot problem solving. Much of this work was doneCadence SKILL (333 words) [view diff] exact match in snippet view article find links to article
SKILL is a Lisp dialect used as a scripting language and PCell (parameterized cells) description language used in many electronic design automation (EDA)History of the Dylan programming language (2,616 words) [view diff] exact match in snippet view article find links to article
group at Apple that was responsible for Macintosh Common Lisp. The first implementation had a Lisp-like syntax. Dylan began with the acquisition of CoralShriram Krishnamurthi (340 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispBytecode (1,888 words) [view diff] exact match in snippet view article find links to article
reasonable performance. Embeddable Common Lisp implementation of Common Lisp can compile to bytecode or C code Common Lisp provides a disassemble function whichCLiki (189 words) [view diff] exact match in snippet view article find links to article
application written in Common Lisp, that was under development from 2002 to 2005. CLiki was first presented at the International Lisp Conference 2002. CLikiDavid Luckham (476 words) [view diff] exact match in snippet view article find links to article
one of the implementers of the first systems for the programming language Lisp. He is best known as the originator of complex event processing (CEP) asChez Scheme (431 words) [view diff] exact match in snippet view article find links to article
a dialect and implementation of the language Scheme which is a type of Lisp. It uses an incremental native-code compiler to produce native binary filesKnowledge Engineering Environment (356 words) [view diff] exact match in snippet view article find links to article
It ran on Lisp machines, and was later ported to Lucid Common Lisp with the CLX library, an X Window System (X11) interface for Common Lisp. This versionLouis Hodes (583 words) [view diff] exact match in snippet view article find links to article
implementations of the programming language Lisp, and under Marvin Minsky he did early research on visual pattern recognition in Lisp. He is also credited by some withMatthias Felleisen (492 words) [view diff] exact match in snippet view article find links to article
The Seasoned Schemer. MIT Press. 1996. ISBN 0-262-56100-X. The Little Lisper. MIT Press. 1987. ISBN 0-262-56038-0. "Research". Retrieved 2012-06-26.Bigloo (228 words) [view diff] exact match in snippet view article find links to article
language, an implementation of the language Scheme, a dialect of the language Lisp. It is developed at the French IT research institute French Institute forR. Kent Dybvig (216 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispBoolean data type (3,134 words) [view diff] exact match in snippet view article find links to article
explicit Boolean data type, like C90 and Lisp, may still represent truth values by some other data type. Common Lisp uses an empty list for false, and anyLucid Inc. (426 words) [view diff] exact match in snippet view article find links to article
shipped was an integrated Lisp IDE for Sun Microsystems' RISC hardware architecture—this sidestepped the principal failure of Lisp machines by in essenceSCM (Scheme implementation) (258 words) [view diff] exact match in snippet view article
AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp Knowledge Engineering Environment *Lisp LeLisp LFEChicken (Scheme implementation) (1,725 words) [view diff] exact match in snippet view article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispCynthia Solomon (1,104 words) [view diff] exact match in snippet view article find links to article
took it upon herself to understand and program in the programming language Lisp. As she began learning this language, she realized the need for a programmingPreprocessor (1,203 words) [view diff] exact match in snippet view article find links to article
unusual features of the Lisp family of languages is the possibility of using macros to create an internal DSL. Typically, in a large Lisp-based project, a moduleList (abstract data type) (1,410 words) [view diff] exact match in snippet view article
lists, especially linked lists and arrays. In some contexts, such as in Lisp programming, the term list may refer specifically to a linked list ratherHemlock (text editor) (373 words) [view diff] exact match in snippet view article
editor for most POSIX-compliant Unix systems. It follows the tradition of the Lisp Machine editor ZWEI and the ITS/TOPS-20 implementation of Emacs, but differsGenerational list of programming languages (1,138 words) [view diff] exact match in snippet view article find links to article
BASIC-PLUS. Lisp Arc AutoLISP Clojure Common Lisp uLisp (A subset of Common Lisp for microcontrollers) Emacs Lisp ISLISP Interlisp Julia (has Lisp-like macrosPeter Norvig (1,301 words) [view diff] exact match in snippet view article find links to article
Intelligence: A Modern Approach, Paradigms of AI Programming: Case Studies in Common Lisp, Verbmobil: A Translation System for Face-to-Face Dialog, and IntelligentDenison Bollay (399 words) [view diff] exact match in snippet view article find links to article
Bunker Ramo machine and ticker. Bollay is the author of ExperLogo and ExperLisp, the first incrementally compiled object-oriented programming languages forMcCLIM (96 words) [view diff] exact match in snippet view article find links to article
McCLIM is an implementation of the Common Lisp Interface Manager (CLIM), for the programming language Common Lisp. The project is named partly after MikeSawfish (window manager) (305 words) [view diff] exact match in snippet view article
corner of the main monitor while larger ones are centered. Sawfish uses a Lisp-like scripting language, rep, for all of its code and configuration, makingAlan Perlis (668 words) [view diff] case mismatch in snippet view article find links to article
Alan Jay Perlis (April 1, 1922 – February 7, 1990) was an American computer scientist and professor at Purdue University, Carnegie Mellon University andProgramByDesign (1,789 words) [view diff] exact match in snippet view article find links to article
Scheme which was a version of the language Scheme, which is a dialect of Lisp. The group raised funds from several private foundations, the United StatesACL2 (482 words) [view diff] exact match in snippet view article find links to article
ACL2 (A Computational Logic for Applicative Common Lisp) is a software system consisting of a programming language, an extensible theory in a first-orderGnus (1,091 words) [view diff] exact match in snippet view article find links to article
message scoring system user-defined hooks for almost any method (in emacs lisp) many of the parameters (e.g., expiration, posting style) can be specifiedInternational Conference on Functional Programming (299 words) [view diff] case mismatch in snippet view article find links to article
conferences: the Functional Programming and Computer Architecture (FPCA) and LISP and Functional Programming (LFP). The conference location alternates betweenLisp Machines (1,633 words) [view diff] exact match in snippet view article find links to article
Lisp Machines, Inc. was a company formed in 1979 by Richard Greenblatt of MIT's Artificial Intelligence Laboratory to build Lisp machines. It was basedHow to Design Programs (741 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispBill Gosper (627 words) [view diff] exact match in snippet view article find links to article
have founded the hacker community, and he holds a place of pride in the Lisp community. The Gosper curve and Gosper's algorithm are named after him. InDocument Style Semantics and Specification Language (509 words) [view diff] no match in snippet view article find links to article
The Document Style Semantics and Specification Language (DSSSL) is an international standard developed to provide stylesheets for SGML documents. DSSSLFriCAS (782 words) [view diff] exact match in snippet view article find links to article
most common platforms. Compiling the Axiom lisp resources requires besides other prerequisites a Common Lisp environment and freely available as open source)Lierse S.K. (1906) (1,448 words) [view diff] exact match in snippet view article
Vanderpoortenstadion in Lier, which is also known as Het Lisp, because the stadium is located in a neighbourhood named Lisp. Both the logo and home kit featured the clubHigher-order function (2,643 words) [view diff] no match in snippet view article find links to article
In mathematics and computer science, a higher-order function (HOF) is a function that does at least one of the following: takes one or more functions asPhyllis Fox (475 words) [view diff] case mismatch in snippet view article find links to article
She then became a collaborator on the first LISP interpreter, and the principal author of the first LISP manual. In 1963, she moved from MIT to the NewarkObject-Oriented Programming in Common Lisp (76 words) [view diff] exact match in snippet view article find links to article
Programming in Common Lisp: A Programmer's Guide to CLOS (1988, Addison-Wesley, ISBN 0-201-17589-4) is a book by Sonya Keene on the Common Lisp Object SystemN-World (537 words) [view diff] exact match in snippet view article find links to article
originated with Symbolics, a computer manufacturer notable for producing Lisp-based systems in the 1980s. Among the software packages that were producedZ-machine (1,797 words) [view diff] exact match in snippet view article find links to article
after Infocom had shut down. The MDL programming language was derived from Lisp at the Massachusetts Institute of Technology by the Dynamic Modeling groupEval (2,948 words) [view diff] exact match in snippet view article find links to article
structured representation of code, such as an abstract syntax tree (like Lisp forms), or of special type such as code (as in Python). The analog for aList of programming languages by type (6,709 words) [view diff] exact match in snippet view article find links to article
LabVIEW) Groovy Hop J Java (since version 8) Julia Kotlin Lisp Clojure Common Lisp Dylan Emacs Lisp LFE Little b Logo Racket Scheme Guile Tea ML StandardWolfram (software) (1,749 words) [view diff] exact match in snippet view article
Language is fundamentally based on Lisp; for example, the Mathematica command Most is identically equal to the Lisp command butlast. There is a substantialReduce (computer algebra system) (4,066 words) [view diff] exact match in snippet view article
Standard Lisp (PSL) or Codemist Standard Lisp (CSL) implementation. CSL REDUCE offers a graphical user interface. REDUCE can also be built on other Lisps, suchList of compilers (2,026 words) [view diff] exact match in snippet view article find links to article
on 12 April 2024. Sasagawa, Ken'ichi. "Easy-ISLisp". eisl.kan-be.com. "dayLISP". SourceForge. 12 March 2014. "Iris". "Masaya Taniguchi". GitHub. ArchivedParadigms of AI Programming (184 words) [view diff] exact match in snippet view article find links to article
Common Lisp (ISBN 1-55860-191-0) is a well-known programming book by Peter Norvig about artificial intelligence programming using Common Lisp. The Lisp programmingConditional (computer programming) (3,947 words) [view diff] exact match in snippet view article
have side-effects, many languages with conditional expressions (such as Lisp) support conditional side-effects. The if–then or if–then–else constructionNaming convention (programming) (3,883 words) [view diff] exact match in snippet view article
is used by nearly all programmers writing COBOL (1959), Forth (1970), and Lisp (1958); it is also common in Unix for commands and packages, and is usedComparison of integrated development environments (899 words) [view diff] exact match in snippet view article find links to article
Allegro Common Lisp Proprietary Yes Yes Yes FreeBSD, HP-UX, AIX, Solaris, Tru64 UNIX Yes Yes Yes Yes Class browser, Systems, Definitions LispWorks ProprietaryMultics Emacs (247 words) [view diff] exact match in snippet view article find links to article
as the editor itself being written in Lisp, user-supplied extensions were also written in Lisp. The choice of Lisp provided more extensibility than everAxiom (computer algebra system) (2,059 words) [view diff] exact match in snippet view article
Computation. Springer. pp. 440–446. Timothy Daly "Axiom -- Thirty Years of Lisp" Timothy Daly "Axiom" Invited Talk, Free Software Conference, Lyon, FranceHomoiconicity (2,149 words) [view diff] exact match in snippet view article find links to article
READ. READ returns Lisp data: lists, symbols, numbers, strings. The primitive Lisp function EVAL uses Lisp code represented as Lisp data, computes side-effectsObject-oriented operating system (3,402 words) [view diff] exact match in snippet view article find links to article
JNode, and JX. Lisp-based An object-oriented operating system written in the Lisp dialect Lisp Machine Lisp (and later Common Lisp) was developed atRcirc (170 words) [view diff] exact match in snippet view article find links to article
rcirc is an Internet Relay Chat (IRC) client written in Emacs Lisp. It is one of two IRC clients included in GNU Emacs since release 22.1, alongside ERCERC (software) (586 words) [view diff] exact match in snippet view article
Relay Chat (IRC) client integrated into GNU Emacs. It is written in Emacs Lisp. ERC includes message timestamping, automatic channel joining, flood controlLISP 2 (279 words) [view diff] exact match in snippet view article find links to article
LISP 2 is a programming language proposed in the 1960s as the successor to Lisp. It had largely Lisp-like semantics and ALGOL 60-like syntax. It is rememberedRational data type (815 words) [view diff] exact match in snippet view article find links to article
rounding, and to do arithmetic on them. Examples are the ratio type of Common Lisp, and analogous types provided by most languages for algebraic computationAnonymous function (2,277 words) [view diff] exact match in snippet view article find links to article
Anonymous functions have been a feature of programming languages since Lisp in 1958, and a growing number of modern programming languages support anonymousCommon Lisp Music (102 words) [view diff] exact match in snippet view article find links to article
CLM (originally an acronym for Common Lisp Music) is a music synthesis and signal processing package in the Music V family created by Bill SchottstaedtComputer program (13,091 words) [view diff] exact match in snippet view article find links to article
Lisp is when many functions are nested, the parentheses may look confusing. Modern Lisp environments help ensure parenthesis match. As an aside, LispLight Industry and Science Park (173 words) [view diff] case mismatch in snippet view article find links to article
has six locations, namely: LISP I in Cabuyao, Laguna, LISP II in Calamba, Laguna, LISP III in Santo Tomas, Batangas, LISP IV in Malvar, Batangas, CebuJulia (programming language) (8,305 words) [view diff] exact match in snippet view article
friend, then years later wrote: Maybe julia stands for "Jeff's uncommon lisp is automated"? Julia's syntax is now considered stable, since version 1.0Control flow (6,593 words) [view diff] exact match in snippet view article find links to article
Some Lisp dialects provide an extensive sublanguage for describing Loops. An early example can be found in Conversional Lisp of Interlisp. Common Lisp providesSerialization (4,974 words) [view diff] exact match in snippet view article find links to article
types of Lisp, including Common Lisp, the printer cannot represent every type of data because it is not clear how to do so. In Common Lisp for exampleCommon Music Notation (168 words) [view diff] exact match in snippet view article find links to article
notation software. It is written in Common Lisp and runs on a variety of operating systems and Common Lisp implementations. CMN provides a package ofAUCTeX (246 words) [view diff] no match in snippet view article find links to article
AUCTeX is an extensible package for writing and formatting TeX files in Emacs and XEmacs. AUCTeX provides syntax highlighting, smart indentation and formattingDavid S. Touretzky (1,455 words) [view diff] exact match in snippet view article find links to article
California: Morgan Kaufmann, 1986. ISBN 0-934613-06-0. David S. Touretzky, Common Lisp: A Gentle Introduction to Symbolic Computation, Redwood City, California:GNU Guix (3,532 words) [view diff] exact match in snippet view article find links to article
programming cross-platform package manager and a tool to instantiate and manage Lisp machines and Unix-like operating systems, based on the Nix package managerEINE and ZWEI (474 words) [view diff] exact match in snippet view article find links to article
written in Lisp. It used Lisp Machine Lisp. Stallman later wrote GNU Emacs, which was written in C and Emacs Lisp and extensible in Emacs Lisp. EINE alsoHistory of programming languages (3,814 words) [view diff] case mismatch in snippet view article find links to article
AIMACO were in use at the time. Other languages still in use today include LISP (1958), invented by John McCarthy and COBOL (1959), created by the ShortGNU Guix (3,532 words) [view diff] exact match in snippet view article find links to article
programming cross-platform package manager and a tool to instantiate and manage Lisp machines and Unix-like operating systems, based on the Nix package managerHerman Vanderpoortenstadion (168 words) [view diff] exact match in snippet view article find links to article
pronunciation: [ˈɦɛrmɑɱ vɑndərˈpoːrtə(n)ˌstaːdijɔn]), also called Het Lisp (Dutch pronunciation: [ət ˈlɪsp]), is a multi-use stadium in Lier, Belgium. It is currentlyVisitor pattern (3,978 words) [view diff] exact match in snippet view article find links to article
systems support multiple dispatch, not only single dispatch, such as Common Lisp or C# via the Dynamic Language Runtime (DLR), implementation of the visitorInstaller (programming language) (123 words) [view diff] case mismatch in snippet view article
introduced in version 2.1 of AmigaOS in 1992. Its syntax is based on the LISP programming language. A compatible re-implementation, InstallerLG, remainsMirai (software) (108 words) [view diff] exact match in snippet view article
The modeller uses the winged edge data structure, is written in Common Lisp, and traces its lineage to the S-Geometry software from Symbolics. It hasDaniel G. Bobrow (256 words) [view diff] no match in snippet view article find links to article
Daniel Gureasko Bobrow (29 November 1935 – 20 March 2017) was an American computer scientist who created an oft-cited artificial intelligence program STUDENTReference (computer science) (1,928 words) [view diff] exact match in snippet view article
opaque references was that of the Lisp language cons cell, which is simply a record containing two references to other Lisp objects, including possibly otherZmacs (182 words) [view diff] exact match in snippet view article find links to article
MIT Lisp machine and runs on its descendants (Symbolics Genera, LMI Lambda, TI Explorer). Zmacs is written in Lisp Machine Lisp (called ZetaLisp on SymbolicsProcedural programming (975 words) [view diff] exact match in snippet view article find links to article
them. Hardware support for other types of programming is possible, like Lisp machines or Java processors, but no attempt was commercially successful.[contradictory]OpenMusic (354 words) [view diff] exact match in snippet view article find links to article
for musical composition based on Common Lisp. It may also be used as an all-purpose visual interface to Lisp programming. At a more specialized levelCons (901 words) [view diff] exact match in snippet view article find links to article
cons (/ˈkɒnz/ or /ˈkɒns/) is a fundamental function in most dialects of the Lisp programming language. cons constructs memory objects which hold two valuesGrammarly (2,055 words) [view diff] case mismatch in snippet view article find links to article
Grammarly is an American English language writing assistant software tool. It reviews the spelling, grammar, and tone of a piece of writing as well asMatthew Flatt (468 words) [view diff] no match in snippet view article find links to article
Matthew Flatt is an American computer scientist and professor at the University of Utah School of Computing in Salt Lake City. He is also the leader ofAnother System Definition Facility (356 words) [view diff] exact match in snippet view article find links to article
System Definition Facility) is a package format and a build tool for Common Lisp libraries. It is analogous to tools such as Make and Ant. ASDF was originallyEmacspeak (466 words) [view diff] exact match in snippet view article find links to article
opposed to a screen reader). It employs Emacs (which is written in C), Emacs Lisp, and Tcl. Developed principally by T. V. Raman (himself blind since childhoodHigher-Order and Symbolic Computation (169 words) [view diff] case mismatch in snippet view article find links to article
Higher-Order and Symbolic Computation (formerly LISP and Symbolic Computation) was a computer science journal published by Springer Science+Business MediaCAR and CDR (1,220 words) [view diff] exact match in snippet view article find links to article
operations on cons cells (or "non-atomic S-expressions") introduced in the Lisp programming language. A cons cell is composed of two pointers; the car operationGeneric function (628 words) [view diff] exact match in snippet view article find links to article
appropriately. In some systems for object-oriented programming such as the Common Lisp Object System (CLOS) and Dylan, a generic function is an entity made up ofAssociation list (898 words) [view diff] exact match in snippet view article find links to article
In computer programming and particularly in Lisp, an association list, often referred to as an alist, is a linked list in which each list element (or node)Object-oriented programming (5,890 words) [view diff] exact match in snippet view article find links to article
marked the beginning of efforts to consolidate Lisp object systems, eventually resulting in the Common Lisp Object System. In the 1980s, there were a fewRuby (programming language) (5,462 words) [view diff] exact match in snippet view article
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 theThe Art of the Metaobject Protocol (341 words) [view diff] exact match in snippet view article find links to article
the metaobject protocol supported by many Common Lisp implementations as an extension of the Common Lisp Object System, or CLOS. A more complete and portablePointer machine (1,556 words) [view diff] case mismatch in snippet view article find links to article
not further discussed in this article: Atomistic pure-LISP machine (APLM) Atomistic full-LISP machine (AFLM), General atomistic pointer machines, Jone'sList of educational programming languages (3,589 words) [view diff] exact match in snippet view article find links to article
building and exploring scientific models, specifically agent-based models. Lisp is the second oldest family of programming languages in use today and asLocator/Identifier Separation Protocol (1,883 words) [view diff] case mismatch in snippet view article find links to article
Separation Protocol (LISP) (RFC 6830) is a "map-and-encapsulate" protocol which is developed by the Internet Engineering Task Force LISP Working Group. TheLabel (computer science) (964 words) [view diff] exact match in snippet view article
console.log("baz") } // Which would output: // > foo // > bar In Common Lisp two ways of defining labels exist. The first one involves the tagbody specialComparison of programming languages (1,508 words) [view diff] exact match in snippet view article find links to article
C++, JavaScript (under the name ECMAScript), Smalltalk, Prolog, Common Lisp, Scheme (IEEE standard), ISLISP, Ada, Fortran, COBOL, SQL, and XQuery. TheNibble (1,431 words) [view diff] no match in snippet view article find links to article
In computing, a nibble, also spelled nybble to match byte, is a unit of information that is an aggregation of four-bits; half of a byte/octet. The unitTOC protocol (984 words) [view diff] exact match in snippet view article find links to article
including TiK and TAC which are written in Tcl/Tk, TNT which is written in Emacs Lisp, all of which are open source, and a Java client originally called TIC whichPico (programming language) (388 words) [view diff] exact match in snippet view article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispBlue Cadet-3, Do You Connect? (121 words) [view diff] exact match in snippet view article find links to article
Length 1. "Blue Cadet-3, Do You Connect?" 1:09 2. "Dukes Up" 2:24 3. "Woodgrain" 0:30 4. "It Always Rains on a Picnic" 3:01 5. "5,4,3,2,1… Lisp Off" 0:30Cyc (2,824 words) [view diff] exact match in snippet view article find links to article
Stable release 6.1 / November 27, 2017; 7 years ago (2017-11-27) Written in Lisp, CycL, SubL Type Knowledge representation language and inference engine WebsiteMuMATH (156 words) [view diff] case mismatch in snippet view article find links to article
in the muSIMP programming language which is built on top of a LISP dialect called muLISP [de]. It supports CP/M and TRS-DOS (since muMATH-79), Apple IIProgramming language (7,319 words) [view diff] exact match in snippet view article find links to article
often a subset. In the Lisp world, most languages that use basic S-expression syntax and Lisp-like semantics are considered Lisp dialects, although theyBernard Greenberg (570 words) [view diff] exact match in snippet view article find links to article
and the Lisp machine. In 1978, Greenberg implemented Multics Emacs using Multics Maclisp. The success of this effort influenced the choice of Lisp as theIndentation style (5,529 words) [view diff] exact match in snippet view article find links to article
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 endJargon File (3,536 words) [view diff] case mismatch in snippet view article find links to article
MIT AI Lab, the Stanford AI Lab (SAIL) and others of the old ARPANET AI/LISP/PDP-10 communities, including Bolt, Beranek and Newman (BBN), Carnegie MellonThinking Machines Corporation (1,221 words) [view diff] exact match in snippet view article find links to article
variety of specialized programming languages, including *Lisp and CM Lisp (derived from Common Lisp), C* (derived by Thinking Machines from C), and CM FortranCLSQL (79 words) [view diff] exact match in snippet view article find links to article
CLSQL is an SQL database interface for Common Lisp. It was created in 2001 by Kevin M. Rosenberg, and initially based substantially on the MaiSQL packagePretty-printing (1,291 words) [view diff] exact match in snippet view article find links to article
search with pruning to format LISP programs. Early versions operated on the executable (list structure) form of the Lisp program and were oblivious toBricsCAD (1,550 words) [view diff] case mismatch in snippet view article find links to article
for 2D drafting workflows. It reads and writes native DWG, and offers a LISP API for customization and the automation of repetitive tasks. BricsCAD ProDouble-precision floating-point format (2,236 words) [view diff] exact match in snippet view article find links to article
intrinsic module iso_fortran_env, corresponds to double precision. Common Lisp provides the types SHORT-FLOAT, SINGLE-FLOAT, DOUBLE-FLOAT and LONG-FLOATScripting language (2,905 words) [view diff] exact match in snippet view article find links to article
scripting Second Life virtual world Lisp, family of general-purpose and extension languages for applications including Emacs Lisp for Emacs Lua, extension languageICAD (software) (1,095 words) [view diff] exact match in snippet view article
1984–85. ICAD started on special-purpose Symbolics Lisp hardware and was then ported to Unix when Common Lisp became portable to general-purpose workstationsList of unit testing frameworks (6,797 words) [view diff] exact match in snippet view article find links to article
2012-11-12. "FReT". Common-lisp.net. Retrieved 2012-11-12. "Grand-prix". Common-lisp.net. Retrieved 2012-11-12. "HEUTE - Common LISP Unit Test Package". RdropFirst-class function (2,525 words) [view diff] exact match in snippet view article find links to article
functions and thus non-local variables (e.g. C). The early functional language Lisp took the approach of dynamic scoping, where non-local variables refer toSymbolic programming (156 words) [view diff] exact match in snippet view article find links to article
symbolic programming include homoiconic languages such as Wolfram Language, Lisp, Prolog, and Julia. Symbolic artificial intelligence Symbolic language (programming)POP-11 (1,059 words) [view diff] exact match in snippet view article find links to article
conventional languages like Pascal, who find POP syntax more familiar than that of Lisp. One of POP-11's features is that it supports first-class functions. POP-11List of programmers (4,332 words) [view diff] exact match in snippet view article find links to article
Store, On Lisp, ANSI Common Lisp John Graham-Cumming – authored POPFile, a Bayesian filter-based e-mail classifier Richard Greenblatt – Lisp machine, IncompatibleSymbolic programming (156 words) [view diff] exact match in snippet view article find links to article
symbolic programming include homoiconic languages such as Wolfram Language, Lisp, Prolog, and Julia. Symbolic artificial intelligence Symbolic language (programming)Bootstrapping (compilers) (1,383 words) [view diff] case mismatch in snippet view article
B5000 Algol in 1961 and LISP in 1962. Hart and Levin wrote a LISP compiler in LISP at MIT in 1962, testing it inside an existing LISP interpreter. Once theySemantic network (2,563 words) [view diff] exact match in snippet view article find links to article
proto-objects. The following code shows an example of a semantic network in the Lisp programming language using an association list. (setq *database* '((canaryCopycat (software) (621 words) [view diff] exact match in snippet view article
Copycat was written in Common Lisp and is bitrotten (as it relies on now-outdated graphics libraries for Lucid Common Lisp); however, Java and Python portsMUSH (1,007 words) [view diff] exact match in snippet view article find links to article
enhancements to the original TinyMUD code. "MUSHcode" is similar in syntax to Lisp. Traditionally, roleplay consists of a series of "poses". Each characterMultiple dispatch (5,927 words) [view diff] exact match in snippet view article find links to article
also be used. Julia C# 4.0 Cecil Clojure Common Lisp (via the Common Lisp Object System) Dylan Emacs Lisp (via cl-defmethod) Fortress Groovy Lasso Nim,Dired (436 words) [view diff] exact match in snippet view article find links to article
list can be navigated using standard navigation commands. Several Emacs Lisp scripts have been developed to extend Dired in Emacs. In combination withPOP-2 (1,626 words) [view diff] exact match in snippet view article find links to article
University of Edinburgh. It drew roots from many sources: the languages Lisp and ALGOL 60, and theoretical ideas from Peter J. Landin. It used an incrementalSelf-hosting (compilers) (1,146 words) [view diff] exact match in snippet view article
assemblers) was written for Lisp by Hart and Levin at MIT in 1962. They wrote a Lisp compiler in Lisp, testing it inside an existing Lisp Interpreter. Once theyMetaobject (1,201 words) [view diff] exact match in snippet view article find links to article
Common Lisp Object System (CLOS) came later and was influenced by the Smalltalk protocol as well as by Brian C. Smith's original studies on 3-Lisp as anRatpoison (616 words) [view diff] exact match in snippet view article find links to article
written in C, Betts' StumpWM re-implements a similar window manager in Common Lisp. The name "ratpoison" reflects its major design goal: to let the user manageAllegroGraph (497 words) [view diff] exact match in snippet view article find links to article
AllegroGraph. It also develops Allegro Common Lisp, an implementation of Common Lisp, a dialect of Lisp (programming language). The functionality of AllegroGraphList of computer scientists (5,250 words) [view diff] exact match in snippet view article find links to article
learning, deep learning D. R. Fulkerson Richard P. Gabriel – Maclisp, Common Lisp, Worse is Better, League for Programming Freedom, Lucid Inc., XEmacs ZviRod Burstall (455 words) [view diff] exact match in snippet view article find links to article
AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp Knowledge Engineering Environment *Lisp LeLisp LFERebol (2,156 words) [view diff] exact match in snippet view article find links to article
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 executableActor-Based Concurrent Language (255 words) [view diff] exact match in snippet view article find links to article
achieve concurrency. It requires Common Lisp. Implementations in Kyoto Common Lisp (KCL) and Symbolics Lisp are available from the author. An implementationMinimalism (computing) (1,717 words) [view diff] exact match in snippet view article
International Lisp Conference, Richard Stallman indicated that minimalism was a concern in his development of GNU and Emacs, based on his experiences with Lisp andIgor Engraver (384 words) [view diff] exact match in snippet view article find links to article
before those of Sibelius and Finale.) Igor is written almost entirely in the Lisp programming language. For a short time, Igor was released as freeware withInductive programming (2,549 words) [view diff] exact match in snippet view article find links to article
functional programming, which uses functional programming languages such as Lisp or Haskell, and most especially inductive logic programming, which uses logicQuote (249 words) [view diff] exact match in snippet view article find links to article
languages' facility for embedding text in the source code Quoting in Lisp, the Lisp programming language's notion of quoting Quoted-printable, encodingThread-local storage (2,192 words) [view diff] exact match in snippet view article find links to article
naturally maps to thread-specific storage, and Lisp implementations that provide threads do this. Common Lisp has numerous standard dynamic variables, andSpacemacs (319 words) [view diff] exact match in snippet view article find links to article
ago (2014-10-30) Repository github.com/syl20bnr/spacemacs Written in Emacs Lisp Operating system Unix, Linux, Windows NT, macOS Available in English (byDunnet (video game) (523 words) [view diff] exact match in snippet view article
was first written in Maclisp for the DECSYSTEM-20, then ported to Emacs Lisp in 1992. Since 1994 the game has shipped with GNU Emacs; it also has beenSyntax error (708 words) [view diff] exact match in snippet view article find links to article
World"); </syntax highlighting > The code (add 1 1) is a syntactically valid Lisp program (assuming the 'add' function exists) that adds 1 and 1. However,CLPython (108 words) [view diff] exact match in snippet view article find links to article
programming language written in Common Lisp. This project allow to call Lisp functions from Python and Python functions from Lisp. Licensed under LGPL. CLPythonAutomated Mathematician (691 words) [view diff] exact match in snippet view article find links to article
Lenat in Lisp, and in 1977 led to Lenat being awarded the IJCAI Computers and Thought Award. AM worked by generating and modifying short Lisp programsMicroWorlds (734 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispDocstring (460 words) [view diff] exact match in snippet view article find links to article
"Hello" def world do "World" end end In Lisp, docstrings are known as documentation strings. The Common Lisp standard states that a particular implementationInformation International, Inc. (1,384 words) [view diff] case mismatch in snippet view article find links to article
and Elaine Gord, and others, in a major book on the programming language LISP and its applications. Triple-I's commercially successful technology was centeredList of operating systems (8,384 words) [view diff] exact match in snippet view article find links to article
Instruments' Explorer Lisp machine workstations also had systems code written in Lisp Machine Lisp. Xerox 1100 series of Lisp machines used an operatingAdvice (programming) (1,264 words) [view diff] exact match in snippet view article
combination". Common Lisp implementations provide advice functionality (in addition to the standard method combination for CLOS) as extensions. LispWorks supportsSymbol (programming) (1,184 words) [view diff] exact match in snippet view article
dictionary). A symbol in Lisp is unique in a namespace (or package in Common Lisp). Symbols can be tested for equality with the function EQ. Lisp programs can generateFortress (programming language) (679 words) [view diff] exact match in snippet view article
designers was Guy L. Steele Jr., whose previous work includes Scheme, Common Lisp, and Java. The name "Fortress" was intended to connote a secure Fortran,Function object (4,383 words) [view diff] exact match in snippet view article find links to article
state. Many modern (and some older) languages, e.g. C++, Eiffel, Groovy, Lisp, Smalltalk, Perl, PHP, Python, Ruby, Scala, and many others, support first-classSuper key (keyboard button) (849 words) [view diff] exact match in snippet view article
key on a keyboard designed for Lisp machines at MIT. The "space-cadet" keyboard, designed in 1978 at MIT for the Lisp machine, introduced two new modifierLibreLogo (391 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispMagit (715 words) [view diff] exact match in snippet view article find links to article
version control system, available as a GNU Emacs package written in Emacs Lisp. It is available through the MELPA package repository, on which it is theBill Schelter (210 words) [view diff] exact match in snippet view article find links to article
Austin and a Lisp developer and programmer. Schelter is credited with the development of the GNU Common Lisp (GCL) implementation of Common Lisp and the GPL'dSystem image (578 words) [view diff] exact match in snippet view article find links to article
and Lisp, among other languages. Development in these languages is often quite different from many other programming languages. For example, in Lisp theMutator method (2,756 words) [view diff] exact match in snippet view article find links to article
public class Student { public string Name { get; private set; } } In Common Lisp Object System, slot specifications within class definitions may specify anyCall-with-current-continuation (1,565 words) [view diff] exact match in snippet view article find links to article
spec Humorous explanation of call-with-current-continuation from Rob Warnock in Usenet's comp.lang.lisp Cooperative multitasking in Scheme using Call-CCIo (programming language) (666 words) [view diff] exact match in snippet view article
pure object-oriented programming language inspired by Smalltalk, Self, Lua, Lisp, Act1, and NewtonScript. Io has a prototype-based object model similar toSECD machine (1,835 words) [view diff] exact match in snippet view article find links to article
Lispkit Lisp was an influential compiler based on the SECD machine, and the SECD machine has been used as the target for other systems such as Lisp/370.Libffi (834 words) [view diff] exact match in snippet view article find links to article
IcedTea, Cycript, Pawn, Java Native Access, Common Lisp (via CFFI), Racket, Embeddable Common Lisp and Mozilla. On Mac OS X, libffi is commonly used withInline expansion (3,397 words) [view diff] exact match in snippet view article find links to article
The language Ada has a pragma for inline functions. Functions in Common Lisp may be defined as inline by the inline declaration as such: (declaim (inlineMixin (3,259 words) [view diff] exact match in snippet view article find links to article
Howard Cannon), which was an approach to object-orientation used in Lisp Machine Lisp. The name was inspired by Steve's Ice Cream Parlor in Somerville,Derive (computer algebra system) (414 words) [view diff] case mismatch in snippet view article
Honolulu, Hawaii, now owned by Texas Instruments. Derive was implemented in muLISP [de], also by Soft Warehouse. The first release was in 1988 for DOS. It wasDAYDREAMER (243 words) [view diff] exact match in snippet view article find links to article
in human daydreaming. The architecture is implemented as 12,000 lines of Lisp code. DAYDREAMER was begun by Erik Mueller in 1983 while he was studyingLuke Tierney (343 words) [view diff] exact match in snippet view article find links to article
1990, Tierney wrote the XLispStat package using C and Lisp and has since published works such as LISP-STAT: An Object-Oriented Environment for StatisticalPrototype Verification System (200 words) [view diff] exact match in snippet view article find links to article
organized into parameterized theories. The system is implemented in Common Lisp, and is released under the GNU General Public License (GPL). Formal methodsLuke Tierney (343 words) [view diff] exact match in snippet view article find links to article
1990, Tierney wrote the XLispStat package using C and Lisp and has since published works such as LISP-STAT: An Object-Oriented Environment for StatisticalTom Knight (scientist) (939 words) [view diff] exact match in snippet view article
ITS time sharing system, Lisp machines (he was also instrumental in releasing a version of the operating system for the Lisp machine under a BSD license)COWSEL (183 words) [view diff] exact match in snippet view article find links to article
Popplestone. It was based on an reverse Polish notation (RPN) form of the language Lisp, combined with some ideas from Combined Programming Language (CPL). COWSEL"Hello, World!" program (1,948 words) [view diff] exact match in snippet view article find links to article
demonstrating a simple example. Functional programming languages, such as Lisp, ML, and Haskell, tend to substitute a factorial program for "Hello, WorldApply (1,449 words) [view diff] case mismatch in snippet view article find links to article
is central to programming languages derived from lambda calculus, such as LISP and Scheme, and also in functional languages. It has a role in the studyRich Hickey (328 words) [view diff] exact match in snippet view article find links to article
known as the creator of the Clojure programming language. Clojure is a Lisp dialect built on top of the Java Virtual Machine. He also created or designedButler Lampson (926 words) [view diff] case mismatch in snippet view article find links to article
except for the "Dolphin" (used in the Xerox 1100 LISP machine) and the "Dorado" (used in the Xerox 1132 LISP machine) followed a general blueprint calledList of JVM languages (1,385 words) [view diff] exact match in snippet view article find links to article
of 51–100, at one point at #47), a dynamic, and functional dialect of the Lisp programming language (ClojureScript doesn't make TIOBE's index separatelyDerive (computer algebra system) (414 words) [view diff] case mismatch in snippet view article
Honolulu, Hawaii, now owned by Texas Instruments. Derive was implemented in muLISP [de], also by Soft Warehouse. The first release was in 1988 for DOS. It wasPolish notation (2,436 words) [view diff] exact match in snippet view article find links to article
fact, define a one-to-one representation for the same. Because of this, Lisp (see below) and related programming languages define their entire syntaxComparison of programming languages (list comprehension) (1,259 words) [view diff] case mismatch in snippet view article
List comprehension is a syntactic construct available in some programming languages for creating a list based on existing lists. It follows the form ofAcornsoft LISP (726 words) [view diff] exact match in snippet view article find links to article
Acornsoft LISP (marketed simply as LISP) is a dialect and commercial implementation of the Lisp programming language, released in the early 1980s forWindows Script Host (2,353 words) [view diff] exact match in snippet view article find links to article
2001 Can also be used with Delphi directly Lisp WSH Engine Lisp Lisp .lisp, .lsp Various Lisp tools AutoLisp and others Freeware or Shareware BESEN ECMA-JavaScriptRack (web server interface) (735 words) [view diff] exact match in snippet view article
similar frameworks in JavaScript (jack.js), Clojure, Perl (Plack), Common Lisp (Clack), and .NET (OWIN). The characteristics of a Rack application is thatData acquisition (1,132 words) [view diff] exact match in snippet view article find links to article
programming languages such as Assembly, BASIC, C, C++, C#, Fortran, Java, LabVIEW, Lisp, Pascal, etc. Stand-alone data acquisition systems are often called dataAARON (727 words) [view diff] exact match in snippet view article find links to article
began in the C programming language then switched to Lisp in the early 1990s. Cohen credits Lisp with helping him solve the challenges he faced in addingContinuation (3,043 words) [view diff] exact match in snippet view article find links to article
programming semantics. Steve Russell invented the continuation in his second Lisp implementation for the IBM 704, though he did not name it. Reynolds (1993)Abstraction (computer science) (3,944 words) [view diff] exact match in snippet view article
are functions). Modern members of the Lisp programming language family such as Clojure, Scheme and Common Lisp support macro systems to allow syntacticOPS5 (411 words) [view diff] exact match in snippet view article find links to article
Contract F33615-78-C-1151. The first implementation of OPS5 was written in Lisp, and later rewritten in BLISS for speed. DEC OPS5 is an extended implementationWarren Teitelman (1,288 words) [view diff] case mismatch in snippet view article find links to article
1968 to 1978, and was responsible for the design and development of BBN LISP at Bolt, Beranek, and Newman, developing the idea of a programming systemForeach loop (4,147 words) [view diff] exact match in snippet view article find links to article
collection="#collection#"> <cfoutput>#collection[k]#</cfoutput> </cfloop> Common Lisp provides foreach ability either with the dolist macro: (dolist (i '(1 3 5Dynamic programming language (1,746 words) [view diff] exact match in snippet view article find links to article
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 modifiedPatrick Winston (433 words) [view diff] exact match in snippet view article find links to article
Intelligence ISBN 0201533774 The Psychology of Computer Vision ISBN 0070710481 Lisp (with Berthold K.P. Horn) ISBN 0201083191 On to C ISBN 020158042X On to C++ACT-R (3,979 words) [view diff] exact match in snippet view article find links to article
language. The interpreter itself is written in Common Lisp, and might be loaded into any of the Common Lisp language distributions. This means that any researcherComparison of programming languages (string functions) (4,077 words) [view diff] exact match in snippet view article
Windows PowerShell "hello" -gt "world" # returns false ;; Example in Common Lisp (string> "art" "painting") ; returns nil (string< "art" "painting") ; returnsKyoto Common Lisp (244 words) [view diff] exact match in snippet view article find links to article
Kyoto Common Lisp (KCL) is an implementation of Common Lisp by Taichi Yuasa and Masami Hagiya, written in C to run under Unix-like operating systems. KCLType safety (3,647 words) [view diff] exact match in snippet view article find links to article
as T1.Q := D1.Q; would be legal. In general, Common Lisp is a type-safe language. A Common Lisp compiler is responsible for inserting dynamic checksPDP-6 (1,987 words) [view diff] exact match in snippet view article find links to article
addresses allowed it to efficiently store the cons structure found in the Lisp language, which made it particularly useful in artificial intelligence labsCompiler (8,040 words) [view diff] exact match in snippet view article find links to article
compiler for a language that is commonly interpreted. For example, Common Lisp can be compiled to Java bytecode (then interpreted by the Java virtual machine)Assignment (computer science) (3,367 words) [view diff] case mismatch in snippet view article
new one, and is referred to as destructive assignment for that reason in LISP and functional programming, similar to destructive updating. Single assignmentMusicEase (1,282 words) [view diff] exact match in snippet view article find links to article
listen to them in MIDI. MusicEase was initially created under DOS using muLisp The first version appeared in 1987 and was completely controlled by the keyboardWill & Grace season 3 (762 words) [view diff] exact match in snippet view article find links to article
kisses her, and then she agrees to one date with him. 68 22 "Alice Doesn't Lisp Here Anymore" James Burrows Sally Bradford May 3, 2001 (2001-05-03) 319 14ScoreCloud (602 words) [view diff] no match in snippet view article find links to article
ScoreCloud is a software service and web application for creating, storing, and sharing music notation, created by Doremir for macOS, Microsoft WindowsCarl Hewitt (1,588 words) [view diff] exact match in snippet view article find links to article
extended version of Lisp, and introduced several features that were later adopted by Conniver, Lisp Machine Lisp, and Common Lisp. However, in late 1972Worse is better (796 words) [view diff] exact match in snippet view article find links to article
the United States. Gabriel was a Lisp programmer when he formulated the concept in 1989, presenting it in his essay "Lisp: Good News, Bad News, How to WinRichard Fateman (154 words) [view diff] exact match in snippet view article find links to article
contributor to the Macsyma computer algebra system at MIT and later to the Franz Lisp system. His current interests include scientific programming environments;Lisp Algebraic Manipulator (159 words) [view diff] exact match in snippet view article find links to article
The Lisp Algebraic Manipulator (also known as LAM) was created by Ray d'Inverno, who had written Atlas LISP Algebraic Manipulation (ALAM was designedFMSLogo (236 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispRobin Popplestone (348 words) [view diff] exact match in snippet view article find links to article
AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp Knowledge Engineering Environment *Lisp LeLisp LFEMark–compact algorithm (1,028 words) [view diff] case mismatch in snippet view article find links to article
specified in the relocation table. In order to avoid O(n log n) complexity, the LISP 2 algorithm uses three different passes over the heap. In addition, heapPrimitive data type (1,914 words) [view diff] exact match in snippet view article find links to article
readability and type checking. Rational number in Common Lisp Arbitrary-precision Integer type in Common Lisp, Erlang, Haskell Associative arrays, records or setsHygienic macro (2,417 words) [view diff] exact match in snippet view article find links to article
and Julia. The general problem of accidental capture was well known in the Lisp community before the introduction of hygienic macros. Macro writers wouldAppend (717 words) [view diff] exact match in snippet view article find links to article
high-level programming languages. Append originates in the programming language Lisp. The append procedure takes zero or more (linked) lists as arguments, andStrong and weak typing (1,326 words) [view diff] exact match in snippet view article find links to article
The Lisp family of languages are all "strongly typed" in the sense that typing errors are prevented at runtime. Some Lisp dialects like Common Lisp orSmultron (966 words) [view diff] case mismatch in snippet view article find links to article
highlighting with support for many popular programming languages including C, C++, LISP, Java, Python, PHP, Ruby, HTML, XML, CSS, Prolog, IDL and D. Smultron onlyRobert S. Boyer (221 words) [view diff] no match in snippet view article find links to article
Robert Stephen Boyer is an American retired professor of computer science, mathematics, and philosophy at The University of Texas at Austin. He and J StrotherSHINE Expert System (764 words) [view diff] case mismatch in snippet view article find links to article
Common LISP, but able to be utilized by non-LISP applications written in conventional programming languages such as C and C++. These non-LISP applicationsNesting (computing) (770 words) [view diff] exact match in snippet view article
encountered in programming. In the functional programming languages, such as Lisp, a list data structure exists as does a simpler atom data structure. SimpleList comprehension (2,556 words) [view diff] case mismatch in snippet view article find links to article
(1990). "Comprehending Monads". Proceedings of the 1990 ACM Conference on LISP and Functional Programming, Nice. SQL-like set operations with list comprehensionBoole's rule (594 words) [view diff] exact match in snippet view article find links to article
following constitutes a very simple implementation of the method in Common Lisp which ignores the error term: In cases where the integration is permittedLate binding (1,559 words) [view diff] exact match in snippet view article find links to article
The term was widely used to describe calling conventions in languages like Lisp, though usually with negative connotations about performance. In the 1980sMetamagical Themas (519 words) [view diff] exact match in snippet view article find links to article
Bach. Ambigrams are mentioned. There are three articles centered on the Lisp programming language, in which Hofstadter first details the language itselfCGOL (501 words) [view diff] exact match in snippet view article find links to article
algebraic notation for the Lisp programming language. It was designed for MACLISP by Vaughan Pratt and subsequently ported to Common Lisp. The notation of CGOLLOOM (ontology) (472 words) [view diff] exact match in snippet view article
also be used as a deductive layer that overlays an ordinary CLOS (Common Lisp Object System) network. In this mode, users can obtain many of the benefitsErik Naggum (1,011 words) [view diff] exact match in snippet view article find links to article
computer programmer recognized for his work in the fields of SGML, Emacs and Lisp. Since the early 1990s he was also a provocative participant on various UsenetXerox Star (3,890 words) [view diff] exact match in snippet view article find links to article
workstations were also sold with software based on the programming languages Lisp and Smalltalk for the smaller research and software development market. TheLisp reader (201 words) [view diff] exact match in snippet view article find links to article
In the programming language Lisp, the reader or read function is the parser which converts the textual form of Lisp objects to the corresponding internalKnights of the Lambda Calculus (284 words) [view diff] exact match in snippet view article find links to article
of expert Lisp and Scheme hackers. The name refers to the lambda calculus, a mathematical formalism invented by Alonzo Church, with which Lisp is intimatelyHardware for artificial intelligence (353 words) [view diff] exact match in snippet view article find links to article
artificial intelligence (AI) programs faster, and with less energy, such as Lisp machines, neuromorphic engineering, event cameras, and physical neural networksHistory of compiler construction (6,447 words) [view diff] exact match in snippet view article find links to article
was written for Lisp by Tim Hart and Mike Levin at MIT in 1962. They wrote a Lisp compiler in Lisp, testing it inside an existing Lisp interpreter. OnceZipping (computer science) (834 words) [view diff] exact match in snippet view article
referred to as zip. In Lisp-dialects one can simply map the desired function over the desired lists, map is variadic in Lisp so it can take an arbitraryOrphaned technology (730 words) [view diff] case mismatch in snippet view article find links to article
knowledge-based engineering Javelin Software - modeling and data analysis LISP machines - LISP oriented computers Mattel Aquarius Microsoft Bob - graphical helperBibTeX (2,501 words) [view diff] exact match in snippet view article find links to article
Lisp, capable of using bibtex .bst files directly or converting them into human-readable Lisp .lbst files. CL-BibTeX supports Unicode in Unicode LispMicroWorlds JR (262 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispSlime (299 words) [view diff] exact match in snippet view article find links to article
of separation of ores SLIME (Superior Lisp Interaction Mode for Emacs), an Emacs mode for developing Common Lisp applications Slime (toy), a viscous, oozingAnaphoric macro (393 words) [view diff] exact match in snippet view article find links to article
On Lisp and their name is a reference to linguistic anaphora—the use of words as a substitute for preceding words. The loop macro in ANSI Common Lisp isEnumerated type (4,564 words) [view diff] exact match in snippet view article find links to article
enumerator :: CLUBS = 1, DIAMONDS = 2, HEARTS = 4, SPADES = 8 end enum Common Lisp uses the member type specifier, e.g., (deftype cardsuit () '(member clubSTUDENT (585 words) [view diff] exact match in snippet view article find links to article
intelligence program that solves algebra word problems. It is written in Lisp by Daniel G. Bobrow as his PhD thesis in 1964 (Bobrow 1964). It was designedNqthm (856 words) [view diff] exact match in snippet view article find links to article
top of Lisp and had some very basic knowledge in what was called "Ground-zero", the state of the machine after bootstrapping it onto a Common Lisp implementationRacket (208 words) [view diff] exact match in snippet view article find links to article
general-purpose, multi-paradigm programming language based on the Scheme dialect of Lisp Racket, West Virginia, an unincorporated community in Gilmer and RitchieTENEX (operating system) (1,723 words) [view diff] case mismatch in snippet view article
TOPS-20 operating system. In the 1960s, BBN was involved in a number of LISP-based artificial intelligence projects for DARPA, many of which had veryAgrippa (A Book of the Dead) (4,351 words) [view diff] exact match in snippet view article
compressed with the simple Lzw before final storage. As the Macintosh Common Lisp compiler compresses the main program code into the executable, this was notTernary conditional operator (6,418 words) [view diff] exact match in snippet view article find links to article
Returns "false value". Assignment using a conditional expression in Common Lisp: (setq result (if (> a b) x y)) Alternative form: (if (> a b) (setq resultHigher-Order Perl (315 words) [view diff] exact match in snippet view article find links to article
how to use techniques with roots in functional programming languages like Lisp that are available in Perl as well. In June 2013, a Chinese-language editionExpert system (6,365 words) [view diff] exact match in snippet view article find links to article
the use of production rule systems, first on systems hard coded on top of Lisp programming environments and then on expert system shells developed by vendorsNoteCards (424 words) [view diff] case mismatch in snippet view article find links to article
and links. — "Notecards in a nutshell" (1987) NoteCards was implemented in LISP on D-machine workstations from Xerox which used large, high-resolution displaysFixed-point combinator (5,182 words) [view diff] exact match in snippet view article find links to article
multi-paradigm functional language (one decorated with imperative features), such as Lisp, Peter Landin suggested the use of a variable assignment to create a fixed-pointHigh-level programming language (2,028 words) [view diff] exact match in snippet view article find links to article
roughly the same period, COBOL introduced records (also called structs) and Lisp introduced a fully general lambda abstraction in a programming language forDouglas Lenat (2,737 words) [view diff] exact match in snippet view article find links to article
University (Ph.D.) Occupation Computer scientist Employer Cycorp, Inc. Known for Lisp programming language, CEO of Cycorp, Inc., AM, Eurisko, Cyc Awards 1977 IJCAIRelational operator (2,852 words) [view diff] exact match in snippet view article find links to article
common: Common Lisp and Macsyma/Maxima use Basic-like operators for numerical values, except for inequality, which is /= in Common Lisp and # in Macsyma/MaximaKana Asumi (1,779 words) [view diff] exact match in snippet view article find links to article
Japanese actress, voice actress, singer and a former member of the girl group Lisp. She worked for Voice & Heart until 2007 and has worked for 81 Produce sinceAutoHotkey (1,389 words) [view diff] exact match in snippet view article find links to article
use with and from other programming languages, including: VB/C# (.NET) Lua Lisp ECL Embedded machine code VBScript/JScript (Windows Scripting Host) OtherCompile-time function execution (1,192 words) [view diff] exact match in snippet view article find links to article
possibly producing more optimized code than if no arguments were known. The Lisp macro system is an early example of the use of compile-time evaluation ofConnection Machine (1,984 words) [view diff] exact match in snippet view article find links to article
single-bit processor was influenced by the Lisp programming language and a version of Common Lisp, *Lisp (spoken: Star-Lisp), was implemented on the CM-1. OtherTemplate metaprogramming (3,116 words) [view diff] exact match in snippet view article find links to article
support similar, if not more powerful, compile-time facilities (such as Lisp macros), but those are outside the scope of this article. The use of templatesViaweb (388 words) [view diff] exact match in snippet view article find links to article
service provider. Viaweb was also unusual for being partially written in the Lisp programming language. The software was originally called Webgen, but anotherSmn theorem (1,202 words) [view diff] exact match in snippet view article find links to article
{y}})=\phi _{S({\vec {x}})}^{(n)}({\vec {y}})} The following Lisp code implements s11 for Lisp. (defun s11 (f x) (let ((y (gensym))) (list 'lambda (listXLISP (240 words) [view diff] exact match in snippet view article find links to article
XLISP is a family of Lisp implementations written by David Betz and first released in 1983. The first version was a Lisp with object-oriented extensionsNyquist (programming language) (309 words) [view diff] exact match in snippet view article
sound synthesis and analysis based on the Lisp programming language. It is an extension of the XLISP dialect of Lisp, and is named after Harry Nyquist. WithHigher-order programming (284 words) [view diff] exact match in snippet view article find links to article
Java, ECMAScript (ActionScript, JavaScript, JScript), F#, Haskell, Lisp (Common Lisp, Scheme, Clojure, others), Lua, Oz, Perl, PHP, Prolog, Python, RubyLua (5,483 words) [view diff] case mismatch in snippet view article find links to article
for data description, and ran only on Unix platforms. We did not consider LISP or Scheme because of their unfriendly syntax. Python was still in its infancyRobert Alan Saunders (772 words) [view diff] case mismatch in snippet view article find links to article
no information. The LISP System for the Q-32 Computer (Information International, Inc., May 1964) The Programming Language LISP: Its Operation and ApplicationsClosure (computer programming) (6,372 words) [view diff] exact match in snippet view article
Common Lisp provides a construct that can express either of the above actions: Lisp (return-from foo x) behaves as Smalltalk ^x, while Lisp (return-fromLisp (band) (415 words) [view diff] exact match in snippet view article
Lisp was an English trip hop band from East London. Formed in 1995, they were signed to Mind Horizon Recordings, a subsidiary of London Records, on whichObject Lisp (134 words) [view diff] exact match in snippet view article find links to article
Lisp was a computer programming language, a dialect of the Lisp language. It was an object-oriented extension for the Lisp dialect Lisp Machine Lisp,Map (higher-order function) (1,572 words) [view diff] exact match in snippet view article
cons[f[x];maplist[cdr[x];f]]] The function maplist is still available in newer Lisps like Common Lisp, though functions like mapcar or the more generic map would be preferredException handling syntax (4,966 words) [view diff] no match in snippet view article find links to article
Exception handling syntax is the set of keywords and/or structures provided by a computer programming language to allow exception handling, which separatesMcCarthy 91 function (1,115 words) [view diff] no match in snippet view article find links to article
The McCarthy 91 function is a recursive function, defined by the computer scientist John McCarthy as a test case for formal verification within computerRefal (1,135 words) [view diff] exact match in snippet view article find links to article
Lisp of its time, Refal is based on pattern matching. Its pattern matching works in conjunction with term rewriting. The basic data structure of LispRefal (1,135 words) [view diff] exact match in snippet view article find links to article
Lisp of its time, Refal is based on pattern matching. Its pattern matching works in conjunction with term rewriting. The basic data structure of LispPanos (operating system) (214 words) [view diff] case mismatch in snippet view article
community, it came bundled with compilers for the FORTRAN 77, C, Pascal and LISP programming languages. The following list of commands is supported by theJess (programming language) (548 words) [view diff] no match in snippet view article
Jess is a rule engine for the Java computing platform, written in the Java programming language. It was developed by Ernest Friedman-Hill of Sandia NationalViaweb (388 words) [view diff] exact match in snippet view article find links to article
service provider. Viaweb was also unusual for being partially written in the Lisp programming language. The software was originally called Webgen, but anotherFilter (higher-order function) (600 words) [view diff] exact match in snippet view article
on ClojureDocs Function COMPLEMENT in the Common Lisp HyperSpec Function EVENP, ODDP in the Common Lisp HyperSpec ISO/IEC 13211-1:1995/Cor 2:2012 "DraftMeta-circular evaluator (1,945 words) [view diff] exact match in snippet view article find links to article
application. Meta-circular evaluation is most prominent in the context of Lisp. A self-interpreter is a meta-circular interpreter where the interpretedRussell Noftsker (270 words) [view diff] exact match in snippet view article find links to article
return to the Lab. Noftsker and Greenblatt working together with the team of Lisp Machine developers to commercialize the technology. Differences over businessStalin (Scheme implementation) (233 words) [view diff] exact match in snippet view article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispSpy Kids (film) (3,027 words) [view diff] exact match in snippet view article
castle, he introduces his latest creation, small child-shaped robots, to Mr. Lisp. They plan to replace the world leaders' children with these super-strongReader (484 words) [view diff] exact match in snippet view article find links to article
a handheld electronic reading device for the blind Lisp reader, the parser function in the Lisp programming language Microsoft Fingerprint Reader NewsreaderGecode (428 words) [view diff] exact match in snippet view article find links to article
ported to several language, for instance, Gelisp is a wrapper of Gecode for Lisp. "Gecode: Changelog". Retrieved 28 October 2019. "Statement on ChristianInference engine (1,461 words) [view diff] exact match in snippet view article find links to article
forward chaining. These systems were usually implemented in the Lisp programming language. Lisp was a frequent platform for early AI research due to its strongFormat (Common Lisp) (2,062 words) [view diff] exact match in snippet view article
Format is a function in Common Lisp that can produce formatted text using a format string similar to the print format string. It provides more functionalityAI Memo (258 words) [view diff] case mismatch in snippet view article find links to article
Compiler for SCHEME" AI Memo 514 (1979), "Design of LISP-based Processors, or SCHEME: A Dielectric LISP, or Finite Memories Considered Harmful, or LAMBDA:First-class citizen (999 words) [view diff] exact match in snippet view article find links to article
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 specialMember variable (624 words) [view diff] no match in snippet view article find links to article
In object-oriented programming, a member variable (sometimes called a member field) is a variable that is associated with a specific object, and accessibleCDR coding (401 words) [view diff] exact match in snippet view article find links to article
In computer science CDR coding is a compressed data representation for Lisp linked lists. It was developed and patented by the MIT Artificial IntelligenceLightweight programming language (348 words) [view diff] exact match in snippet view article find links to article
implementations of it. There are some notable implementations: newLISP PicoLisp Derivatives of Lisp: Pico Rebol Red Scheme Tcl-like languages can be easily implementedGosling Emacs (837 words) [view diff] exact match in snippet view article find links to article
collaborator, was replaced by a full Lisp interpreter in GNU Emacs. Stallman, Richard (28 October 2002), My Lisp Experiences and the Development of GNUGregor Kiczales (674 words) [view diff] exact match in snippet view article find links to article
PARC. He is also one of the co-authors of the specification for the Common Lisp Object System, and is the author of the book The Art of the Metaobject ProtocolObjVlisp (451 words) [view diff] exact match in snippet view article find links to article
ObjVlisp is a 1984 object-oriented extension of Vlisp–Vincennes LISP, a LISP dialect developed since 1971 at the University of Paris VIII – Vincennes.Jamie Zawinski (1,673 words) [view diff] exact match in snippet view article find links to article
Zawinski's programming career began at age 16 with Scott Fahlman's Spice Lisp project at Carnegie Mellon University. He then worked at AI startup ExpertAzusa Enoki (457 words) [view diff] exact match in snippet view article find links to article
Asumi and Sayuri Hara were part of a voice actress singing group called Lisp which performed anime theme songs for Haiyoru! Nyaruani: Remember My Mr.Object composition (2,285 words) [view diff] exact match in snippet view article find links to article
week / jan, feb, mar, apr 1994 – ANSI Common Lisp Common Lisp provides structures and the ANSI Common Lisp standard added CLOS classes. (defclass some-classRTML (502 words) [view diff] exact match in snippet view article find links to article
documentation does not mention it, RTML is actually implemented on top of a Lisp-based system. The language is somewhat unusual in that the programmer cannotInformation Processing Language (1,578 words) [view diff] exact match in snippet view article find links to article
Reed 1965. Carson & Robinson 1966, p. 5. John McCarthy (1979) History of Lisp "LISP prehistory - Summer 1956 through Summer 1958." Carson, Daniel F.; RobinsonEurisko (960 words) [view diff] exact match in snippet view article find links to article
Douglas Lenat in RLL-1, a representation language itself written in the Lisp programming language. A sequel to Automated Mathematician, it consists ofGeneral Problem Solver (481 words) [view diff] exact match in snippet view article find links to article
Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp. San Francisco, California: Morgan Kaufmann. pp. 109–149. ISBN 978-1-55860-191-8SLIB (120 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispXEmacs (1,988 words) [view diff] exact match in snippet view article find links to article
all of the functionality in the editor by using the Emacs Lisp language. Changes to the Lisp code do not require the user to restart or recompile the editorComparison of parser generators (1,133 words) [view diff] exact match in snippet view article find links to article
Sequences in Common Lisp" (PDF). Proceedings of the 9th European Lisp Symposium on European Lisp Symposium. ELS2016. Kraków, Poland: European Lisp Scientific ActivitiesSiscog (656 words) [view diff] no match in snippet view article find links to article
SISCOG is a software company that provides decision support systems for resource planning and management in transportation companies, with special experienceEntity component system (1,648 words) [view diff] exact match in snippet view article find links to article
traditional use of system term in general systems engineering with Common Lisp Object System and type system as examples. Although mostly found in videoBrad Rubinstein (338 words) [view diff] exact match in snippet view article find links to article
Israel. Initially gaining fame with the short-lived London trip hop band Lisp, he moved to Israel after becoming a baal teshuvah and co-founded the JewishIntegrated development environment (2,067 words) [view diff] exact match in snippet view article find links to article
IDE | Linux Journal". www.linuxjournal.com. "The Common Lisp Cookbook - Using Emacs as a Lisp IDE". cl-cookbook.sourceforge.net. "Emacs as a Perl IDE"GNU Lesser General Public License (1,233 words) [view diff] exact match in snippet view article find links to article
the developers of Allegro Common Lisp, published their own preamble to the license to clarify terminology in the Lisp context. The LGPL with this preambleSymbolic artificial intelligence (11,042 words) [view diff] exact match in snippet view article find links to article
influenced the Common Lisp Object System, or (CLOS), that is now part of Common Lisp, the current standard Lisp dialect. CLOS is a Lisp-based object-orientedFree-form language (283 words) [view diff] exact match in snippet view article find links to article
Most free-form languages descend from ALGOL, including C, Pascal, and Perl. Lisp languages are free-form, although they do not descend from ALGOL. Rexx andComparison of programming languages (syntax) (2,865 words) [view diff] exact match in snippet view article
expressions can be broadly classified into four syntax structures: prefix notation Lisp (* (+ 2 3) (expt 4 5)) infix notation Fortran (2 + 3) * (4 ** 5) suffix,Freemacs (148 words) [view diff] exact match in snippet view article find links to article
implemented in MINT (Mint Is Not Trac), whose role is akin to that of Emacs Lisp as used by other implementations of Emacs. The most recent version of FreemacsSegmentation fault (2,432 words) [view diff] exact match in snippet view article find links to article
ownership-based model to ensure memory safety. Other languages, such as Lisp and Java, employ garbage collection, which avoids certain classes of memoryPL/pgSQL (490 words) [view diff] exact match in snippet view article find links to article
PL/pgPSM, PL/php, PL/R, PL/Ruby, PL/sh, PL/Lua, Postmodern (based on Common Lisp) and PL/v8. PostgreSQL uses Bison as its parser, making it easy to port manyDynamic Analysis and Replanning Tool (604 words) [view diff] no match in snippet view article find links to article
The Dynamic Analysis and Replanning Tool, commonly abbreviated to DART, is an artificial intelligence program used by the U.S. military to optimize andTexinfo (1,214 words) [view diff] exact match in snippet view article find links to article
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. TexinfoChaosnet (913 words) [view diff] exact match in snippet view article find links to article
intended to connect the then-recently developed and very popular (within MIT) Lisp machines; the second was one of the earliest local area network (LAN) hardwareComputer algebra (3,021 words) [view diff] exact match in snippet view article find links to article
primitive recursive functions for computing symbolic expressions through the Lisp programming language while at the Massachusetts Institute of Technology.High-level language computer architecture (2,346 words) [view diff] exact match in snippet view article find links to article
first HLLs. The best known HLLCAs may be the Lisp machines of the 1970s and 1980s, for the language Lisp (1959). At present the most popular HLLCAs areThe Last of the Famous International Playboys (1,879 words) [view diff] exact match in snippet view article find links to article
would cloud the issue." All three sidemen also appear on the B-side "Lucky Lisp". As on Morrissey's previous solo songs, Street composed the music for "TheErlang (programming language) (4,727 words) [view diff] exact match in snippet view article
designed and implemented by one of the creators of Erlang. Lisp Flavored Erlang (LFE) – a Lisp-based programming language that runs on BEAM Mix (build tool)L. Peter Deutsch (562 words) [view diff] exact match in snippet view article find links to article
Deutsch, a professor at MIT. Deutsch wrote the PDP-1 Lisp 1.5 implementation and first REPL, Basic PDP-1 LISP, "while still in short pants" and finished it inSHRDLU (1,708 words) [view diff] exact match in snippet view article find links to article
filled with different blocks. SHRDLU was written in the Micro Planner and Lisp programming language on the DEC PDP-6 computer and a DEC graphics terminalMichael Witbrock (716 words) [view diff] exact match in snippet view article find links to article
Christchurch, New Zealand Alma mater Carnegie Mellon University Known for Cycorp, Cyc, Common Lisp, ObjectStore Scientific career Fields Computer scienceImpromptu (programming environment) (540 words) [view diff] exact match in snippet view article
Impromptu is built around the Scheme language, which is a member of the Lisp family of languages. The source code of its core has been opened as the ExtemporeELIZA (3,815 words) [view diff] exact match in snippet view article find links to article
language capability were provided in separate "scripts", represented in a lisp-like representation. The most famous script, DOCTOR, simulated a psychotherapistGenerator (computer programming) (3,218 words) [view diff] exact match in snippet view article
generators are called iterators, and in Ruby, enumerators. The final Common Lisp standard does not natively provide generators, yet various library implementationsTemplate Attribute Language (717 words) [view diff] exact match in snippet view article find links to article
XSLT TALCL: A library that implements the TAL template language for common lisp ATal – Not really a TAL implementation, but inspired on TAL concepts ThymeleafFexpr (1,484 words) [view diff] exact match in snippet view article find links to article
In Lisp programming languages, a fexpr is a function whose operands are passed to it without being evaluated. When a fexpr is called, only the body ofSHEEP (symbolic computation system) (287 words) [view diff] exact match in snippet view article
but free for educational and research use). The name "SHEEP" is pun on the Lisp Algebraic Manipulator or LAM on which SHEEP is based. The package was writtenAlice K. Hartley (759 words) [view diff] exact match in snippet view article find links to article
Hartley worked on several dialects of Lisp, implementing multiple parts of Interlisp, maintaining Macintosh Common Lisp, and developing concepts in computerLanguage binding (497 words) [view diff] exact match in snippet view article find links to article
libraries from another language, usually of higher-level, such as Java, Common Lisp, Scheme, Python, or Lua, a binding to the library must be created in thatRonald Kaplan (561 words) [view diff] no match in snippet view article find links to article
Ronald M. Kaplan (born 1946) has served as a vice president at Amazon.com and chief scientist for Amazon Search (A9.com). He was previously vice presidentAllegro (290 words) [view diff] exact match in snippet view article find links to article
software by Allegro Development Corporation Allegro Common Lisp, a variant of the Common Lisp programming language Allegro Platform, an ECAD tool by CadenceMetaComCo (349 words) [view diff] case mismatch in snippet view article find links to article
(e.g. Pascal, BCPL) for m68k-based computers. MetaComCo also represented LISP and REDUCE software from the RAND Corporation. Several of the team at MetaComCoMycin (1,836 words) [view diff] exact match in snippet view article find links to article
or six years in the early 1970s at Stanford University. It was written in Lisp as the doctoral dissertation of Edward Shortliffe under the direction ofHenry Baker (computer scientist) (288 words) [view diff] exact match in snippet view article
founders of Symbolics, a company that designed and manufactured a line of Lisp machines. In 2006 he was recognized as a Distinguished Scientist by the AssociationLittle b (programming language) (196 words) [view diff] exact match in snippet view article
School, headed by mathematician Jeremy Gunawardena. This language is based on Lisp and is meant to allow modular programming to model biological systems. ItQalb (programming language) (312 words) [view diff] exact match in snippet view article
their fundamental concepts using English words. The syntax is like that of Lisp or Scheme, consisting of parenthesized lists. Keywords are in Arabic (specificallyPascal Costanza (282 words) [view diff] case mismatch in snippet view article find links to article
at Intel Belgium. He is known in the field of functional programming in LISP as well as in the aspect-oriented programming (AOP) community for contributionsSNARK (theorem prover) (300 words) [view diff] exact match in snippet view article
component in the NASA Intelligent Systems Project. It is written in Common Lisp and available under the Mozilla Public License. Automated reasoning AutomatedACL (335 words) [view diff] exact match in snippet view article find links to article
prover Agent Communications Language or FIPA-ACL Allegro Common Lisp, commercial Common Lisp implementation developed by Franz Inc. Anti-Corruption LayerExpression-oriented programming language (312 words) [view diff] exact match in snippet view article find links to article
declarations, which expression-oriented languages often treat as statements. Lisp and ALGOL 68 are expression-oriented languages. Pascal is not an expression-orientedBruce Wilcox (903 words) [view diff] case mismatch in snippet view article find links to article
intelligence programmer. A graduate of Michigan, Wilcox wrote the MTS/LISP interpreter (the LISP system used at the University of Michigan and a consortium ofDavid Moon (148 words) [view diff] exact match in snippet view article find links to article
or Dave Moon may refer to: David A. Moon, American computer scientist and Lisp developer David Moon (historian), British professor David Moon (politician)Matt Kaufmann (87 words) [view diff] exact match in snippet view article find links to article
Occupation Computer scientist Employer University of Texas at Austin Known for Lisp programming language, The Boyer-Moore Theorem Prover Awards ACM SoftwareEdmund Payne (1,001 words) [view diff] exact match in snippet view article find links to article
the Gaiety, using his diminutive stature, malleable features, distinctive lisp and comic dance ability to his advantage. His further successes in the 1890sColibri (164 words) [view diff] exact match in snippet view article find links to article
Estadio Nido del Colibri, a multi-use stadium in Cuernavaca, Mexico COLIBRI, a Lisp machine co-processor Rey Mysterio (born 1974), wrestler, by ring name ColibriTuple space (1,447 words) [view diff] exact match in snippet view article find links to article
Implementations of tuple spaces have also been developed for Java (JavaSpaces), Lisp, Lua, Prolog, Python, Ruby, Smalltalk, Tcl, and the .NET Framework. ObjectZouzou (model) (359 words) [view diff] exact match in snippet view article
Afternoon (1972). The screen name "Zouzou" reportedly stems from her zézaiement (lisp) of the consonants 's','j' and 'z'. Zouzou obtained her baccalauréat at 14Less-than sign (744 words) [view diff] exact match in snippet view article find links to article
sign, <, is an original ASCII character (hex 3C, decimal 60). In BASIC, Lisp-family languages, and C-family languages (including Java and C++), comparisonTail call (4,342 words) [view diff] exact match in snippet view article find links to article
algorithms in Lisp could execute faster than code produced by then-available commercial Fortran compilers because the cost of a procedure call in Lisp was muchIncremental compiler (849 words) [view diff] exact match in snippet view article find links to article
Versions of Lisp: Steel Bank Common Lisp Carnegie Mellon University Common Lisp Scieneer Common Lisp GNU CLISP Franz Allegro Common Lisp Versions of Scheme:Steve Yegge (1,366 words) [view diff] exact match in snippet view article find links to article
to his posts on hiring and interviewing, Yegge's "Lisp is Not an Acceptable Lisp" post about the Lisp programming language has been widely discussed andGNU Scientific Library (888 words) [view diff] exact match in snippet view article find links to article
wrappers currently exist for AMPL C++ Fortran Haskell Java Julia Common Lisp OCaml Octave Perl Data Language Python R Ruby Rust The GSL can be used inDWIM (762 words) [view diff] exact match in snippet view article find links to article
input. The term was coined by Warren Teitelman in his DWIM package for BBN Lisp, part of his PILOT system, sometime before 1966. Teitelman's DWIM packageMIT Computer Science and Artificial Intelligence Laboratory (2,421 words) [view diff] exact match in snippet view article find links to article
led to the invention of Lisp machines and their attempted commercialization by two companies in the 1980s: Symbolics and Lisp Machines Inc. This dividedWeak reference (1,902 words) [view diff] exact match in snippet view article find links to article
feature or support various levels of weak references, such as C#, Lua, Java, Lisp, OCaml, MATLAB, Perl, Python, Racket, and PHP since the version 7.4. WeakKnowledge representation and reasoning (5,377 words) [view diff] exact match in snippet view article find links to article
researchers as well in environments such as KEE and in the operating systems for Lisp machines from Symbolics, Xerox, and Texas Instruments. The integration ofYacc (1,233 words) [view diff] exact match in snippet view article find links to article
including OCaml, Ratfor, ML, Ada, Pascal, Java, PHP, Python, Ruby, Go, Common Lisp and Erlang. Berkeley Yacc: The Berkeley implementation of Yacc quickly becameAmpersand (3,393 words) [view diff] exact match in snippet view article find links to article
Retrieved 12 September 2017. "3.4.1 Ordinary Lambda Lists". Common Lisp – Hyper Spec. Lisp Works. Archived from the original on 11 November 2010. RetrievedManual memory management (1,384 words) [view diff] exact match in snippet view article find links to article
though garbage collection has existed since 1959, when it was introduced with Lisp. Today, however, languages with garbage collection such as Java are increasinglyRichard Wallace (scientist) (232 words) [view diff] exact match in snippet view article
resulted in Pandorabots, an AIML server and interpreter implemented in Common Lisp. Wallace then became the Chief Science Officer of Pandorabots, Inc. RichardNESL (263 words) [view diff] no match in snippet view article find links to article
NESL is a parallel programming language developed at Carnegie Mellon by the SCandAL project and released in 1993. It integrates various ideas from parallelFunction composition (computer science) (2,164 words) [view diff] exact match in snippet view article
accept what g returns). This makes (.) a polymorphic operator. Variants of Lisp, especially Scheme, the interchangeability of code and data together withComparison of programming languages (basic instructions) (2,287 words) [view diff] exact match in snippet view article
of set expression must implement trait std::iter::IntoIterator. ^a Common Lisp allows with-simple-restart, restart-case and restart-bind to define restartsGerry Duggan (actor) (537 words) [view diff] exact match in snippet view article
Australia and Britain. His trademarks were his Irish brogue, pronounced lisp and prominent jaw. Duggan was born in Dublin in 1910. When he was 16 he movedASDF (109 words) [view diff] exact match in snippet view article find links to article
astronomical data Another System Definition Facility, a build system for Common Lisp ASDF, the sequence of letters from the left end of the home row on some keyboardGerry Duggan (actor) (537 words) [view diff] exact match in snippet view article
Australia and Britain. His trademarks were his Irish brogue, pronounced lisp and prominent jaw. Duggan was born in Dublin in 1910. When he was 16 he movedLispkit Lisp (565 words) [view diff] exact match in snippet view article find links to article
Lispkit Lisp is a lexically scoped, purely functional subset of Lisp (Pure Lisp) developed as a testbed for functional programming concepts. It was firstComparison of IRC clients (871 words) [view diff] exact match in snippet view article find links to article
Belikoff, Sergey Berezin Free software GPL-3.0-or-later TUI, GUI Emacs Lisp HexChat Berke Viktor Free software GPL-2.0-or-later TUI, GUI C InstantbirdShort-circuit evaluation (1,452 words) [view diff] exact match in snippet view article find links to article
overall value must be true. In programming languages with lazy evaluation (Lisp, Perl, Haskell), the usual Boolean operators short-circuit. In others (AdaX window manager (1,257 words) [view diff] exact match in snippet view article find links to article
ECMAScript Qtile - Python Sawfish - "rep", a Lisp dialect Xmonad - haskell StumpWM - Common Lisp GWM - "WOOL", a Lisp dialect Bspwm - C Comparison of X windowVAX Common Lisp (183 words) [view diff] exact match in snippet view article find links to article
VAX LISP was an implementation of Common Lisp for VMS and ULTRIX on 32-bit VAXs. It was the first Common Lisp to be written for non-Lisp machines. It wasClasp (224 words) [view diff] exact match in snippet view article find links to article
a song by Jethro Tull from The Broadsword and the Beast Clasp, a Common Lisp implementation Clasper, an anatomical structure in male cartilaginous fishMichael J. C. Gordon (573 words) [view diff] case mismatch in snippet view article find links to article
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 ArtificialCLIPS (691 words) [view diff] exact match in snippet view article find links to article
be called from C. Its syntax resembles that of the programming language Lisp. CLIPS incorporates a complete object-oriented programming language for writingDylan (167 words) [view diff] exact match in snippet view article find links to article
Michael about Dylan Thomas Dylan (programming language), a language with Lisp-like semantics and ALGOL-like syntax Dylan, a RAID storage system by QuantelScala (programming language) (10,214 words) [view diff] exact match in snippet view article
beginning of a list, similar to cons in Lisp and Scheme) and ::: (which appends two lists together, similar to append in Lisp and Scheme) both appear. DespiteDondestan (800 words) [view diff] exact match in snippet view article find links to article
concluded that certain tracks, such as "Sight of the Wind", "Worship", and "Lisp Service", has been improved in the revisited version, gaining "ambient texturesLisa (541 words) [view diff] exact match in snippet view article find links to article
package for microsimulation Lisp-based Intelligent Software Agents, a production-rule system implemented in the Common Lisp Object System (CLOS) LaserSnake case (844 words) [view diff] exact match in snippet view article find links to article
standardized, although some terms have increasing levels of usage, such as lisp-case, kebab-case, SCREAMING_SNAKE_CASE, and more. The following programmingApplicative programming language (182 words) [view diff] exact match in snippet view article find links to article
reduction of terms, and Side effect such as mutation of state are not permitted. Lisp and ML are applicative programming languages. Applicative universal grammarALGOL (3,200 words) [view diff] exact match in snippet view article find links to article
programming languages among which it was roughly contemporary: FORTRAN, Lisp, and COBOL. It was designed to avoid some of the perceived problems withLLVM (3,289 words) [view diff] exact match in snippet view article find links to article
programs as LLVM IR) include ActionScript, Ada, C# for .NET, Common Lisp, PicoLisp, Crystal, CUDA, D, Delphi, Dylan, Forth, Fortran, FreeBASIC, Free PascalNorsk Data (2,432 words) [view diff] exact match in snippet view article find links to article
integrated with ND-NOTIS and SIBAS Lisp Machine Lisp – MIT Lisp machine lisp developed in a joint venture Racal-Norsk (ZetaLisp). Technovision – CAD system developedComplex data type (747 words) [view diff] exact match in snippet view article find links to article
JLinAlg includes complex numbers with arbitrary precision. Common Lisp: The ANSI Common Lisp standard supports complex numbers of floats, rationals and arbitraryLambda calculus (12,171 words) [view diff] case mismatch in snippet view article find links to article
inconsistent Knights of the Lambda Calculus – A semi-fictional organization of LISP and Scheme hackers Krivine machine – An abstract machine to interpret call-by-name4CAPS (460 words) [view diff] exact match in snippet view article find links to article
4CAPS is implemented as a production system. It is written in the Common Lisp programming language. This system has been used to create computational modelsAutoCAD (2,490 words) [view diff] case mismatch in snippet view article find links to article
number of APIs for customization and automation. These include AutoLISP, Visual LISP, VBA, .NET, JavaScript, and ObjectARX. ObjectARX is a C++ class libraryEusLisp Robot Programming Language (67 words) [view diff] exact match in snippet view article find links to article
EusLisp is a Lisp-based programming system. Built on the basis of object orientation, it is designed specifically for developing robotics software. TheRacket features (3,502 words) [view diff] exact match in snippet view article find links to article
LeLisp LFE LISP 2 Lisp Machine Lisp Lispkit Lisp Maclisp MDL MLisp newLISP NIL PC-LISP Picolisp Portable Standard Lisp RPL S-1 Lisp SKILL Spice Lisp ZetalispGrammatical evolution (1,231 words) [view diff] case mismatch in snippet view article find links to article
fitness value for a given objective function. In most published work on GP, a LISP-style tree-structured expression is directly manipulated, whereas GE appliesKitty Kornered (503 words) [view diff] exact match in snippet view article find links to article
explorer spooky settings, and also appeared with Daffy Duck (who also has a lisp like Sylvester) in The Scarlet Pumpernickel as villain roles to him. PorkyFlavor (273 words) [view diff] exact match in snippet view article find links to article
to: Flavors (programming language), an early object-oriented extension to Lisp Flavour (particle physics), a quantum number of elementary particles relatedClosure (587 words) [view diff] exact match in snippet view article find links to article
2019 song by Lil Nas X Clozure, an implementation of Common Lisp Clojure, a dialect of Lisp symbiotic with the Java platform This disambiguation page listsList of audio programming languages (395 words) [view diff] exact match in snippet view article find links to article
Cmajor, a high-performance JIT-compiled C-style language for DSP Common Lisp Music (CLM), a music synthesis and signal processing package in the MusicList of functional programming topics (205 words) [view diff] exact match in snippet view article find links to article
Template Haskell ISWIM JavaScript Kent Recursive Calculator Lisp AutoLISP Common Lisp Emacs Lisp Scheme Mercury Miranda ML (Category:ML programming languageSymbolic language (programming) (184 words) [view diff] exact match in snippet view article
therefore, examples of symbolic languages. Some programming languages (such as Lisp and Mathematica) make it easy to represent higher-level abstractions as expressionsMATHLAB (261 words) [view diff] exact match in snippet view article find links to article
algebra system created in 1964 by Carl Engelman at MITRE and written in Lisp. "MATHLAB 68" was introduced in 1967 and became rather popular in universitySchwartzian transform (1,699 words) [view diff] exact match in snippet view article find links to article
use named temporary arrays. The Schwartzian transform is a version of a Lisp idiom known as decorate-sort-undecorate, which avoids recomputing the sortTom Rapp (1,383 words) [view diff] exact match in snippet view article find links to article
rock group of the late 1960s and early 1970s. Described as having "a slight lisp, gentle voice and apocalyptic vision", he also released four albums underComparison of X window managers (699 words) [view diff] exact match in snippet view article find links to article
2024-08-10 evilwm Stacking C 2000 1.4.3 2024-03-09 aewm/9wm EXWM Tiling Emacs Lisp 2018 0.32 2024-10-05 GPL-3.0-or-later Fluxbox Stacking C++ 2001-09-12 1.3Dendral (1,777 words) [view diff] exact match in snippet view article find links to article
Dendral and Meta-Dendral, and several sub-programs. It was written in the Lisp programming language, which was considered the language of AI because ofIBM 704 (1,888 words) [view diff] case mismatch in snippet view article find links to article
704 systems between 1955 and 1960. The programming languages FORTRAN and LISP were first developed for the 704, as was the SAP assembler—Symbolic AssemblyPurely functional programming (907 words) [view diff] exact match in snippet view article find links to article
fact, the earliest programming languages cited as being functional, IPL and Lisp, are both "impure" functional languages by Sabry's definition. Each evaluationEssentials of Programming Languages (584 words) [view diff] exact match in snippet view article find links to article
ALGOL 60 (and the so-called Algol family of programming languages), SNOBOL, Lisp, and Prolog. Even today, a fair number of textbooks on programming languagesMustache (template system) (731 words) [view diff] exact match in snippet view article
available in ActionScript, C++, Clojure, CoffeeScript, ColdFusion, Common Lisp, Crystal, D, Dart, Delphi, Elixir, Erlang, Fantom, Go, Haskell, Io, JavaAllen (robot) (465 words) [view diff] exact match in snippet view article
architecture. It had sonar distance and odometry on board, and used an offboard lisp machine to simulate subsumption architecture. It resembled a footstool onComparison of programming languages (strings) (399 words) [view diff] exact match in snippet view article
HyperTalk, Nim, Seed7, VHDL, Visual Basic, Visual Basic .NET concatenate Common Lisp . Autohotkey, Maple (up to version 5), Perl, PHP ~ D, Raku, Symfony (ExpressionPredicate dispatch (213 words) [view diff] case mismatch in snippet view article find links to article
multiple dispatch. Experimental implementations have been created for Common LISP, and for Java (JPred). It allows open extension of previously declared methodsMac Hack (718 words) [view diff] case mismatch in snippet view article find links to article
the CADR LISP Machine at MIT". computerhistory.org. Retrieved 6 April 2016. Photo: Richard Greenblatt and Thomas Knight with the CADR LISP Machine atMarc McDonald (862 words) [view diff] case mismatch in snippet view article find links to article
employees at that time. He was Asymetrix's first employee where he worked on a LISP pcode system used internally and redesigned the ToolBook runtime and compilerBottom type (996 words) [view diff] exact match in snippet view article find links to article
notable exceptions. In Haskell, the bottom type is called Void. In Common Lisp the type NIL, contains no values and is a subtype of every type. The type