Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Common Lisp


Related Topics

In the News (Sat 14 Nov 09)

  
  Common Lisp Info - Encyclopedia WikiWhat.com   (Site not responding. Last check: 2007-11-07)
Common Lisp is a general-purpose programming language, in contrast to Lisp variants such as Emacs Lisp and AutoLISP which are embedded extension languages in particular products.
Common Lisp macros are capable of variable capture, a situation in which symbols in the macro-expansion body coincide with those in the calling context.
Common Lisp is defined by a specification (like Ada and C) rather than by a single implementation (like Perl).
www.wikiwhat.com /encyclopedia/c/co/common_lisp_1.html   (1405 words)

  
 Common Lisp - Wikipedia, the free encyclopedia
Common Lisp is a Lisp; it uses S-expressions to denote both code and data structure.
Common Lisp also includes a toolkit for object-oriented programming, the Common Lisp Object System or CLOS, which is one of the most powerful object systems available in any language.
Common Lisp is sometimes termed a Lisp-2 and Scheme a Lisp-1, referring to CL's use of separate namespaces for functions and variables.
en.wikipedia.org /wiki/Common_Lisp   (3103 words)

  
 Lisp programming language - Wikipedia, the free encyclopedia
Lisp was the first homoiconic programming language: the primary representation of program code is the same type of list structure that is also used for the main data structures.
Lisp heavily influenced the inventor of Smalltalk, and in turn Lisp was influenced by Smalltalk, by adopting object-oriented programming features (classes, instances, etc.) in the late 1970s.
Lisp languages are frequently used with an interactive command line, which may be combined with an integrated development environment.
en.wikipedia.org /wiki/Lisp_programming_language   (5057 words)

  
 An Introduction and Tutorial for Common Lisp   (Site not responding. Last check: 2007-11-07)
Common Lisp: The Language by Guy L. Steele Jr.
The draft ANSI specification for Common Lisp (PostScript by sections).
A Common Lisp implementation of the N-Queens problem.
www.apl.jhu.edu /~hall/lisp.html   (1550 words)

  
 Common Lisp: Facts and details from Encyclopedia Topic   (Site not responding. Last check: 2007-11-07)
