Search: in
LISP 2
LISP 2 in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for LISP 2

LISP 2





Encyclopedia results for LISP 2

  1. LISP 2

    For Lisp 2, Lisp systems with separate function namespaces, see Lisp 1 vs. Lisp 2 LISP 2 was a programming language proposed in the 1960s as the successor to Lisp programming language Lisp . It had largely Lisp like semantics and ALGOL Algol 60 like syntax. Today it is mostly remembered for its syntax, but in fact it had many features beyond those of early Lisps. Early Lisps had many limitations, including limited data types and slow numerics. Its use of fully parenthesized notation was also considered a problem. The inventor of Lisp, John McCarthy computer scientist John McCarthy , expected these issues to be addressed in a later version, called notionally Lisp 2. Hence the name Lisp 1.5 for the successor to the earliest Lisp. ref McCarthy, 1979 ref Lisp 2 was a joint project of the System Development Corporation and Information International, Inc. , and was intended for IBM s AN FSQ 32 military computer. Development later shifted to the IBM System 360 Model 67 IBM 360 67 and the Digital Equipment Corporation PDP 6 . The project was eventually abandoned. Bibliography Abrahams, Paul W., Barnett, J., et al. , The LISP 2 Programming Language and System Proceedings of the Fall Joint Computer Conference , 1966, pp. 661 676. Abrahams, Paul W., LISP 2 Specifications , Systems Development Corporation Technical report TM 3417 200 00, Santa Monica, Calif., 1967. John McCarthy, History of Lisp , 12 February 1979. http www formal.stanford.edu jmc history lisp lisp.html Mitchell, R.W., LISP 2 Specifications Proposal , Stanford Artificial Intelligence Laboratory Memo No. 21, Stanford, Calif., 1964. references Category Lisp programming language family compu lang stub ...   more details



  1. On Lisp

    On Lisp Advanced Techniques for Common Lisp is a book by Paul Graham computer programmer Paul Graham on Macro computer science macro programming in Common Lisp . It is currently out of print ref http www.cliki.net On 20Lisp ref , but can be freely downloaded as a pdf. References reflist See also Anaphoric macro External links http www.paulgraham.com onlisp.html On Lisp home page Free versions of On Lisp http lib.store.yahoo.net lib paulgraham onlisp.pdf On Lisp in pdf format http www.bookshelf.jp texi onlisp onlisp.html On Lisp in multiple HTML files http unintelligible.org onlisp onlisp.html On Lisp in a single HTML file Common Lisp Category Common Lisp publications compu book stub ...   more details



  1. *Lisp

    Refimprove date February 2008 Infobox programming language name Lisp StarLisp logo paradigm parallel ... implementations dialects influenced by Lisp programming language Lisp influenced operating system Connection Machine license website file ext The Lisp aka StarLisp programming language was conceived of in 1985 ... quickly. Waiting for the completion of CM Lisp , or Connection Machine Lisp an implementation of the very high level programming language Lisp programming language Lisp with parallel programming extensions was not an option. CM Lisp had been proposed by W. Daniel Hillis Danny Hillis , and development was expected to continue for several more years. Development A Lisp Interpreter computing interpreter was initially developed. It quickly became apparent that a Lisp compiler , translating Lisp into Lisp programming language Lisp and PARIS, would be needed to attain the gigaflop speeds that were theoretically attainable by a Connection Machine . The Lisp compiler was written by Jeff Mincy ..., 1988 A Lisp Simulator, an emulator meant to run Lisp code on standard, non parallel machines, was developed ... ref and was ported to American National Standards Institute ANSI Common Lisp in 2001. An older version written in the original Common Lisp , exists in the Carnegie Mellon University AI Archives. ref http www 2.cs.cmu.edu afs cs project ai repository ai lang lisp impl starlisp 0.html ref Later versions of Lisp, involving significant upgrades to its functionality and performance, were worked on by Cliff Lasser, Jeff Mincy and J. P. Massar through 1989. Lisp was implemented on the Thinking ... a set of Macro computer science macros written on top of Common Lisp , and therefore had the full power of Common Lisp behind it. To use a Connection Machine, one needed a host or front end . To use Lisp, that front end had to run Common Lisp. Symbolics machines using Genera OS and Sun Microsystems workstations running Lucid Inc. s Lucid Common Lisp were both used for Lisp. StarLisp operated ...   more details



  1. Lisp

    language Lisp programming language the Internet protocol Locator Identifier Separation Protocol Infobox disease Name Lisp ICD10 ICD10 F 80 8 f 80 ICD9 ICD9 307.9 A lisp is a speech impediment , historically ..., people with a lisp are unable to pronounce sibilant s like the sound IPAblink s , and replace them ... kinds of lisp. The result is that the speech is unclear. Interdental lisping is produced when the tip ... of the tongue just touches the front teeth. The lateral lisp, where the IPA s and IPA z sounds are produced with air escaping over the sides of the tongue, is also called slushy ess or a slushy lisp ... mayor of New York City New York , Rudolph Giuliani , has this type of lisp. ref cite web url http www.newyorker.com ... lisp, where the speaker attempts to make the sounds with the tongue in contact with the palate. ref name Bowen Cause of lisps The cause of a lisp can vary. In some instances, the cause is physiological , and the patient has some sort of deformity or medical condition which causes a lisp. For example, a child with swollen adenoids may tend to lisp, as will people who have recurring stuffy noses. Also, a lisp can be formed when the tongue is bruised or swollen. People with underbites and or large tongues or tongue piercings may also lisp. Treating lisps Treating lisps in children ... or involves a group, and the type of lisp that is being treated. One popular method of correcting articulation or lisp disorders is to isolate sounds and work on correcting the sound in isolation. The basic ... of the word initial, medial, or final . Take for example, correction of an S sound lisp . Most .... Another popular method for treating a lisp is using specially designed devices that go in the mouth .... This tactile feedback has been shown to correct lisp errors twice as fast as traditional therapy ... produced correctly? Do I need to correct? . A student with an articulation or lisp disorder has a deficiency ... lisp References http www.speechdisorder.co.uk Lisps.html http www.speech language therapy.com speech ...   more details



  1. Emacs Lisp

    the tt C x 2 tt command to open a new window. This runs the Emacs Lisp function tt split window vertically ...manual date April 2012 Emacs Lisp is a dialect of the Lisp programming language used by the GNU Emacs ... language C as is the Lisp Interpreter computing interpreter itself . Users of Emacs commonly write Emacs Lisp code to customize and extend Emacs. Emacs Lisp can also function as a scripting language .... Its editing functions, such as buffers and movement commands, complement the features of Lisp and work in batch mode . Some people refer to Emacs Lisp as Elisp , at the risk of confusion with an older unrelated Lisp dialect with the same name. In terms of features, it is closely related to the Maclisp dialect, with some later influence from Common Lisp . ref GNU Emacs Lisp is largely inspired by Maclisp , and a little by Common Lisp. If you know Common Lisp, you will notice many similarities. However, many features of Common Lisp have been omitted or simplified in order to reduce the memory requirements of GNU Emacs. Sometimes the simplifications are so drastic that a Common Lisp user might be very confused. We will occasionally point out how GNU Emacs Lisp differs from Common Lisp. from the History section of the Introduction to the Emacs Lisp Manual, as of Emacs 21 ref It supports procedural programming imperative and functional programming methods. Richard Stallman chose Lisp as the extension .... Unlike Common Lisp, Scheme programming language Scheme existed at the time Stallman was rewriting ... to write the GNU Emacs. In doing this, I aimed to make the absolute minimal possible Lisp implementation ... I had to keep the program as small as possible. from http www.gnu.org gnu rms lisp.html My Lisp Experiences and the Development of GNU Emacs ref The Lisp dialect used in Emacs differs substantially from the more modern Common Lisp and Scheme programming language Scheme dialects commonly used for applications programming. For example Emacs Lisp uses dynamic rather than lexical scope programming ...   more details



  1. Common Lisp

    source lang lisp 2 2 adds 2 and 2, yielding 4. source source lang lisp defvar x Ensures that a variable ... add a vector b vector map vector a b source source lang lisp add 2 3 returns 5 add 1 2 3 4 7 returns ... of contention in the Lisp community. It is usually referred to as the Lisp 1 vs. Lisp 2 debate . Lisp 1 refers to Scheme s model and Lisp 2 refers to Common Lisp s model. These names were coined ... is obviously 100 , for 2 it is 364 365, etc. . Answer 23. source lang lisp defconstant year size 365 ... Lisp is sometimes termed a Lisp 2 and Scheme a Lisp 1 , referring to CL s use of separate namespaces ...More footnotes date May 2011 Infobox programming language name Common Lisp family Lisp programming language Lisp paradigm Multi paradigm programming language Multi paradigm procedural programming procedural ... 1984, 1994 for ANSI Common Lisp designer developer ANSI X3J13 committee standard reference Common Lisp ... Common Lisp Allegro CL , Armed Bear Common Lisp ABCL , CLISP , Clozure CL , CMUCL , Corman Common Lisp , Embeddable Common Lisp ECL , GNU Common Lisp GCL , LispWorks , Movitz , Scieneer Common Lisp Scieneer CL , SBCL , Genera operating system Symbolics Common Lisp dialects CLtL1, CLtL2, ANSI Common Lisp influenced by Lisp programming language Lisp , Lisp Machine Lisp , MacLisp , Scheme programming language Scheme , InterLisp influenced Clojure , Dylan programming language Dylan , Emacs Lisp , EuLisp , Java programming language Java , ISLISP , Le Lisp , Cadence SKILL SKILL , Stella, SubL operating system Cross platform license website URL http common lisp.net Common Lisp CL is a dialect of the Lisp programming language Lisp programming language , published in American National Standards Institute ... From the ANSI Common Lisp standard the Common Lisp HyperSpec has been derived ref http www.lispworks.com documentation HyperSpec Front Help.htm Authorship Authorship of the Common Lisp HyperSpec ref for use with web browsers. Common Lisp was developed to standardize the divergent variants of Lisp though ...   more details



  1. Lisp (disambiguation)

    Lisp may refer to Lisp , a type of speech impediment. Lisp programming language , a family of computer programming languages. Locator Identifier Separation Protocol , a map and encapsulate Internet protocol. Lisp Machines Lisp Machines, Inc. , a company that built Lisp Machines out of MIT. disambig nl Lisp ...   more details



  1. Lisp Machine Lisp

    primary sources date July 2009 Lisp Machine Lisp is a dialect of the Lisp programming language , a direct descendant of Maclisp , and was initially developed in the mid to late 1970s as the systems programming language for the Massachusetts Institute of Technology MIT Lisp machine s. Lisp Machine Lisp was also the Lisp dialect with the most influence on the design of Common Lisp . Lisp Machine Lisp itself branched into 3 dialects. Symbolics named their variant ZetaLisp. Lisp Machines, Inc. and later Texas Instruments with the TI Explorer would share a common code base, but their dialect of Lisp Machine Lisp would differ from the version maintained at the Massachusetts Institute of Technology MIT AI Lab by Richard Stallman and others. The Lisp Machine Manual also known as the Chinual describes the Lisp Machine Lisp language in detail. Some Lisp Machine Lisp features it supports Object oriented programming object oriented programming with Flavors programming language Flavors it has dynamic binding, but supports closures with a special construct integer numbers were read and printed in base 8 by default External links http common lisp.net project bknr static lmman frontpage.html Lisp Machine Manual, 6th Edition, January 1984, Hypertext Version http www.bitsavers.org pdf mit cadr chinual 3rdEd Mar81.pdf Lisp Machine Manual, 3rd Edition, March 1981 Category Lisp programming language family Category 1970s software compu lang stub fr Lisp Machine Lisp ...   more details



  1. Lisp machine

    in 1980 1981, selling the CADR as the LM 2, while Lisp Machines, Inc. sold it as the LMI CADR ...Use dmy dates date November 2011 about the type of computer the company Lisp Machines Image LISP machine.jpg thumb A Knight machine preserved in MIT s museum. Lisp machines were general purpose computers designed usually through hardware support to efficiently run Lisp programming language Lisp as their main ... ref Newquist, HP. The Brain Makers , Sams Publishing, 1994. ISBN 0 672 30412 0 ref , Lisp machines ... innovations like CHAOSNet . Several companies were building and selling Lisp Machines in the 1980s Symbolics 3600, 3640, XL1200, MacIvory and other models , Lisp Machines Lisp Machines Incorporated ... Interlisp InterLisp D workstations . The operating systems were written in Lisp Machine Lisp , InterLisp Xerox and later partly in Common Lisp . History Historical context Artificial intelligence AI ... research were exacerbated by the Lisp symbolic programming language, when commercial hardware was designed ... of the Lisp programming language Lisp programming language . To keep the operating system ... Dan lispmachine.jpg frame The original Lisp machine built by Greenblatt and Knight deletable image ... of Technology MIT s AI Lab, started what would become the MIT Lisp Machine Project when they first began building a computer hardwired to run certain basic Lisp operations, rather than run them ... Lisp variables are typed at runtime rather than compile time, a simple addition of two variables could take five times as long on conventional hardware, due to test and branch instructions. Lisp ... bits was lengthened to 36 bits for Symbolics 3600 model Lisp machines ref cite web url http portal.acm.org ... which specifically supported Lisp subroutine functions , reducing the cost of calling a function to in some ... machine named after the list construction operator code cons code in Lisp . Often it was affectionately ... improved into a version called CADR a pun in Lisp, the code cAR and CDR cadr code function ...   more details



  1. Object Lisp

    Object Lisp was a computer programming language , a dialect of the Lisp programming language Lisp language. It was an object oriented programming object oriented extension for the Lisp dialect Lisp Machine Lisp , designed by Lisp Machines , Inc. Object Lisp was also an early example of prototype based programming . It was seen as a competitor to other object oriented extensions to Lisp at around the same time such as Flavors programming language Flavors , in use by Symbolics , Common Objects developed by Hewlett Packard , and CommonLoops , in use by Xerox . Object Lisp was also used in early versions of Macintosh Common Lisp . There, the user interface toolkit was written using Object Lisp. References http groups.google.com groups?selm 13400015 40ccvaxa 14 December 1985 net.lang.lisp USENET post about the Common Lisp meeting in Boston, 9 11 December 1985, which discusses Object Lisp http lispm.dyndns.org documentation ObjectLisp Manual.pdf ObjectLISP User Manual , G. Drescher, LMI 1985 FOLDOC Category Object oriented programming languages Category Lisp programming language family prog lang stub ...   more details



  1. BBN LISP

    BBN LISP was a dialect of the Lisp programming language by BBN Technologies Bolt, Beranek and Newman Inc. in Cambridge, Massachusetts . It was based on L. Peter Deutsch s implementation of Lisp for the PDP 1 called Basic PDP 1 LISP , which was developed from 1960 to 1964. Over time the language was expanded until it became its own separate dialect in 1966. BBN LISP is most notable for being the predecessor of Interlisp . Sources http www.softwarepreservation.org projects LISP interlisp family BBN LISP History of Lisp BBN Lisp Category Dynamically typed programming languages Category Functional languages Category Lisp programming language family fi BBN LISP ...   more details



  1. Mod lisp

    DISPLAYTITLE mod lisp mod lisp is an extension module for the Apache HTTP Server that enables Apache to interface with web applications written in Lisp programming language Lisp . This makes it possible to dynamically generate web pages and provide web services with Lisp programs. ref cite web title Creating Dynamic Websites with Lisp and Apache url http www.ymeme.com creating dynamic websites lisp apache.html publisher The Lambda Meme accessdate 2009 03 07 ref Unlike other mod languages, such as mod perl and mod python , mod lisp does not embed a Lisp interpreter in Apache. Its purpose is to handle requests by converting them into simple text format and sending them over a socket to a Lisp system, and then sending the Lisp system s response to a client. In this respect, it resembles FastCGI . ref cite web title mod lisp is not like mod otherlanguages url http xach.livejournal.com 144475.html publisher Zach s Journal accessdate 2009 03 07 ref The source BSD licenses FreeBSD style license , lisp examples and pre compiled binaries for FreeBSD , Linux and Win32 are available on the mod lisp web site. ref cite web url http www.cliki.net mod lisp title CLiki mod lisp ref References Reflist Web server interfaces Category Apache httpd modules Category Lisp programming language ...   more details



  1. Franz Lisp

    In computer programming , Franz Lisp was a Lisp programming language Lisp system written at UC Berkeley ... on the popularity of the BSD package, Franz Lisp was probably the most widely distributed and used Lisp system of the 1970s and 1980s. ref It evolved into one of the most commonly available Lisp dialects on Unix machines. pg 60 294 of Gabriel 1985 ref It was written specifically to be a host ..., the first of many systems with pun names at UCB . Franz Lisp was available free of charge to educational ... . History At the time of Franz Lisp s creation, the Macsyma computer algebra system ran principally .... Attempted remedies included ports of Maclisp to Multics or Lisp machine Lisp Machines , but even ... available. Franz Lisp was the first example of a framework where large Lisp programming language Lisp programs could be run outside the Lisp machine Lisp Machine environment at the time, Macsyma was considered a very large program. After being ported to Franz Lisp, Macsyma was distributed to about ... that ran on Franz Lisp was called Vaxima. When Symbolics Symbolics Inc. bought the commercial rights to Macsyma from MIT to sell along with its Lisp Machines, it eventually was compelled to sell ... for the use of Franz Lisp. Other Lisp implementations for the VAX were MIT s NIL programming language NIL never completely functional , University of Utah s Portable Standard Lisp , DEC s VAX Lisp, Xerox s Interlisp VAX and Le Lisp . In 1982 the port of Franz Lisp to the Motorola 68000 processor ... a variant of BSD Berkeley UNIX called SunOS . In 1986, at Purdue University , Franz Lisp was ported ... . The major contributors to Franz Lisp at University of California, Berkeley UC Berkeley were John K. Foderaro, Keith Sklower and Kevin Layer. A company was formed to provide support for Franz Lisp ... Inc., development and research on Franz Lisp terminated. The first product of Franz Inc. was Franz Lisp running on various Motorola 68000 based workstations. However, almost immediately Franz Inc. began ...   more details



  1. S-1 Lisp

    S 1 Lisp was an Lisp programming language Lisp implementation written in Lisp for the 36 bit Pipeline computing pipelined S 1 Mark IIA supercomputer computer architecture , which has 32 megawords of RAM . References cite book last Gabriel first Richard P. title Performance and evaluation of Lisp systems publisher MIT Press Computer Systems Series url http www.dreamsongs.com NewFiles Timrep.pdf date May 1985 isbn 0 262 07093 6 LCCN 85 15161 xiv, 285 p. 23 cm. Cambridge, Mass. Category Lisp programming language Category Lisp programming language family compu lang stub ...   more details



  1. Le Lisp

    Infobox software name Le Lisp screenshot File Aida Le Lisp on Windows.jpg thumb 150px A da running on top of Le Lisp Windows version caption A da running on top of Le Lisp Windows version author INRIA released start date and age 1981 latest release version 15.26.8 latest release date start date and age 2009 01 04 operating system Windows, Linux, MacOS, Solaris, HP UX, AIX platform x86, Sparc, PowerPC, Mips, Alpha programming language C programming language C , LLM3, and Le Lisp genre Compiler , run time system runtime license Proprietary license website Le Lisp ref cite web url http hal.inria.fr docs 00 07 01 29 PDF RT 0027.pdf title LE LISP 80 version 12 year 1983 author J r me Chailloux publisher INRIA accessdate 16 March 2012 ref ref cite web url http hal.inria.fr docs 00 07 62 38 PDF RR 0319.pdf title Le Lisp,a portable and efficient Lisp system year 1984 author J. Chailloux, M. Devin, J.M. Hullot publisher INRIA accessdate 16 March 2012 ref ref cite book last Chailloux first J r me title Le Lisp de l INRIA Le Manuel de r f rence. Version 14 location Rocquencourt France publisher INRIA year 2001 pages 190 month Novembre ref is a Lisp programming language Lisp dialect. It was designed by J r me Chailloux and Emmanuel St. James of INRIA . References Reflist External links Eligis official website http www.eligis.com lelisp for x86 processors http www.softwarepreservation.org projects LISP le lisp Le Lisp at Computer History Museum s Software Preservation Group FOLDOC Category Lisp programming language family Category Lisp programming language compu lang stub ...   more details



  1. Owl Lisp

    Infobox software name Owl Lisp logo screenshot caption developer Aki Helin source model free software latest release version 0.1.3 latest release date release date 2011 09 15 operating system Unix like genre Programming language license MIT License website http code.google.com p owl lisp code.google.com p owl lisp Owl Lisp is a small, purely functional implementation of the Scheme programming language for Unix like systems. It implements an extended subset of R5RS Scheme but has been renamed as a Lisp programming language Lisp by its author mainly to avoid confusion. It is free software released under the MIT License . External links Portal Free software http code.google.com p owl lisp Owl Lisp home page Category Scheme interpreters Category Scheme implementations Software stub ...   more details



  1. Spice Lisp

    Spice Lisp is a Lisp programming language Lisp dialect and its implementation originally written by Carnegie Mellon University CMU s Spice Lisp Group which targeted the microcode of the 16 bit PERQ workstation and its Accent operating system it used that workstation s microcode abilities it provided microcodes for Pascal programming language Pascal , C programming language C , and Ada programming language Ada besides to implement a stack architecture to store its data structures as 32 bit objects and to enable runtime type checking . It would later be popular on other workstations. Spice Lisp evolved into CMUCL , a Common Lisp implementation. References cite book last Gabriel first Richard P. title Performance and evaluation of Lisp systems publisher MIT Press Computer Systems Series url http www.dreamsongs.com NewFiles Timrep.pdf date May 1985 isbn 978 0 262 07093 5 LCCN 85 15161 xiv, 285 p. 23 cm. Cambridge, Mass. FOLDOC http www.cons.org cmucl doc cmucl history.html CMUCL history Common Lisp Category Common Lisp implementations compu lang stub fr Spice Lisp ...   more details



  1. PC-LISP

    PC LISP is an implementation of the Franz Lisp dialect for DOS by Peter Ashwood Smith. Version 2.11 was released on May 15, 1986. It can still be found on old abandonware and shareware download sites. Ashwood Smith says of his interpreter PC LISP is a small implementation of LISP for ANY MS DOS machine. While small, it is capable of running a pretty good subset of Franz LISP. ref from the distribution s readme file ref Note that the Franz LISP dialect was the immediate, portable successor to the ITS version of Maclisp and is perhaps the closest thing to the LISP in the Steven Levy book Hackers Heroes of the Computer Revolution Hackers as is practical to operate. PC LISP runs well in DOS emulators and on modern Windows versions. Because PC LISP implements Franz LISP, it is a dynamically scoped predecessor to modern Common Lisp . This is therefore an historically important implementation. Example Deleted image removed Image Pclisp.jpg thumb PC LISP 2.11 1986 session. The session is running the following code which demonstrates dynamic scoping in Franz LISP. Note that PC LISP does not implement the code let code special form that Emacs Lisp provides for local variables. Instead, all variables are what an ALGOL based language would call global . The first dialect of Lisp to incorporate ALGOL scoping rules called lexical scoping was Scheme programming language Scheme although the Common Lisp language also added this feature. pre Demonstration of dynamic scoping This is a global variable setq myglobal this is my global variable Another global variable setq yourglobal this is my global variable a function which prints the symbols defun dosomething mine yours princ Mine is princ mine princ n princ Yours is princ yours princ n override the symbols defun nolocals setq mine I have ... EDU M Z.LIP List of files which includes PCLISP.ZIP 62745 02 23 86 a near franz lisp with documentation Category Lisp programming language family Category Discontinued development tools ...   more details



  1. Acornsoft LISP

    Infobox software name Acornsoft LISP logo File Acornsoft LISP logo Acorn Electron cartridge .png 125px screenshot File Acornsoft LISP screenshot BBC Micro .png 250px caption Screenshot BBC Model B, cassette ... elecgame list cassette.htm title LISP, Cassette Acornsoft Back and Inner Inlay publisher Acornsoft accessdate 2001 10 03 quote 1984 LISP Cassette , Acornsoft, 12.95 ref developer Acornsoft released ... accessdate 2010 10 03 quote LISP Disk Version Acornsoft 1982 ref , 1984 Acorn Electron ref name ELEC CASS INLAY frequently updated programming language MOS Technology 6502 6502 machine language , Lisp programming language Lisp platform BBC Micro , Acorn Electron language English language English , German ... german lc lisp.jpg title LISP German cover, Acorn Electron version quote Eine programmiersprache von Acornsoft language German publisher Acornsoft accessdate 2010 10 03 ref genre Lisp programming language Lisp interpreter license Proprietary software Proprietary website status Discontinued Acornsoft LISP marketed simply as LISP ref name Master Manual p12 cite web url http microcomputer.org.uk documents ... LISP an artificial intelligence problem solving language ref is a dialect and commercial implementation of the Lisp programming language Lisp programming language, released in the early 1980s for the 8 bit BBC Micro and Acorn Electron computers. Description image Acornsoft LISP loading screen BBC Micro .png thumb left example.png Loading screen BBC Model B Acornsoft LISP was released on cassette ... rom Acorn lang LISP doc SBL14.zip title LISP ROM fitting instructions publisher Acornsoft quote Your LISP ROM may be placed in any spare sideways ROM socket. date 1983 accessdate 2010 10 03 ref ... with large scale LISP implementations, Acornsoft s variant only has a modest number of built ... LISP workspace image containing commonly used built in functions and constants is 3K in size ... MICROCOMPUTER SYSTEM publisher Acornsoft accessdate 2010 10 03 quote Acornsoft LISP is a fast interactive ...   more details



  1. Lispkit Lisp

    LKIT 2 Archive of old LispKit LISP code and files, plus C implementation of SECD machine http perun.pmf.uns.ac.rs radovanovic publications 2002 prim lisp.pdf Paper about a LispKit LISP implementation in Java Category Lisp programming language family zh Lispkit Lisp ...Lispkit Lisp is a lexical scoping lexically scoped , purely functional subset of Lisp programming language Lisp Pure Lisp developed as a testbed for functional programming concepts. It was first used for early experimentation with lazy evaluation . An SECD machine based implementation written in an ALGOL variant was published by the developer Peter Henderson in 1980. ref name henderson cite book last Henderson first Peter title Functional Programming Application and Implementation year 1980 publisher Prentice Hall isbn ISBN 0 13 331579 7 ref The compiler and virtual machine are highly porting portable and as a result have been implemented on many machines. Base language The base language provides the following functions only but extensions are discussed in Henderson s book ref name henderson for the explicit support of lazy evaluation and non deterministic programming . atom given an expression returns True if its value is atomic False if not. add given two expressions returns the sum of their numeric values. car given an expression whose value is a pair, returns the pair s first value. cdr given an expression whose value is a pair, returns the pair s second value. cons given two expressions returns a value pair consisting of their values. div given two expressions returns the dividend of their numeric values. eq given two expressions returns True if their values are equal False if not. if given three expressions returns the value of the second if the value of the first is True, otherwise returns the value of the third. lambda given an expression, returns that expression as an evaluable value. let given a list of named expressions, returns that list as a single evaluable value ...   more details



  1. Lisp Machines

    or technical information with other software developers. Decline Lisp Machines, Inc. sold its first LISP machines, designed at MIT, as the LMI CADR. After a series of internal battles, Symbolics began selling the Lisp machine CADR from the MIT Lab as the LM 2. Symbolics had been hindered by Noftsker ...about the company the type of computer Lisp machine Lisp Machines, Inc. was a company formed in 1979 or 1980? by Richard Greenblatt programmer Richard Greenblatt of MIT s MIT AI Lab Artificial Intelligence Laboratory to build Lisp machine s. It was based in Cambridge, Massachusetts . By 1979, the Lisp Machine Project at MIT, originated and headed by Greenblatt, had constructed over 30 CADR computers for various projects at MIT. It was evident that it was time for the project to move from a university research to a company setting. Russell Noftsker , who had formerly been administrator of the MIT Artificial Intelligence lab some years previously and who had since started and run a small company, was convinced that computers based on the artificial intelligence language LISP had a bright future ... venture fund backed company had a better chance of surviving and commercializing Lisp Machines ... language computer application, came to Greenblatt, seeking a Lisp machine for his group to work with. Eight ... and build the Lisp machines that Jacobson needed, was if he pushed and financially helped Greenblatt ... Wyle, for Greenblatt. The newfound company was named LISP Machine, Inc. LMI , and was funded mostly ... hacker s machine, the original Lisp Machine s. When Russell Noftsker suggested that they move on, and spread ... http fare.tunes.org tmp emergent kmachine.htm title Lisp Machine Inc. K machine The Deffenbaugh, Marshall, Powell, Willison architecture as remembered by Joe Marshall ref LMI developed a new Lisp machine ..., Massachusetts Category Lisp programming language Category Lisp software companies Category Defunct companies based in Massachusetts de Lisp Machines fr Lisp Machines entreprise ...   more details



  1. Gay lisp

    Gay lisp is a stereotypical speech attribute associated with gay males in English speaking countries. ref name beyond cite web url http www.speech language therapy.com codemix.htm title Beyond Lisping Code Switching and Gay Speech Styles last1 Bowen first1 Caroline date 2002 accessdate January 19, 2011 ref ref cite web url http www.macalester.edu weekly 030102 myworld.html title Queering Multiculturalism last1 McKinstry first1 Oliver date March 1, 2002 work The Mac Weekly publisher Macalester College accessdate January 19, 2011 archiveurl http web.archive.org web 20060922162200 http www.macalester.edu weekly 030102 myworld.html archivedate September 22, 2006 ref ref http web.archive.org web 20070807015819 http ec.gayalliance.org articles 000645.shtml Examples of LGBT writing in which gay lisp used as a general term for the sound of gay male speech dead link date January 2011 ref The phenomenon of gay lisp and its study are poorly understood similar to other secondary external attributes or verbal and non verbal mannerisms of both gay and straight people. These attributes have proven difficult to define and quantify but seem somewhat independent of other variables in the phonology of the English language , such as Accent linguistics accent and Register linguistics register . The gay lisp stereotype has never been substantiated in an experimental study. ref Munson, B., & Zimmerman, L.J. 2006b . http www.tc.umn.edu munso005 MunsonAndZimmerman.pdf Perceptual Bias and the Myth of the Gay Lisp . Poster Presentation at the Annual Meeting of the American Speech Language Hearing Association ... the characteristic lisp involving sibilant s IPA s , IPA z , IPA , and the like with assibilation ... ref See also Portalbox LGBT Language Gaydar LGBT stereotypes Lisp Swish slang Lavender linguistics ... munso005 MackAndMunson LSA2008.pdf Implicit Processing, Social Stereotypes, and the Gay Lisp . Oral ... LGBT culture yes DEFAULTSORT Gay Lisp Category Human voice Category LGBT linguistics Category Sociolinguistics ...   more details



  1. Lisp in Small Pieces

    Infobox book italic title force name Lisp in Small Pieces title orig Les Langages Lisp image image caption author Christian Queinnec translator Kathleen Callaway cover artist language French series subject Computer programming genre Textbook publisher Cambridge University Press pub date 1994 english pub date 1996 media type Print pages 514 isbn oclc dewey congress Lisp in Small Pieces Cambridge University Press, 1996 ISBN 0 521 56247 3 paperback edition December 4, 2003 ISBN 0 521 54566 8 translated by Kathleen Callaway is a book by Christian Queinnec on Lisp programming language Lisp , Scheme programming language Scheme and other related dialects, their Interpreter computing interpretation , semantics , and Compilation programming compilation and contains code for 11 interpreters and 2 compiler s. The English title is a recursive acronym L isp i n S mall P ieces . It was originally published in French language French by Inter ditions with the title Les Langages Lisp . The revised edition bears the title Principes d implantation de Scheme et Lisp . See also Essentials of Programming Languages Structure and Interpretation of Computer Programs References Official website http pagesperso systeme.lip6.fr Christian.Queinnec WWW LiSP.html http community.schemewiki.org ?Lisp In Small Pieces LiSP on SchemeWiki Category Lisp programming language Category Computer programming books Category Compilers compu book stub ...   more details



  1. Steel Bank Common Lisp

    , whereas SBCL supported bootstrapping from theoretically any ANSI compliant Common Lisp implementation .... ref http sbcl10.sbcl.org SBCL s 10th Anniversary Workshop ref References Reflist 2 External links ... Common Lisp Category Free compilers and interpreters Category Common Lisp implementations Category Common Lisp software Category Public domain software de Steel Bank Common Lisp it Steel Bank Common Lisp ru Steel Bank Common Lisp uk Steel Bank Common Lisp ...   more details



  1. Common Lisp Object System

    Other uses Clos disambiguation The Common Lisp Object System CLOS is the facility for object oriented programming which is part of ANSI Common Lisp . CLOS is a powerful dynamic programming language dynamic ... or Java programming language Java . CLOS was inspired by earlier Lisp object systems such as Flavors ... proposed as an add on, CLOS was adopted as part of the ANSI standard for Common Lisp and has been adapted into other Lisp dialects like EuLisp or Emacs Lisp . ref CLOS is a standard. Multiple vendors supply CLOS. CLOS or parts of it is being used to add object orientation to other Lisp dialects such as EuLisp or Emacs Lisp. pg 110 of Veitch 1998 ref Features The basic building blocks of CLOS ... name and argument structure, each specialized for different arguments. Since Common Lisp provides ... eql specializers . CLOS does not by default support dispatch over all Common Lisp data types ... deftype code . However, most Common Lisp implementations provide a metaobject protocol which allows ... combination also may lead to different effective methods. For example, source lang lisp declare ... real defmethod f x integer y real 2 f 1 2.0 2 dispatch changed at runtime source Like the OO systems ... or Common Lisp than in C . ref CLOS is not a Prototype based language prototype language Classes ... Outside of the ANSI Common Lisp standard, there is a widely implemented extension to CLOS called the Metaobject ... Lisp implementations have slightly different support for the Meta Object Protocol. The Closer ... to provide the missing features. Influences from older Lisp based object systems Flavors programming language Flavors and its successor New Flavors was the object system on the MIT Lisp Machine . Large parts of the Lisp Machine operating systems and many applications for it use Flavors or New Flavors ... obsolete, though implementations for Common Lisp do exist. Flavors was using the message passing paradigm ... D . CommonLoops was implemented for Common Lisp. A portable implementation called Portable ...   more details




Articles 1 - 25 of 1367347          Next


Search   in  
Search for LISP 2 in Tutorials
Search for LISP 2 in Encyclopedia
Search for LISP 2 in Videos
Search for LISP 2 in Books
Search for LISP 2 in Software
Search for LISP 2 in DVDs
Search for LISP 2 in Store


Advertisement




LISP 2 in Encyclopedia
LISP 2 top LISP 2

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement