Geometry.Net - the online learning center
Home  - Basic_L - Lisp Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 128    Back | 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. Lisp and Functional Programming: Conference Proceedings, Held inNice, France, June 27-29, 1990 (Biennial Conferences Ser. : No. 6)
  2. The t Programming Language: A Dialect of Lisp by Stephen Slade, 1987
  3. Lisp, Objects and Symbolic Programming by Robert R. Kessler, 1988-02
  4. Art of Lisp Programming by Robin Jones, Clive Maynard, et all 1990-01
  5. Acm Conference on Lisp and Functional Programming, 1992
  6. The Elements of Artificial Intelligence Using Common Lisp by Steven L. Tanimoto, 1995-04
  7. On LISP: Advanced Techniques for Common LISP by Paul Graham, 1993-09-09
  8. Common Lisp by Wade L. Hennessey, 1989-03
  9. Common Lisp: An Interactive Approach (Principles of Computer Science Series) by Stuart C. Shapiro, 1991-09
  10. Common LISP Modules: Artificial Intelligence in the Era of Neural Networks and Chaos Theory by Mark Watson, 1992-12-08
  11. Computer Algebra with LISP and REDUCE: An Introduction to Computer-Aided Pure Mathematics (Mathematics and Its Applications) by F. Brackx, D. Constales, 1991-10-04
  12. Golden Common Lisp: A Hands-On Approach by David Jay Steele, 1989-11
  13. Hot Tip Harry's Favorite 200 Lisp Routines for Autocad: Plus Other Tips and Tricks to Increase Your Efficiency from the Pages of Cadalyst Magazine : The Autocad Authority
  14. The Common LISP Companion by Timothy D. Koschmann, 1990-02

41. Programming In Emacs Lisp (Second Edition) - Table Of Contents - GNU Project - F
(Second Edition) Official Free Software Foundation manual.
http://www.gnu.org/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html
Programming in Emacs Lisp (Second Edition) - Table of Contents
Free Software Foundation last updated January 1, 2002 (jpeg 21k) no gifs due to patent problems The second edition of this manual is available in the following formats: Return to GNU's home page gnu@gnu.org . Other ways to contact the FSF. Comments on these web pages to webmasters@www.gnu.org , send other questions to gnu@gnu.org Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

42. Emacs Lisp Programming Language Definition Meaning Information Explanation
Emacs lisp programming language definition, meaning and explanation and more about Emacs lisp programming language. Emacs lisp programming language.
http://www.free-definition.com/Emacs-Lisp-programming-language.html
A B C D ...
Contact

Beta 0.71 powered by:

akademie.de

PHP

PostgreSQL

Google News about your search term
Emacs Lisp programming language
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 imperative and functional programming methods. Lisp was chosen as the extension language for Emacs because of its powerful features, including the ability to treat functions as data. Writing Emacs Lisp is not the only method of customizing Emacs. Since version 20, Emacs (both GNU Emacs and XEmacs) has included a "Customize" facility which allows users to set common customization variables through a graphical interface. "Customize" works by writing Emacs Lisp code for the user, and is limited to simple customizations. Not every user needs the full degree of extensibility offered by Emacs; those that do must write their own Emacs Lisp code. Inhaltsverzeichnis 1 An Emacs Lisp Example
2 Source Code and Byte Code

3 Language Features

4 External Links
An Emacs Lisp Example
Here is a simple example of an Emacs extension written in Emacs Lisp. In Emacs, the editing area can be split into separate areas called "windows", each containing a different buffer. A buffer is, roughly speaking, a region of text loaded into Emacs' memory, which can be saved into a text document.

43. Psychological Statistics
Prof. Forrest Young. lisp programming Notes. Click below to see the programming notes used in specific classes. Functional Programming in Lisp.
http://forrest.psych.unc.edu/teaching/p285/p285pgmexmp.html

44. LookSmart - Directory - Lisp Programming Resources
lisp programming Resources Offers free compilers, online tutors, commercial tools, and manuals for the novice and advanced programmer.
http://search.looksmart.com/p/browse/us1/us317831/us317876/us53906/us65714/us831
@import url(/css/us/style.css); @import url(/css/us/searchResult1.css); Home
IN the directory this category
YOU ARE HERE Home Computing Computer Science Programming ... Common Languages
Lisp Programming Resources - Offers free compilers, online tutors, commercial tools, and manuals for the novice and advanced programmer.
Directory Categories
Directory Listings About
  • AI Programming Resources
    Contains resources for the whole artificial intelligence area, but a large portion of these are Lisp related.
    CLISP ANSI Common Lisp

    CLISP is a free Common Lisp implementation by Bruno Haible and Michael Stoll.
    CMUCL Common Lisp

    CMU implementation of Common Lisp includes a "sophisticated native code" compiler that helps optimize code.
    GNU Common Lisp

    GCL system contains C and Lisp source files to build a Common Lisp system. Supports Tk bindings. Lisp Introduction and Tutorial Comprehensive source for Lisp related books and references. Approaches issues that beginners and pros face, CLOS, and provides related links. Lisp Resources Collection of Lisp links including books, articles, companies, personal homepages and code snippets.
  • 45. Good Lisp Programming Is Hard
    Good lisp programming is Hard. Many Lisp enthusiasts believe that lisp 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

    46. CMUCL Home Page
    Implementation of Common lisp programming language, runs on most major Unix platforms, mainly conforms to ANSI CL standard; fast compiler outputs native code code of near C speed; powerful module system, data structures. 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).

    47. Lisp Programming
    Programming123.com. lisp programming. BEST BETS. September If your looking to get into lisp programming STAY AWAY from this book . I
    http://www.programming123.com/topics/lisp_programming.html
    Programming123.com lisp programming BEST BETS September, 2001
    Java and XSLT (O'Reilly Java)

    By Eric M. Burke
    15 December, 2001
    The AutoCADET's Guide to Visual LISP

    By Bill Kramer
    "I found Bill Kramer's book to be very helpful in really understanding how the lisp language for AutoCad works..." "From the very start, it discusses how to use AutoCad's Visual Lisp Integrated Design Environment, one of the best tools for helping programmers write.." 25 January, 2001
    Exploring RANDOMNESS

    By Gregory J. Chaitin
    01 December, 2001
    An Introduction to Programming in Emacs Lisp
    By Robert J. Chassell "It's a gentle but thorough introduction to using elisp..." "I do a bit of programming in other languages, but had never tried elisp..." 15 October, 2001 AutoCAD Developer's Guide to Visual LISP By Nikolai Poleshchuk "The book title is misleading - it calls itself a 'developer's guide to visual lisp' when in fact, 36 pages (less than 10% of the book) is dedicated to that topic..." "Almost 200 pages of the book goes over the main AutoLisp functions - but hey, I've got an AutoCAD 14 book that explains that topic better..." 21 June, 2002

    48. Caltech Computer Science Technical Reports - A LISP Programming Exercise
    A lisp programming Exercise. Van de Snepscheut, Jan LA (1992) A lisp programming Exercise. http//resolver.caltech.edu/CaltechCSTR1992.cstr-91-04.
    http://caltechcstr.library.caltech.edu/archive/00000095/
    Caltech Computer Science Technical Reports Home About Browse Search ... Help
    A LISP Programming Exercise
    Van de Snepscheut, Jan L. A. A LISP Programming Exercise. Technical Report California Institute of Technology Full text available as: Postscript - Requires a viewer, such as GhostView
    Abstract
    We present the derivation of a solution to a LISP programming exercise. The derivation is in three steps. First, an inefficient solution is given. Second, the quintessence of a more efficient solution is captured in a number of equalities. Third, an efficient solution is derived from the inefficient one by a number of transformation steps, each of which is justified by the equalities. EPrint Type: Monograph (Technical Report) Subjects: All Records ID Code: Deposited By: Caltech Library System Deposited On: 25 April 2001 Record Number: CaltechCSTR:1992.cs-tr-91-04 Official Persistent URL: http://resolver.caltech.edu/CaltechCSTR:1992.cs-tr-91-04 Usage Policy: You are granted permission for individual, educational, research and non-commercial reproduction, distribution, display and performance of this work in any format. Archive Staff Only: edit this record
    Contact Information

    49. Programming In Emacs Lisp
    Programming in Emacs Lisp. Node Top, Next Preface, Previous (dir), Up (dir). An Introduction to Programming in Emacs Lisp. This
    http://www.rattlesnake.com/intro/
    Programming in Emacs Lisp
    Short Contents
    Table of Contents
    • An Introduction to Programming in Emacs Lisp
    • Preface Node: Top , Next: Preface , Previous: (dir) , Up: (dir)
      An Introduction to Programming in Emacs Lisp
      This is an Introduction to Programming in Emacs Lisp , for people who are not programmers.
      Edition 2.12, 2003 Nov 19
      Published by the: GNU Press, Website: http://www.gnupress.org a division of the General: press@gnu.org Free Software Foundation, Inc. Orders: sales@gnu.org 59 Temple Place, Suite 330 Tel: +1 (617) 542-5942 Boston, MA 02111-1307 USA Fax: +1 (617) 542-2652
      ISBN 1-882114-43-4 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; there being no Invariant Section, with the Front-Cover Texts being "A GNU Manual", and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled "GNU Free Documentation License". (a) The FSF's Back-Cover Text is: "You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development."

    50. Lisp Programming Interface
    Chapter 10. lisp programming Interface. pg.el is a socketlevel interface to Postgres for emacs. Author Written by Eric Marsden
    http://www.physiol.ox.ac.uk/Computing/Online_Documentation/postgresql/lisp.html
    PostgreSQL 7.1.2 Documentation Prev Next
    Chapter 10. Lisp Programming Interface
    pg.el is a socket-level interface to Postgres for emacs. Author: Written by Eric Marsden emarsden@mail.dotcom.fr on 1999-07-21 pg.el is a socket-level interface to Postgres for emacs (text editor extraordinaire). The module is capable of type coercions from a range of SQL types to the equivalent Emacs Lisp type. It currently supports neither crypt or Kerberos authentication, nor large objects. The code (version 0.2) is available under GNU GPL from Eric Marsden Changes since last release:
    • added functions to provide database metainformation (list of databases, of tables, of columns) arguments to `pg:result' are now :keywords MULE-resistant more self-testing code
    Please note that this is a programmer's API, and doesn't provide any form of user interface. Example: Prev Home Next DB-API Interface Up Server Programming

    51. AutoCAD Lisp/ADS Tools
    lisp programming tools (editors, checkers, corman lisp, ); Lisp/Ads programs (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

    52. Portable Lisp Programming
    next contents root Next Contents Contents Portable lisp programming. Gene Michael Stover. created 13 April 2004 updated 14 April 2004.
    http://www.lisp-p.org/plp/
    Next: Contents Contents
    Portable Lisp Programming
    Gene Michael Stover created 13 April 2004
    updated 14 April 2004

    Gene Michael Stover 2004-05-01

    53. Experts In: LISP Programming Language
    Search Results for lisp programming language Definition A highlevel programming language where objects are manipulated rather than numbers.
    http://biospace.intota.com/multisearch.asp?mode=&strSearchType=all&strQuery=LISP

    54. Help-Site: Lisp Programming Computer Help
    lisp programming. Search. Sites. Common Lisp Resources 13 Dec 2002 Tutorials, FAQs, example code, download sites, and other Common lisp programming resources.
    http://help-site.com/c.m/prog/lang/lisp/
    [Main Index] -> [Programming] -> [Programming Languages] [Directory] [Forums] Lisp programming
    Search
    options ANSI Common LISP Other Lisp programming books to buy at Amazon.
    Sites
    Common Lisp Resources [13 Dec 2002]
    Tutorials, FAQs, example code, download sites, and other Common Lisp programming resources.
    If you can't find the help you are looking for on the main site you can now visit the new Help-Site Forums to ask for help. Save 10% on high-quality Crucial RAM. Order online at Crucial's factory-direct Web site. Crucial Technology, The Memory Experts. [New Links]
    [Add Url]
    [About]

    55. PostgreSQL 7.1 Documentation (Lisp Programming Interface)
    Chapter 10. lisp programming Interface. pg.el is a socketlevel interface to Postgres for emacs. Author Written by Eric Marsden
    http://www.postgresql.org/docs/7.1/interactive/lisp.html
    Download Mirrors Lists Users ... Search Search this document set:
    PostgreSQL 7.1 Documentation Prev Next
    Chapter 10. Lisp Programming Interface
    pg.el is a socket-level interface to Postgres for emacs. Author: Written by Eric Marsden emarsden@mail.dotcom.fr on 1999-07-21 pg.el is a socket-level interface to Postgres for emacs (text editor extraordinaire). The module is capable of type coercions from a range of SQL types to the equivalent Emacs Lisp type. It currently supports neither crypt or Kerberos authentication, nor large objects. The code (version 0.2) is available under GNU GPL from Eric Marsden Changes since last release:
    • added functions to provide database metainformation (list of databases, of tables, of columns) arguments to `pg:result' are now :keywords MULE-resistant more self-testing code
    Please note that this is a programmer's API, and doesn't provide any form of user interface. Example: Prev Home Next DB-API Interface Up Server Programming
    Please use this form to add your own comments.
    Please note, this is

    56. PostgreSQL 7 Documentation (Lisp Programming Interface)
    Chapter 59. lisp programming Interface. pg.el is a socketlevel interface to Postgres for emacs. Author Written by Eric Marsden on 21 Jul 1999.
    http://www.postgresql.org/docs/7/interactive/lisp.htm
    Download Mirrors Lists Users ... Search Search this document set:
    PostgreSQL Prev Next
    Chapter 59. Lisp Programming Interface
    pg.el is a socket-level interface to Postgres for emacs. Author: Written by Eric Marsden on 21 Jul 1999. pg.el is a socket-level interface to Postgres for emacs (text editor extraordinaire). The module is capable of type coercions from a range of SQL types to the equivalent Emacs Lisp type. It currently supports neither crypt or Kerberos authentication, nor large objects. The code (version 0.2) is available under GNU GPL from Eric Marsden Changes since last release:
    • added functions to provide database metainformation (list of databases, of tables, of columns) arguments to `pg:result' are now :keywords MULE-resistant more self-testing code
    Please note that this is a programmer's API, and doesn't provide any form of user interface. Example: Prev Home Next Further Reading Up Developer's Guide
    Please use this form to add your own comments.
    Please note, this is not a support forum, and your IP address will be logged.

    57. Free Software Directory: LISP Programming Language
    FSF / UNESCO Free Software Directory. 2,998 packages indexed. Up . Top Software development Programming languages lisp programming language.
    http://gnu.fyxm.net/directory/devel/prog/LISP_programming_language/
    FSF UNESCO Free Software Directory
    2,998 packages indexed Top Software development Programming languages LISP programming language ACDK - [LGPL] - 2003-07-01
    Java-like C++ framework with scripting and distributed components - [The GNU General Public License, Version 2] - 2003-07-16
    Programming language for modelling computer systems and proving properties of those models CLISP - [The GNU General Public License, Version 2] - 2004-03-19
    ANSI Common Lisp compiler, debugger, and interpreter CMUCL - [PublicDomain] - 2002-05-24
    Free implementation of Common LISP Elib - [The GNU General Public License, Version 2] - 2002-02-28
    Library of Emacs LISP functions Garnet - [PublicDomain] - 2002-06-03
    Graphical toolkit for LISP GCL - [LGPL] - 2004-02-09
    Compiler and interpreter for Common Lisp GOOPS - [The GNU General Public License, Version 2 or later] - 2002-01-24
    Object-oriented extension to 'guile' Kawa - [Kawa] - 2002-04-11
    Scheme and Emacs Lisp on a Java VM LISA - [LGPL] - 2002-06-03
    Platform for developing Lisp-based Intelligent Software Agents Lush - [The GNU General Public License, Version 2 or later] - 2004-02-02

    58. Sawfish Programming Manual
    NodeTop, NextCopying, Previous(dir), Up(dir). This document describes the lisp programming interface to sawfish , an extensible X11 window manager.
    http://sawmill.sourceforge.net/prog-manual.html
    Node: Top , Next: Copying , Previous: (dir) , Up: (dir)
    This document describes the Lisp programming interface to sawfish , an extensible X11 window manager. This is Edition 0.6 of its documentation, last updated 12 December 1999 for Sawfish version 0.19.

    59. Common Lisp Information (lisp Programming )
    1992) ANSI Common Lisp by Paul Graham (1996) combines an introduction to lisp programming, and a convenient, upto-date reference manual for ANSI common lisp.
    http://www.programming-x.com/programming/common-lisp.html
    programming-x.com
    common lisp Information
    Examples of Programs in Different Programming Languages
    Compares 129 (or 157?) languages, via 418 code samples, and growing.
    program-examples (e.g.. Hello World, faculty) in different (programming-) languages
    Reasons for TOM

    TOM attempts to address flaws in these languages: C++, Cecil, common lisp , Eiffel, Java, Objective-C, Smalltalk.
    Garnet Toolkit FAQ

    Frequently Asked Questions about Garnet user interface development environment for common lisp and X11 or Macintosh developed by User Interface Software Group, Human-Computer Interaction Institute, Carnegie Mellon University.
    DeltaBlue code archive

    For incremental dataflow constraint solver, implemented in varied languages, each in a subdirectory named after the language: C DEC, C SUN4; common lisp , Smalltalk.
    Franz Inc.

    Producers of Allegro CL and related products Franz Inc is the Leader in Dynamic Object Oriented Programming. Successful Lisp: How to Understand and Use Common Lisp Excellent online book by David B. Lamkins about beginning to learn common lisp Screamer Tool Repository common lisp extension, adds support for nondeterministic programming, and on this substrate, provides full constraint programming language to formulate and solve mixed systems of numeric and symbolic constraints. Description, download.

    60. Guru.com - Lisp Programming
    At Guru.com, connect with thousands of professionals relating to your search lisp programmingFree! home lisp programming. lisp programming.
    http://www.guru.com/freelance-jobs.cfm/2354/Lisp programming

    login
    search my admin contact us ...
    home
    : lisp programming
    Lisp programming
    Are you looking for Lisp programming?

    Guru.com has thousands of professionals relating to your Lisp programming search.
    Connect with pros locally, nationally, globallyFree!
    I am an EMPLOYER
    seeking
    Lisp programming
    professionals. I am a PROFESSIONAL seeking Lisp programming project works. Guru home Employers- find pros Professionals- find work Search ... TERMS OF SERVICE

    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 3     41-60 of 128    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

    free hit counter