Lisp is a functional programming language family with a long history....
Emacs lisp is a dialect of the lisp programming language used by the gnu emacs and xemacs text editors (which we will collectively refer to as emacs...
Common Lisp is sometimes termed a Lisp-2 and Scheme a Lisp-1, EHandler: no quick summary.
www.absoluteastronomy.com /encyclopedia/c/co/common_lisp.htm   (4971 words)

  
 Welcome to Common-Lisp.net
Its goal is to provide the Common Lisp community with development resources and to work as a starting point for new programmers.
Common Lisp is known for being extremely flexible, having excellent support for object oriented programming, and fast prototyping capabilities.
Common Lisp is a multi-paradigm programming language that allows you to to choose the approach and paradigm according to your application domain.
common-lisp.net   (360 words)

  
 Common Lisp at opensource encyclopedia   (Site not responding. Last check: 2007-11-07)
Common Lisp, commonly abbreviated CL, is a dialect of Lisp, standardised by ANSI X3.226-1994.
Despite the big expectations of the standard committee (CL was sometimes advertised as a possible replacement for C), Common Lisp remained a niche programming language, mostly used in academia and/or specific application areas often related to Artificial Intelligence.
acl2 : a full-featured theorem prover for a subset of common lisp.
www.wiki.tatet.com /Common_Lisp.html   (2057 words)

  
 Amazon.com: Common LISP, Second Edition : The Language (HP Technologies): Books: Guy Steele   (Site not responding. Last check: 2007-11-07)
Common Lisp is a new dialect of Lisp, a successor to MacLisp [33, 37], influenced strongly by Zetalisp [55, 34] and to some extent by Scheme [46] and Interlisp [50].
"Common Lisp, The Language" (or CLTL) is an industrial-strength language reference for a somewhat esoteric computer language (in the view of most programmers today), so this tome is definitely not for the novice, nor for the faint of heart.
Common Lisp is an enormous language, with over 800 built-in functions, many of which have complicated semantics and dozens of keywords that alter those semantics.
www.amazon.com /exec/obidos/tg/detail/-/1555580416?v=glance   (2206 words)

  
 Common Lisp HyperSpec   (Site not responding. Last check: 2007-11-07)
This is an HTML document derived from the ANSI Common Lisp standard (which is available here) with permission from ANSI and NCITS (previously known as X3).
Common Lisp HyperSpec was prepared (in 1996) and revised (in 2005) by
In hardcopy, the ANSI Common Lisp standard is nearly 1100 printed pages describing nearly a thousand functions and variables in sufficient detail to accommodate hosting of the language on a wide variety of hardware and operating system platforms.
www.lispworks.com /documentation/HyperSpec   (200 words)

  
 Common Lisp
CMU CL is a free, high-quality ANSI Common Lisp system for Unix workstations originally developed at the School of Computer Science of Carnegie Mellon University.
Albert is a Common Lisp doc-generator, comparable to Javadoc and Doxygen.
It consists of sets of Common Lisp code that is "Debian Free" and which requires nothing outside of a CL implementation and perhaps other code that is part of CLOCC.
cbbrowne.com /info/commonlisp.html   (1791 words)

  
 Common LISP Hypermedia Server
Abstract: A World-Wide Web (WWW) server was implemented in Common LISP in order to facilitate exploratory programming in the interactive hypermedia domain and to provide access to complex research programs, particularly artificial intelligence systems.
The current server is excellent for rapid-prototyping precisely because it builds on Common LISP and provides a fine-grained vocabulary of operators which are easily combined and modified according to evolving application requirements and draft protocol standards.
The Common LISP HTTP Server implementation was driven initially by the desire to provide WWW access to email servers and associated document or survey databases, which were built on the COMLINK System.
www.ai.mit.edu /projects/iiip/doc/cl-http/server.html   (3024 words)

  
 Common Lisp Overview
Because the goal is to develop a fine-grained vocabulary of operators that programs and software developers share, Common LISP is one of the best choices available today.
Common LISP embeds a native object-oriented programming language, the Common LISP Object System (CLOS).
Written in Common LISP, CLIM runs on a variety of workstations, implementing its machine-independent abstractions with native window systems and mimicking their look and feel.
www.ai.mit.edu /projects/iiip/doc/cl-http/common-lisp.html   (744 words)

  
 CMUCL Home Page
CMUCL is a free implementation of the Common Lisp programming language which runs on most major Unix platforms.
It mainly conforms to the ANSI Common Lisp standard.
Common Lisp is well suited to large programming projects and explorative programming.
www.cons.org /cmucl   (283 words)

  
 CLISP Common Lisp Resources   (Site not responding. Last check: 2007-11-07)
The Common Lisp Directory is intended to be a resource for Common Lisp users who are invited to post mostly Lisp related links into the LinkIt section and use/comment the Directory and Knowledge Base in the Directory section.
Its intended use is to enable Common Lisp to function as an extension language for Java.
Lush is an object-oriented Lisp interpreter/compiler with a seamless interface to C, a huge numerical library, a GUI toolkit, and bindings to GSL, SDL, OpenGL, V4l, and others.
clisp.cons.org /resources.html   (942 words)

  
 Common Lisp info   (Site not responding. Last check: 2007-11-07)
Common Lisp is an ideal technology for addressing the problems of the modern web.
Common Lisp is ANSI standard language X3.226-1994, renewed in 1999 and available from ANSI in PDF format as X3.226-1994 (R1999), although some people have complained that the PDF is poor resolution and hard to read.
Community resources for the Common Lisp language, including FAQs, lists of available vendors, and sources of free implementations are available from the Association of Lisp Users (ALU).
common-lisp.info   (414 words)

  
 GCL - GNU Common Lisp
GCL is the official Common Lisp for the GNU project.
Allows a mixture of tcl and common lisp to be used in a user interface--your choice which you use.
In 1994 AKCL was released as GCL (GNU Common Lisp) under the GNU public library license.
www.gnu.org /software/gcl/gcl.html   (654 words)

  
 Common Lisp Help and Information
I am using the Corman Lisp 1.3 interpreter which is a free version of Common LISP for Windows: I highly recommend it.
There are very few jobs in LISP outside of Universities and research centers, so it probably isn't going to make you a whole lot of money.
Bear in mind though, LISP is the language of Artificial Intelligence, and if AI makes it really big it could be a handy language to know.
homepages.paradise.net.nz /milhous/lisp.htm   (2768 words)

  
 Amazon.com: ANSI Common LISP: Books: Paul Graham   (Site not responding. Last check: 2007-11-07)
The impressive thing is how the examples are high-quality Lisp programs of the sort that might actually be used, even the ones from the early chapters (before the entire language is available).
Lisp is quite different in style from C/C++/Pascal, so you might experience some culture shock.
Common Lisp is a bit of a throwback.
www.amazon.com /exec/obidos/tg/detail/-/0133708756?v=glance   (1735 words)

  
 Reference.com/Encyclopedia/Common Lisp
Most of the Lisp systems whose designs contributed to Common Lisp -- such as Zetalisp and Franz Lisp -- used dynamically-scoped variables in their interpreters and lexically-scoped variables in their compilers.
Scheme introduced the sole use of lexically-scoped variables to Lisp (an inspiration from Algol68), which was widely recognized as a good idea and adopted into CL. CL supports dynamically-scoped variables as well, but they must be explicitly declared as "special".
Casting Spells in Lisp A cartoon introduction to Common Lisp.
www.reference.com /browse/wiki/Common_Lisp   (2958 words)

  
 ipedia.com: Common Lisp Article   (Site not responding. Last check: 2007-11-07)
Developed to standardize the divergent variants of Lisp which predated it, it is not an implementation but...
Some Lisp systems, such as Scheme, avoid variable capture by using macro syntax -- so-called "hygienic macros" -- that does not allow it.
Moreover, many CL applications implement "a language-in-the-language" approach, for which program-as-data manipulation as provided by the language (through s-expression representation and support for macros) is particularly adapted.
www.ipedia.com /common_lisp_1.html   (2525 words)

  
 ANSI Common Lisp
ANSI Common Lisp combines an introduction to Lisp programming, and a convenient, up-to-date reference manual for ANSI Common Lisp.
With ANSI Common Lisp he has provided the ideal introductory text--a compact tutorial and a complete reference on the latest standard.
This book would be excellent either for a standalone Lisp or functional programming course or for courses on AI, compilers, or object-oriented programming that use Lisp.
www.paulgraham.com /acl.html   (451 words)

  
 Corman Common Lisp Home
Special Offer: Any Corman Lisp user who attends is eligible to receive a free version upgrade, which may be used now to upgrade to the newest version or for the next major version upgrade.
Corman Lisp sets a new standard for dynamic programming languages: Common Lisp supercharged for Windows platforms.
The widely acclaimed Macintosh Common Lisp implementation is now free for personal use.
www.cormanlisp.com   (100 words)

  
 Digitool, Inc. - Welcome to Digitool!
Digitool is the maker of Macintosh Common Lisp (MCL) and CLIM: tools for developing intelligent applications on the Macintosh platform.
All of the major Lisp vendors have either released their own CLIM implementation, or are planning to soon.
Common Lisp has always been a smart choice for delivering complex systems that need portability across platforms.
www.digitool.com   (632 words)

  
 CLiki : common-lisp-controller
A very nice system for installing Common Lisp libraries and source on Debian and Gentoo linux systems.
The package has a webpage on alioth and two mailing lists clc-users and clc-devel -at- lists.alioth.debian.org should be created in the next few hours.
lisp packages are distributed as source code, placed in the /usr/share/common-lisp/source/package/.
www.cliki.net /common-lisp-controller   (811 words)

  
 CLiki : index
Non-Free, non-Unix and non-Common Lisp resources can be found at the ALU wiki.
There's also a directory of Common Lisp resources at The Common Lisp Directory.
Compatibility Layers code for solving compatibility issues for things not in the Common Lisp standard like the socket interface, the foreign function interface, etc.
www.cliki.net   (391 words)

  
 Successful Lisp - Cover   (Site not responding. Last check: 2007-11-07)
You may not publish Successful Lisp on any network accessible to the public, nor may you distribute offline copies in any form.
You can order Successful Lisp from Amazon.com, or check with your local bookstore or other major online booksellers.
Be aware that these people take a dim view of students who ask for homework solutions unless the student has made (and documented) an attempt to solve the problem.
www.psg.com /~dlamkins/sl/cover.html   (390 words)

  
 The Common Lisp Cookbook   (Site not responding. Last check: 2007-11-07)
This is a collaborative project that aims to provide for Common Lisp something similar to the Perl Cookbook published by O'Reilly.
Common Lisp: A Gentle Introduction to Symbolic Computation by David S. Touretzky
Common Lisp the Language, 2nd Edition by Guy L. Steele
cl-cookbook.sourceforge.net   (350 words)

  
 The CLM Home Page   (Site not responding. Last check: 2007-11-07)
Common Lisp Music is a music synthesis and signal processing package in the Music V family.
It runs in a number of lisps or as a part of Snd (using Scheme or Ruby).
The file README.clm has current status info for the Common Lisp versions.
ccrma.stanford.edu /software/clm   (80 words)

  
 Allegro Common Lisp 8.0
The compiler is highly optimized to exploit the AMD64 instruction set, and as with our other 64-bit ports the full 64-bit address space is available for your application.
Lisp RPC (Remote Procedure Call): Allows two Lisp applications to more easily communicate
Experience the power of Common Lisp and Allegro CL technology.
www.franz.com /products/allegrocl   (1329 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.