Geometry.Net - the online learning center
Home  - Basic_L - Lisp Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | 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. Introduction to Common Lisp by Taichi Yuasa et, 1987-10-12
  2. The t Programming Language: A Dialect of Lisp by Stephen Slade, 1987
  3. Visual Lisp: A Guide to Artful Programming (Autodesk's Programmer) by Phil Kreiker, 2000-06-26
  4. An Introduction to Programming in Emacs Lisp by Robert J. Chassell, 2004-01
  5. Symbolic Computing With Lisp and Prolog by Robert A. Mueller, Rex L. Page, 1988-11
  6. Common Lisp and Artificial Intelligence by Patrick R. Harrison, 1990-05
  7. Common Lisp Drill by Taiichi Yuasa, Richard Weyhrauch, et all 1988-08
  8. LISP Lore: A Guide to Programming the LISP Machine by H. Bromley, Richard Lamson, 1987-06-30
  9. Object-Oriented Common LISP by Stephen Slade, 1997-08-09
  10. Lisp, Objects and Symbolic Programming by Robert R. Kessler, 1988-02
  11. On LISP: Advanced Techniques for Common LISP by Paul Graham, 1993-09-09
  12. Lisp: A First Language for Computing (VNR Computer Library) by John A. Moyne, 1991-04
  13. Programming in Common Lisp by Rodney Allen Brooks, 1985-08
  14. An Introduction to Programming in Lisp by H. Wertz, 1988-09

21. LISP Programming
lisp programming. 1. Brooks, R., Programming in Common Lisp, New York, NYWiley (1985). 2. Cameron, RD, Dixon, AH, Symbolic Computing with LISP.
http://www.cs.iastate.edu/~honavar/texts/node5.html
Next: JAVA Programming Up: AI Programming Previous: AI Programming
LISP Programming
Brooks, R., Programming in Common Lisp , New York, NY: Wiley (1985).
Symbolic Computing with LISP . New York, NY: Prentice Hall (1992).
Artificial Intelligence Programming . Hillsdale, NJ: Lawrence Erlbaum Associates (1980).
Building Problem Solvers. Cambridge, MA: MIT Press. (1993).
Franz, Inc., Common LISP: The Reference . Reading, MA: Addison-Wesley (1988).
Graham, P. ANSI Common Lisp . Englewood Cliffs, NJ: Prentice Hall (1995).
Norvig, P., Paradigms of Artificial Intelligence Programming Case Studies in Common Lisp . Palo Alto, CA: Morgan Kaufmann (1992).
Touretzky, D. S., A Gentle Introduction to Symbolic Computation . New York, NY: Addison Wesley (1990).
Lisp . New York: Addison-Wesley (1989).

Vasant Honavar

22. LISP - Wikipedia
LISP. (Redirected from lisp programming language). LISP (which stands for LIStProcessing ) is a programming language oriented towards functional programming.
http://www.wikipedia.org/wiki/LISP_programming_language
Main Page Recent changes Edit this page Older versions Special pages Set my user preferences My watchlist Recently updated pages Upload image files Image list Registered users Site statistics Random article Orphaned articles Orphaned images Popular articles Most wanted articles Short articles Long articles Newly created articles Interlanguage links All pages by title Blocked IP addresses Maintenance page External book sources Printable version Talk
Log in
Help
Other languages: Deutsch Esperanto Polski
LISP
(Redirected from LISP programming language LISP (which stands for " LIS t P rocessing") is a programming language oriented towards functional programming . Its prominent features include prefix-notation syntax, dynamic typing (variables are type-neutral, but values have implicit type), and the ability to treat source code as first-class objects. Not counting the various machine languages and assembly languages , LISP is the second-oldest programming language still in widespread use; only Fortran is older. Like Fortran, LISP has changed greatly since its early days. Strictly speaking, LISP is now not so much a single language as a class of similar languages, known as "LISP dialects".
History
LISP was invented by John McCarthy in while he was at MIT . McCarthy published a paper in CACM in , entitled "Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I" (part II was never published.) LISP was originally implementated on an

23. Emacs Lisp Programming Language - Wikipedia
Emacs lisp programming language. R. Chassell, Programming in Emacs Lisp, an Introduction http//www.gnu.org/manual/emacslisp-intro/emacs-lisp-intro.html;
http://www.wikipedia.org/wiki/Emacs_Lisp
Main Page Recent changes Edit this page Older versions Special pages Set my user preferences My watchlist Recently updated pages Upload image files Image list Registered users Site statistics Random article Orphaned articles Orphaned images Popular articles Most wanted articles Short articles Long articles Newly created articles Interlanguage links All pages by title Blocked IP addresses Maintenance page External book sources Printable version Talk
Log in
Help
Other languages: Deutsch
Emacs Lisp programming language
(Redirected from Emacs Lisp Emacs Lisp is a dialect of the LISP programming language used by the GNU Emacs and XEmacs editors, which will simply be called "Emacs" in this article. Emacs Lisp is sometimes also called Elisp , at the risk of confusion with an unrelated Lisp dialect with the same name. The majority of the editing functionality in Emacs comes from code written in Emacs Lisp; the rest is written in C . Emacs Lisp code can be written by users to customize and extend Emacs. Emacs Lisp is related to the MacLisp and Common Lisp dialects of Lisp. It supports

24. The LISP Programming System
The lisp programming System. The lisp programming system f. Status ofthe lisp programming System (February 1960). A variant of the
http://www-formal.stanford.edu/jmc/recursive/node4.html
Next: Another Formalism for Functions Up: Recursive Functions of Symbolic Previous: Recursive Functions of Symbolic
The LISP Programming System
The LISP programming system is a system for using the IBM 704 computer to compute with symbolic information in the form of S-expressions. It has been or will be used for the following purposes: l. Writing a compiler to compile LISP programs into machine language. 2. Writing a program to check proofs in a class of formal logical systems. 3. Writing programs for formal differentiation and integration. 4. Writing programs to realize various algorithms for generating proofs in predicate calculus. 5. Making certain engineering calculations whose results are formulas rather than numbers. 6. Programming the Advice Taker system. The basis of the system is a way of writing computer programs to evaluate S-functions. This will be described in the following sections. In addition to the facilities for describing S-functions, there are facilities for using S-functions in programs written as sequences of statements along the lines of FORTRAN (4) or ALGOL (5). These features will not be described in this article. a.

25. Topic: Lang/lisp/
Common lisp programming for Artificial Intelligence AddisonWesley, 1989. TheArt of lisp programming Springer-Verlag, 1989. 169 pages. W. Richard Stark.
http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/lang/lisp/0.html
CMU Artificial Intelligence Repository
CMU Common Lisp Repository
lang/lisp/ bookcode/ Machine readable parts of various Lisp books code/ Lisp code for benchmarking, research, education, and fun doc/ Documentation, including standards and proposals faq/ Lisp and CLOS FAQs: Frequently Asked Questions (FAQ) postings for comp.lang.lisp and comp.lang.clos newsgroups gui/ Graphical User Interfaces (GUI) for Lisp and other graphics code. impl/ Free/Shareware Common Lisp implementations lisp/ Lisp Newsgroup Archives oop/ OOP: Code related to object-oriented programming. txt/ Online Lisp-related tech reports and papers. util/ Utilities for programming in Lisp. Origin: ftp.cs.cmu.edu:user/ai/lang/lisp/ [128.2.206.173] Author(s): Maintained by Mark Kantrowitz . Contact: lisp-utilities-request@cs.cmu.edu Keywords: Lisp, Programming Languages!Lisp Last Web update on Mon Feb 13 10:32:49 1995
AI.Repository@cs.cmu.edu

26. MNFIT215 Lisp Programming
Neste Siste Indeks Hjem Tekst. Lysbilde 1 av 26.
http://www.ifi.ntnu.no/~keithd/classes/lisp/lectures/l1/sld001.htm

27. MNFIT215 Lisp Programming
MNFIT215 lisp programming. 30.08.99. Klikk her for å starte. Innholdsfortegnelse.MNFIT215 lisp programming. IT215 lisp programming. In Support(?) of Lisp.
http://www.ifi.ntnu.no/~keithd/classes/lisp/lectures/l1/
MNFIT215 Lisp Programming
Klikk her for å starte
Innholdsfortegnelse
MNFIT215 Lisp Programming IT215 Lisp Programming In Support(?) of Lisp Why we can “get away” with a lot in LISP ... Hacker Humor Forfatter: Målfrid Rustad E-post: keithd@ifi.ntnu.no Hjemmeside: http://www.ifi.ntnu.no/~keithd/classes/lisp/index.htm

28. Lisp Books: Best Lisp And Artificial Intelligence Books
A variety of books on Common lisp programming and AI, personally chosen by an experienced developer.
http://www.apl.jhu.edu/~hall/lisp-books.html
Lisp and AI Books Here are some of my personal favorite AI and Lisp books. I can recommend all of these books from personal experience. Click on the book titles to see more information or to order them on-line. For more information on Common Lisp, see my Lisp resources page Find More Lisp Books

29. Programming In Emacs Lisp: Programming In Emacs Lisp
Programming in Emacs Lisp. Info Programmingin Emacs Lisp (An introduction) 1.05
http://www.math.s.chiba-u.ac.jp/~matsu/lisp/emacs-lisp-intro-jp.html
Top Contents Index
Programming in Emacs Lisp
`emacs-lisp-intro-1.05.tar.gz' $B$G$9!#(B $B=xJ8(B Lisp $B$C$F2?!)(B 2. $B 4. $B%P%C%U%!$K4X$9$k4v$D$+$N4X?t(B 6. $B%J%m! <%$%s%0$H%o%$%I%K%s%0(B Emacs $B$NCm0U$rFCDj$N%j! <%8%g%s$K$;$P$a$k(B car cdr cons 8. $B%F%-%9%H$N@Z$j ... the-the Appendix: $B$@$V$C$?C18l$r8+$D$1$k$K$O(B B. Kill $B%j%s%0$N07$$(B C. $B%i%Y%k$H <4$,IU$$$?%0%i%U(B Index ... About the Author
The Detailed Node Listing -
Preface
$B$3$N%F%-%9%H$rFI$`$K$"$?$C$F(B
$B$3$l$OC/$N$?$a$K=q$+$l$?$b$N$+(B Lisp $B$NNr;K(B $B=i?4 ...
1.1 Lisp $B$N%j%9%H(B
$B%j%9%H$C$F$J$"$K!)(B 1.2 $B%W%m%0%i%`$N Lisp $B$N%j%9%H$O$9$0$K 1.3 $B%(%i! <%a%C%;! ... 1.10 $B$^$H$a(B
Lisp Lists
1.1.1 Lisp $B$N%"%H%`(B
$BJ,2rIT2DG=$JB8:_(B 1.1.2 $B%j%9%H$NCf$N6uGr(B 1.1.3 GNU Emacs $B$K$h$k%j%9%H$N%?%$%W$N;Y1g(B
The Lisp Interpreter
1.5.1 $B%P%$%H%3%s%Q%$%k(B

Evaluation
1.6.1 $BFbIt$N%j%9%H$NI>2A(B
Variables <%a%C%;! <%8(B Arguments 1.8.1 $B0z?t$N%G! <%?7?(B 1.8.2 $B0z?t$K$OJQ?t$NCM$d%j%9%H$b;H$($k(B 1.8.3 $B2DJQ$J?t$N0z?t(B $B$b$N$b$"$k(B 1.8.4 $B4X?t$K4V0c$C$?7?$N0z?t$rM?$($k$H(B

30. The Programming Pages - The Top Lisp Programming Sites On The Net
4.01! Valid CSS! The Top lisp programming Sites are Votes. 1, ProgrammingTalk.comA Forum for anything programming related. 300. Vote.
http://www.programmingpages.com/index.asp?Language=25

31. The Programming Pages - The Top Lisp Programming Sites On The Net
4.01! Valid CSS! The Top lisp programming Sites are Votes. 1, ProgrammingTalk.comA Forum for anything programming related. 121. Vote.
http://www.programmingpages.com/topsite.asp?r=ptalk&Language=25

32. Good Lisp Programming Is Hard
Good lisp programming is Hard. Many Lisp enthusiasts believe thatlisp programming is easy. This is true up to a point. When real
http://www.cs.umbc.edu/www/graduate/rpg/node10.html
Next: Bad Declarations Up: Lisp's Apparent Failures Previous: The Rise of ``Worse
Good Lisp Programming is Hard
Many Lisp enthusiasts believe that Lisp programming is easy. This is true up to a point. When real applications need to be delivered, the code needs to perform well. With C, programming is always difficult because the compiler requires so much description and there are so few data types. In Lisp it is very easy to write programs that perform very poorly; in C it is almost impossible to do that. The following examples of badly performing Lisp programs were all written by competent Lisp programmers while writing real applications that were intended for deployment. I find these quite sad.

Timothy Finin
Mon Jan 6 21:25:50 EST 1997

33. Common Lisp: A Gentle Introduction To Symbolic Computation
This book provides a very good introduction to the lisp programming language for beginners. Even if you have never before programmed in any language you will be able to use this book. Although it is aimed at beginners it covers all relevant Lisp topics quite thoroughly. The entire book is online and can be downloaded in PDF format.
http://www-2.cs.cmu.edu/~dst/LispBook/
Common Lisp: A Gentle Introduction to Symbolic Computation
David S. Touretzky
This book may be distributed in hardcopy form, for non-profit educational purposes, provided that no fee is charged to the recipient beyond photocopying costs. All other rights reserved. You may not redistribute the Postscript file, e.g., you may not put a copy on another web page, or include it on a CD-ROM.
Entire book Postscript
(1.75 MB file)
Entire book PDF
(1 MB file)
Free software
accompanying this book is also available.
Materials provided by David S. Touretzky , Carnegie Mellon University.
Last modified: Sat Aug 5 01:34:14 EDT 2000

34. AutoCAD Lisp/ADS Tools
lisp programming tools (editors, checkers, corman lisp, ); Lisp/Adsprograms (not Cadalog/Cadsyst, just some goodies for europeans);
http://xarch.tu-graz.ac.at/autocad/lsp_tools/
Reini AutoCAD FAQ stdlib ... xarch
utoCAD Lisp/ADS tools
  • Lisp/ADS tools , some useful free and shareware tools for AutoLISP programmers.
    • ObjectDCL
      The next generation. See the AcadWiki entry of ObjectDCL with screenshots.
      Download
      the evaluation version.
    • Corman Lisp ARX v0.2.013 for Corman LISP . Note: [new dir]
      Some info
      Version 1.4 is released. There's no current update for the acad library yet. I might also add some basic IDispatch interface when I'll have some spare time, to allow access from VB or VLISP.
      Note: Corman Lisp 1.3 reflects CLARX version 0.2.011
      The latest lisp modules and fixes are here . There's also a big patched image with all acad fixes, which you can create also by yourself.
      [new]: my mail-archive
      For the Common Lisp Winhelp and HTML Help solutions see here
    • VLXLoad.zip by Robert Albert. A2000 doesn't package compiled lisp to ARX, it packages to VLX instead. This is better than R14 ARX but doesn't support demand-loading anymore. VLXLoad overcomes this. Use vlxload as arxload replacement. MFC ARX with sources. Some info
    • SageCLOS-Demo.zip

35. Lisp Programming Language ( 318 Human Selected Links )
Pages PZ, 4 Columns. lisp programming Language. CBEL Computer technology( 318 links, last update 26 April 2002 ) * = new links
http://www.cbel.com/lisp_programming_language/
Pages A-G 2 Columns
Pages H-O
Order by Alphabet Ordered by Theme Order by Popularity 3 Columns Pages P-Z 4 Columns
Lisp Programming Language
CBEL >> Computer technology ( 318 links, last update: 26 April 2002 )
* = new links
[Find on this page]

CMPnet TechWeb TechEncyclopedia: Lisp

CMU Artificial Intelligence Repository

Franz Inc.
...
The Association of Lisp Users: ALU

Books
ALU: Lisp Books

ANSI Common Lisp
Best Lisp Books Common Lisp: An Interactive Approach ... Paradigms of Artificial Intelligence Programming: CLOS Cetus Links: CLOS CMU Common Lisp Common Lisp Hypermedia Server: CL-HTTP Eiffel-style Design by Contract facility for CLOS ... MetaObject Protocol: MOP Compilers and Interpreters Allegro CL CLiCC (The Common Lisp to C Compiler) CLISP CMU Common Lisp (CMUCL) ... XLisp-Stat Emacs Lisp Anders Lindgren's Emacs Page AUC TeX Chen's XEmacs Lisp Hacks Dave Pearson's Emacs Stuff ... Zenirc Emacs Lisp Markup Languages Support Emacs HTML 3.2 Mode HMHTML-Menus HTML Helper Mode Html-Helper-Mode ... XSLT-Process Emacs Lisp Programming Support ANTLR Mode CC Mode David Ponce's Emacs Page Emacs Development Environment Tools ... Emacs Major Modes and Packages Emacs Lisp Programming Support (part 2) Emacs Rexx Mode Haskell Mode for Emacs Hugs mode for Emacs Ilisp ... Will Partain's collection of Haskell modes for Emacs FAQs, Help, and Tutorials

36. CMUCL Home Page
An implementation of the Common lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. Freeware
http://www.cons.org/cmucl/
FAQ Benchmarks Credits Documentation ... Freshmeat entry CMUCL : a high-performance, free Common Lisp implementation 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. Here is a summary of its main features:
  • a sophisticated native-code compiler which is capable of powerful type inferences, and generates code competitive in speed with C compilers. generational garbage collection and multiprocessing capability on the x86 ports. a foreign function interface which allows interfacing with C code and system libraries, including shared libraries on most platforms, and direct access to Unix system calls. support for interprocess communication and remote procedure calls. an implementation of CLOS, the Common Lisp Object System, which includes multimethods and a metaobject protocol. a graphical source-level debugger using a Motif interface, and a code profiler. an interface to the X11 Window System (CLX), and a sophisticated graphical widget library (Garnet).

37. LookSmart - General Lisp Programming Resources
Featured Sponsors. General lisp programming Resources. Join a user group, readFAQs, take a tutorial, and find companies using Lisp in their products.
http://www.looksmart.com/eus1/eus317831/eus317876/eus53906/eus65714/eus83170/eus

38. The Scheme Programming Language
The primary Scheme page at MIT, Scheme's birthplace. Provides a short list of implementations, some Category Computers Programming Languages Lisp Scheme......Scheme. Scheme is a statically scoped and properly tailrecursive dialectof the lisp programming language invented by Guy Lewis Steele Jr.
http://www.swiss.ai.mit.edu/projects/scheme/
Scheme
Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis Steele Jr. and Gerald Jay Sussman . It was designed to have an exceptionally clear and simple semantics and few different ways to form expressions. A wide variety of programming paradigms, including imperative, functional, and message passing styles, find convenient expression in Scheme.
MIT Scheme
MIT Scheme is a complete programming environment that runs on many unix platforms, as well as Microsoft Windows and IBM OS/2. It features a rich runtime library, a powerful source-level debugger, a native-code compiler, and an integrated Emacs-like editor.
  • MIT Scheme is available for Intel-architecture (x86) machines running GNU/Linux, FreeBSD, IBM OS/2 or Microsoft Windows 9x/ME/NT/2000/XP. MIT Scheme User Manual running and interacting with MIT Scheme. MIT Scheme Reference Manual a programmer's guide to MIT Scheme, its runtime environment and I/O facilities. NWWYW: 6.001 LA Manual how to be a Lab Assistant for the introductory programming course at MIT.
Documentation
  • The language specification: The Revised Report on the Algorithmic Language Scheme.

39. Problem With Lisp Programming
Index problem with lisp programming. From Sven Klose. Subject problemwith lisp programming. Date 22 May 2002 165159 +0200. hello
http://mail.gnu.org/archive/html/help-gnu-emacs/2002-05/msg00117.html
help-gnu-emacs Top All Lists Advanced Date Prev ... Thread Index
problem with lisp programming
From Sven Klose Subject problem with lisp programming Date 22 May 2002 16:51:59 +0200 http://www.dtnet.de/ sven.klose@bogus.example.com ">mailto: sven.klose@bogus.example.com reply via email to
[Prev in Thread] Current Thread [Next in Thread]

40. MicroSurvey Lisp Programming Extensions
MicroSurvey CAD Pro lisp programming Functions. The lisp programming extensions area set of LISP routines designed to help you customize MSCAD to your needs.
http://www.microsurvey.com/support/technotes/TechnoteLispProgrammingExtensions.h

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 2     21-40 of 119    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter