Geometry.Net - the online learning center
Home  - Basic_L - Lisp Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 131    1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Lisp Programming:     more books (100)
  1. Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig, 1991-10-01
  2. Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS by Sonya E. Keene, 1989-01-11
  3. Practical Common Lisp by Peter Seibel, 2005-04-11
  4. The ANSI Common Lisp Reference Book by Editor, David Margolies, 2008-02-11
  5. The AutoCADET's Guide to Visual LISP by Bill Kramer, 2001-12-15
  6. An Introduction to Programming in Emacs Lisp by Robert J. Chassell, 2004-01
  7. Visual Lisp: A Guide to Artful Programming (Autodesk's Programmer) by Phil Kreiker, 2000-06-26
  8. ANSI Common LISP by Paul Graham, 1995-11-02
  9. Common LISP. The Language. Second Edition by Guy Steele, 1990-06-15
  10. Programming in Common Lisp by Rodney Allen Brooks, 1985-08
  11. Common Lisp Programming for Artificial Intelligence (International Computer Science Series) by Tony Hasemer, John Domingue, 1989-08
  12. Lisp, Lore, and Logic: An Algebraic View of Lisp : Programming, Foundations and Applications by W. Richard Stark, 1990-03
  13. Advanced LISP Technology (Advanced Information Processing Technology, V. 4)
  14. Lisp (3rd Edition) by Patrick Winston, Berthold Horn, 1989-01-11

1. PC AI - LISP Programming Language
Very useful page of links with good helpful annotations for vendors, search engines, more references (linked and nonlinked) for articles, books.
http://www.pcai.com/web/ai_info/pcai_lisp.html
Where Intelligent Technology Meets the Real World Home Contents Search News ... Contact PC AI
LISP Programming Language
Overview Glossary Link - LISP Programming Language SUBMIT YOUR SITE To Forth Programming Language To Logo Programming Language
LISP Information on the Internet
Association of LISP Users US LISP users group with annual conference promoting. The association also supports a Usenet newsgroup (comp.org.LISP-users) and formation of inter-vendor standards (comp.std.LISP). Also included are LISP FAQ, archives, implementations, jobs, and humor. CMU FTP Repository (FAQ) Newsgroups, FAQ, vendors, standards, archives, and more. Common LISP ANSI Draft Specification Complete copy of the dpANS3 proposed standard. Common LISP Hypermedia Server WWW server implemented in Common LISP to explore programming in interactive hypermedia while providing access to complex research programs, such as artificial intelligence systems. The server provides interfaces for document retrieval, email servers, interfaces to systems for inductive rule learning and natural-language question answering. Extension of Common LISP (Screamer) Support for nondeterministic programming which adds support for backtracking. On top of this nondeterministic substrate, Screamer provides a comprehensive constraint programming language in which one can formulate and solve mixed systems of numeric and symbolic constraints. Together, these two levels augment Common LISP with practically all of the functionality of both Prolog and constraint logic programming languages such as CHiP and CLP(R).

2. The InteLib Home Page
A class library for lisp programming within a C++ project using existing C++ translators. Open source, GPL
http://www.intelib.org/
InteLib home page
July 02, 2005 in InteLib Lisp (compiler only; won't work in the interpreter, sorry). Several new Lisp library functions are implemented, including NTH, RANDOM, MAKEARRAY, AREF, REMOVE, RREDUCE and LREDUCE. June 26, 2005 During participation in the ICFP 2005 programming contest , a feature of soft interruption of the Lisp evaluation process was needed. It is now available in the newly-released version 0.5.63. Wish good luck to participants! June 14, 2005 The version 0.5.62 released. Debugger assistant improved so that when you call BREAK function from within your Lisp code, the interpreter makes available all the lexically-bound symbols. Math functions (such as sin, cos, tan etc.) are implemented. Several bugfixes. April 15, 2005 The version 0.5.60 released. The package now includes interactive InteLib Lisp interpreter named NILL. Bootstrap process is now significantly simplified. The interpreter is implemented as a class so it can be embedded into your C++ program to assist debugging of the Lisp part of your code.

3. The Lisp Programming Language
This site has every aspect of the Common lisp programming Language, This web site has some interesting Common lisp programming Language books that could
http://www.engin.umd.umich.edu/CIS/course.des/cis400/lisp/lisp.html
The Lisp Programming Language
Click below to go directly to a specific section:
History
Significant Language Features Areas of Application Sample Programs ... Printed References
History
Interest in artificial intelligence first surfaced in the mid 1950. Linguistics, psychology, and mathematics were only some areas of application for AI. Linguists were concerned with natural language processing, while psychologists were interested in modeling human information and retrieval. Mathematicians were more interested in automating the theorem proving process. The common need among all of these applications was a method to allow computers to process symbolic data in lists. IBM was one of the first companies interested in AI in the 1950s. At the same time, the FORTRAN project was still going on. Because of the high cost associated with producing the first FORTRAN compiler, they decided to include the list processing functionality into FORTRAN. The FORTRAN List Processing Language (FLPL) was designed and implemented as an extention to FORTRAN. In 1958 John McCarthy took a summer position at the IBM Information Research Department. He was hired to create a set of requirements for doing symbolic computation. The first attempt at this was differentiation of algebraic expressions. This initial experiment produced a list of of language requirements, most notably was recursion and conditional expressions. At the time, not even FORTRAN (the only high-level language in existance) had these functions.

4. The Lisp Programming Language
The lisp programming Language Click below to go directly to a specific section History Significant Language Features Areas of Application
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

5. An Introduction And Tutorial For Common Lisp
Find More Books. Basic Common lisp programming No AI Slant Moderately FastPaced ANSI Common Lisp by Paul Graham.
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

6. Common Lisp Info
The Common lisp programming Language "The programming language of choice for those who set out to solve the world's very hardest problems."
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

7. Lisp Programming Language - Wikipedia, The Free Encyclopedia
Lisp was used as the implementation of the programming language Planner that However, Lisp did not evolve as successfully as the programming language C,
http://en.wikipedia.org/wiki/Lisp_programming_language
Lisp programming language
From Wikipedia, the free encyclopedia.
Lisp is a reflective functional programming language family with a long history. Originally developed as a practical computation model (in comparison to Alan Turing 's), it later became the favored artificial intelligence research language during the field's heyday in the and . The language pioneered the use of tree structures (S-expressions), automatic storage management interpreters , and functional programming . Today, Lisp languages are used in many fields, from web development to finance , and are also common in computer science education The name Lisp derives from "List Processing". Linked lists are one of Lisp languages' major data structures , and identical basic list operations work in all Lisp dialects . Other common features in Lisp dialects include dynamic typing functional programming support, and the ability to manipulate source code as data. Lisp languages also have an instantly-recognizable appearance. Program code is written using the same syntax as lists – the parenthesized S-expression syntax. Every sub-expression in a program (or data structure) is set off with parentheses. This makes Lisp languages easy to

8. John McCarthy
PAPERS ON PROGRAMMING LANGUAGES LISPNOTES ON ITS PAST AND FUTURE-1980 was published in 1980. I put it up since it mostly represents my
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

9. Category:LISP Programming Language Family - Wikipedia, The Free Encyclopedia
This programming language family includes all languages descendant from LISP. Articles in category lisp programming language family
http://en.wikipedia.org/wiki/Category:LISP_programming_language_family
Category:LISP programming language family
From Wikipedia, the free encyclopedia.
This programming language family includes all languages descendant from LISP
Articles in category "LISP programming language family"
There are 13 articles in this category.
C
D
I
L
L cont.
M
M cont.
N
S
T
Retrieved from " http://en.wikipedia.org/wiki/Category:LISP_programming_language_family Categories Programming language families Views Personal tools Navigation Search Toolbox

10. CMU Common Lisp CMUCL
Implementation of Common lisp programming language, runs on most major Unix platforms, mainly conforms to ANSI CL standard; fast compiler outputs
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

11. Programming In Emacs Lisp
Programming in Emacs Lisp 3.9 Truth and Falsehood in Emacs Lisp An explanation of nil 3.10 saveexcursion Point and Mark
http://www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-intro_toc.html
www.delorie.com gnu docs emacs-lisp-intro /emacs-lisp-intro_toc.html search
Buy the book!
Programming in Emacs Lisp Top Contents Index
Table of Contents

12. Welcome To Schemers.org!
bothton Boston, MA, USA Denver Lispers - Denver, CO, USA Scheme UK - London, UK Montreal Scheme/Lisp User Group - Montr al, Canada CRACL
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

13. GNU Emacs Calc 2.02 Manual
Emacs Lisp is described in the GNU Emacs Lisp Reference Manual. This section assumes a familiarity with lisp programming concepts; if you do not know Lisp,
http://www.delorie.com/gnu/docs/calc/calc_335.html
www.delorie.com gnu docs calc /calc_335.html search
Buy the book!
GNU Emacs Calc 2.02 Manual Up Top Contents [Index]
18.5 Programming with Lisp
The Calculator can be programmed quite extensively in Lisp. All you do is write a normal Lisp function definition, but with defmath in place of defun . This has the same form as defun , but it automagically replaces calls to standard Lisp functions like and zerop with calls to the corresponding functions in Calc's own library. Thus you can write natural-looking Lisp code which operates on all of the standard Calculator data types. You can then use Z D if you wish to bind your new command to a z -prefix key sequence. The Z E command will not edit a Lisp-based definition. Emacs Lisp is described in the GNU Emacs Lisp Reference Manual. This section assumes a familiarity with Lisp programming concepts; if you do not know Lisp, you may find keyboard macros or rewrite rules to be an easier way to program the Calculator. This section first discusses ways to write commands, functions, or small programs to be executed inside of Calc. Then it discusses how your own separate programs are able to call Calc from the outside. Finally, there is a list of internal Calc functions and data structures for the true Lisp enthusiast. 18.5.1 Defining New Functions

14. The Scheme Programming Language
Scheme is a statically scoped and properly tailrecursive dialect of the lisp programming language invented by Guy Lewis Steele Jr. and
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

15. CSC4510 - LISP Programming Tutorial Notes
CSC4510 lisp programming Tutorial Notes. Sau-Ming LAU All rights reserved. Some More Examples SETF Primitive Some Notes on LISP Primitives
http://www.cse.cuhk.edu.hk/~csc4510/lisp/html/lisp.html
Next: Introduction
CSC4510 - LISP Programming Tutorial Notes
Sau-Ming LAU

Lau Sau Ming
Mon Aug 26 14:21:54 HKT 1996

A regarding the materials in this personal home page.

16. XML Matters Investigating SXML And SSAX
I like the SSAX library quite a bit, and I suspect I will like it more as I become more comfortable with Lisp/Scheme programming.
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

17. Chaitin, The Limits Of Mathematics
And there are 410 additional characters of lisp programming that I wrap So the LISP interpreter is always present while a LISP program is running.
http://www.cs.auckland.ac.nz/CDMTCS/chaitin/lisp.html
Elegant LISP Programs
G. J. Chaitin, chaitin@watson.ibm.com
in C. Calude, People and Ideas in Theoretical Computer Science , Springer-Verlag Singapore, 1999, pp. 32-52
Lecture given at DMTCS'96 at 9 am, Thursday 12 December 1996 in Auckland, New Zealand. The lecture was videotaped; this is an edited transcript.
Abstract
Call a program ``elegant'' if no smaller program has the same output. I.e., a LISP S-expression is defined to be elegant if no smaller S-expression has the same value. For any computational task there is at least one elegant program, perhaps more. Nevertheless, we present a Berry paradox proof that it is impossible to prove that any particular large program is elegant. The proof is carried out using a version of LISP designed especially for this purpose. This establishes an extremely concrete and fundamental limitation on the power of formal mathematical reasoning.
Introduction
And I won't need to have a statement say of itself that it's false. For a statement to refer to itself you need to use some cleverness, right? I don't need to use cleverness. I only need to have a statement know how big it is. That's the only self-reference I need, in order for it to achieve something that it's too small to achieve. For a statement to know its own size is easy. To put a statement within itself is impossible, right? It doesn't fit! But just to put the size of a program or statement within itself is easy, because that's going to be about log N
Why I Love (Pure) LISP

18. Peter@Norvig.com
Scheme and Java (ps) Lisp as an Alternative to Java (comparison) Lisp Retrospective (essay) Tutorial on Good lisp programming Style
http://tmsyn.wc.ask.com/r?t=an&s=hb&uid=24312681243126812&sid=343126

19. LISP Tutorial 1: Basic LISP Programming
Now that we are equipped with all the tools for developing LISP programs, Since quoting is used frequently in LISP programs, there is a shorthand for
http://www.cs.sfu.ca/CC/310/pwfong/Lisp/1/tutorial1.html
LISP Tutorial 1: Basic LISP Programming
LISP Expressions
When you start up the Common LISP environment, you should see a prompt, which means that LISP is waiting for you to enter a LISP expression. In the environment I am using, it looks like the following: USER(1): The Common LISP environment follows the algorithm below when interacting with users: loop read in an expression from the console; evaluate the expression; print the result of evaluation to the console; end loop. Common LISP reads in an expression, evaluates it, and then prints out the result. For example, if you want to compute the value of (2 * cos(0) * (4 + 6)) , you type in: USER(1): (* 2 (cos 0) (+ 4 6)) Common LISP replies: before prompting you to enter the next expression. Several things are worth noting:
  • LISP expressions are composed of forms . The most common LISP form is function application . LISP represents a function call f(x) as (f x) . For example, cos(0) is written as (cos 0)
  • LISP expressions are case-insensitive. It makes no difference whether we type (cos 0) or (COS 0)
  • Similarly, "

20. AutoCAD LISP 2000
Some practical and annotated Autolisp programming examples and related links in English and Spanish.
http://personales.unican.es/togoresr/
THIS PAGE USES FRAMES. TO SEE IT YOU MUST USE A BROWSER THAT SUPPORTS THIS CHARACTERISTIC.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 1     1-20 of 131    1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

free hit counter