Geometry.Net - the online learning center
Home  - Basic_L - Lisp Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 128    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. An Introduction And Tutorial For Common Lisp
Resources, references, tutorials, and books on Common Lisp. Here are some of my personal favorite Lisp, AI Programming, and general AI texts Basic Common lisp programming. No AI Slant Moderately FastPaced ANSI Common Lisp by Paul Graham
http://www.apl.jhu.edu/~hall/lisp.html
An Introduction and Tutorial for Common Lisp
This document provides a small set of resources and references on Common Lisp. It was originally prepared for students in the Part-Time MS Program in Computer Science at the Johns Hopkins University. This document is not evolving as fast as it once was since much of my time is now spent doing Java work. Nevertheless, please send corrections/suggestions to Marty Hall (hall@apl.jhu.edu). The original of this document is at http://www.apl.jhu.edu/~hall/lisp.html. Note that some of the documents are in PostScript. If your WWW browser cannot display PostScript, they can still be saved and printed.
Table of Contents
Lisp-Related Books
Here are some of my personal favorite Lisp, AI Programming, and general AI texts. I can recommend all of them from personal experience. Click on the titles to see more information or to order them on-line. Find More Books
  • Basic Common Lisp Programming
    • No AI Slant: Moderately Fast-Paced: ANSI Common Lisp by Paul Graham . The best introduction to Common Lisp as a general-purpose programming language. A bit hard going for inexperienced programmers, however.

3. The Lisp Programming Language
The lisp programming Language. LISP Books, good reads This web site has some interesting Common lisp programming Language books that could possibly aid you.
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. Common Lisp Info
The Common lisp programming Language. " The programming language of choice for those who set out to solve Common Lisp is ANSI standard language X3.2261994, available for web
http://common-lisp.info/
This page still under construction. Interim information follows.
The Common Lisp Programming Language
"The programming language of choice for those who set out to solve the world's very hardest problems." Common Lisp is ANSI standard language , available for web viewing as the Common Lisp HyperSpec Think of Lisp as an alternative to or refuge from "commodity" languages like Java, C. and C++, especially for your most complex and difficult projects. The Lisp language family was originally designed four decades ago to aid the then-nascent Artificial Intelligence industry, and has proven itself over the interim to be a powerful ally in tackling the world's most difficult kinds of problems:
  • problems that involve planning, problem solving, and learning problems whose specifications are ill-defined or change dynamically problems that involve qualitative reasoning problems involving heterogeneous data or considerable amounts of potentially erroneous data that must be sifted and repaired
  • problems that require very fast time to market problems that must manage complex control flow, including sophisticated error handling

5. 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
Introduction
InteLib is a library of C++ classes which lets you do Lisp programming within your C++ program even without any additional preprocessing, without all those calling conventions etc. You can write a C++ code (that is, a code which is accepted by your C++ compiler) thinking in a "Lisp mode" and the code you write will look much like Lisp code altough it will be pure C++. To give you the essential feeling, the following example is provided. (defun isomorphic (tree1 tree2) (cond ((atom tree1) (atom tree2)) ((atom tree2) NIL) (t (and (isomorphic (car tree1) (car tree2)) (isomorphic (cdr tree1) (cdr tree2)) )))) Just a Lisp function, isn't it? Now look at the following code: Obviously the code is just the same, the syntax changed a bit, but it's still the same. Well, do I surprise you if I say it is C++ code? If you don't believe, look at the following: Well, this code is a complete C++ module and it

6. The Lisp Programming Language: Craps Simulation!
The lisp programming Language. This program demonstrates the functional style of programming that can be achieved, using the lisp programming language.
http://www.engin.umd.umich.edu/CIS/course.des/cis400/lisp/craps.html
The Lisp Programming Language
Craps Simulation! Example Program
Click below to go directly to a specific section:
Description
Source Code Sample Run Program Notes This program demonstrates the functional style of programming that can be achieved, using the Lisp programming language. There is only one assignment statement throughout the source code, everything else was accomplished using the return value from each function. Each time the function CRAPS is called, a line of output detailing the result of the roll, is shown.
Source Code
Visual Basic Calculator Program
  • Due to it's length, please click View Source Code in order to see it.
  • Click here to download the source code.
Sample Run
Program Notes
Last modified: 05:30 PM on 11/18/1996 by Rachelle Tustanowski

7. ALU: Learning Lisp
is a also a guide to lisp programming style which comes from the Lisp FAQ electronic correspondence course called Introduction to Common lisp programming for artificial intelligence
http://www.alu.org/table/learn.htm
Learning Lisp
search
site map

navigate

about
... style The basic concepts of Lisp are easily mastered. Some computer science courses don't "teach" Lisp at all, but allow the students to pick it up from class examples. Most of the work of mastering Lisp comes from learning the large libraries of utilites available to Lisp programmers. This website gives information mostly about Common Lisp. (See also, related languages .) This site gives listings of books reference material , and other resources . There is a also a guide to Lisp programming style which comes from the Lisp FAQ (a listing of Frequently Asked Questions, and their answers). Below, we list some book categories courses , and on-line tutrorials To get your feet wet, here's some classic code:
Books
Courses

8. CSC4510 - LISP Programming Tutorial Notes
next Next Introduction. CSC4510 lisp programming Tutorial Notes. Sau-Ming LAU All rights reserved. Introduction The bowls analogy;
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

Please read the in regard to the materials in this personal home page.

9. ANSI Common Lisp
ANSI Common Lisp combines an introduction to lisp programming, and a convenient, upto-date reference manual for ANSI Common Lisp.
http://www.paulgraham.com/acl.html
ANSI Common Lisp combines an introduction to Lisp programming, and a convenient, up-to-date reference manual for ANSI Common Lisp. Beginners will find that its careful explanations and interesting examples make Lisp programming easy to learn. Professional programmers will appreciate its thorough, practical approach.
Prentice Hall, 1995, 432 pages, paperback. ISBN 0133708756.
Buy at Amazon
  • An up-to-date reference manual for ANSI Common Lisp.
  • An in-depth look at object-oriented programming. Explains the Common Lisp Object System (CLOS), and also shows how to write your own object-oriented language.
  • Over 20 substantial examples, including programs for ray-tracing, text generation, pattern-matching, logical inference, generating HTML, sorting and searching, file I/O, compression, and date arithmetic.
  • Special attention to critical concepts, including prefix syntax, code vs. data, recursion, functional programming, types, implicit pointers, dynamic allocation, closures, macros, class precedence, and generic functions vs. message-passing.
  • A complete guide to optimization.

10. 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.ai.mit.edu/docs/articles/good-news/subsection3.2.2.html

11. Stylish Lisp Programming Techniques
Stylish lisp programming techniques. I hope this provides some insight into the nature of clean, elegant lisp programming techniques. Olin Shivers.
http://www.ai.mit.edu/~shivers/newstyle.html

12. ALU: Lisp Programming Style
lisp programming Style. search. site map. navigate. about Here are some general suggestions/notes about improving lisp programming style, readability, correctness and efficiency
http://www.alu.org/table/style.htm
Lisp Programming Style
search
site map

navigate

about
... style Here are some general suggestions/notes about improving Lisp programming style, readability, correctness and efficiency. These are written by Mark Kantrowitz and Barry Margolin and come from the Lisp FAQ In addition, Hallvard Tretteberg's Lisp Style Guide covers some of the same material. There are also several books that cover Lisp programming style
General Programming Style Rules
Often Misused Operators
Readability ...
Correctness and Efficiency Issues
General Programming Style Rules
  • Write short functions, where each function provides a single, well-defined operation. Small functions are easier to read, write, test, debug, and understand.
  • Use descriptive variable and function names. If it isn't clear from the name of a function or variable what its purpose is, document it with a documentation string and a comment. In fact, even if the purpose is evident from the name, it is still worth documenting your code.
  • Don't write Pascal (or C) code in Lisp. Use the appropriate predefined functions look in the index to CLtL2, or use the APROPOS and DESCRIBE functions. Don't put a close parenthesis on a line by itself this can really irritate programmers who grew up on Lisp. Lisp-oriented text editors include tools for ensuring balanced parentheses and for moving across pairs of balanced parentheses. You don't need to stick comments on close parentheses to mark which expression they close.

13. The Scheme Programming Language
tailrecursive dialect of the lisp programming language invented by Guy Lewis Steele A wide variety of programming paradigms, including imperative, functional, and message passing
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/GNU Scheme
MIT/GNU 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/GNU Scheme is available for Intel-architecture (x86) machines running GNU/Linux, FreeBSD, IBM OS/2 or Microsoft Windows 9x/ME/NT/2000/XP. NWWYW: 6.001 LA Manual how to be a Lab Assistant for the introductory programming course at MIT.
Documentation

14. ALU: Lisp Programming Style
lisp programming Style. Here are some general suggestions/notes about improving lisp programming style, readability, correctness and efficiency.
http://www.lisp.org/table/style.htm
Lisp Programming Style
search
site map

navigate

about
... style Here are some general suggestions/notes about improving Lisp programming style, readability, correctness and efficiency. These are written by Mark Kantrowitz and Barry Margolin and come from the Lisp FAQ In addition, Hallvard Tretteberg's Lisp Style Guide covers some of the same material. There are also several books that cover Lisp programming style
General Programming Style Rules
Often Misused Operators
Readability ...
Correctness and Efficiency Issues
General Programming Style Rules
  • Write short functions, where each function provides a single, well-defined operation. Small functions are easier to read, write, test, debug, and understand.
  • Use descriptive variable and function names. If it isn't clear from the name of a function or variable what its purpose is, document it with a documentation string and a comment. In fact, even if the purpose is evident from the name, it is still worth documenting your code.
  • Don't write Pascal (or C) code in Lisp. Use the appropriate predefined functions look in the index to CLtL2, or use the APROPOS and DESCRIBE functions. Don't put a close parenthesis on a line by itself this can really irritate programmers who grew up on Lisp. Lisp-oriented text editors include tools for ensuring balanced parentheses and for moving across pairs of balanced parentheses. You don't need to stick comments on close parentheses to mark which expression they close.

15. 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.

16. ALU: Learning Lisp
Courses. The Open University offers a sort of electronic correspondence course called Introduction to Common lisp programming for artificial intelligence;
http://www.lisp.org/table/learn.htm
Learning Lisp
search
site map

navigate

about
... style The basic concepts of Lisp are easily mastered. Some computer science courses don't "teach" Lisp at all, but allow the students to pick it up from class examples. Most of the work of mastering Lisp comes from learning the large libraries of utilites available to Lisp programmers. This website gives information mostly about Common Lisp. (See also, related languages .) This site gives listings of books reference material , and other resources . There is a also a guide to Lisp programming style which comes from the Lisp FAQ (a listing of Frequently Asked Questions, and their answers). Below, we list some book categories courses , and on-line tutrorials To get your feet wet, here's some classic code:
Books
Courses

17. John McCarthy
Inventor of the lisp programming language, arguably the oldest language in active use today (and a likely candidate for oldest highlevel language overall, in competition with Fortran)
http://www-formal.stanford.edu/jmc/
John McCarthy's Home Page
I'm Professor Emeritus (as of 2001 Jan 1) of Computer Science at Stanford University and here's more about me including addresses. If you like frames try this [courtesy of Tim McCarthy
What's new?
It occurs to me that those who have already looked at this web page might not want to slog through all of it on the chance that something newly installed might interest them. If you've looked at the page before, then look at this dated list. Dates start in 1995 July. I sometimes miss one or two. THE ROBOT AND THE BABY is a science fiction story. Maybe I'll try to publish it conventionally. Do you think I should? INTRODUCTORY My goal is get all my papers and many of my notes into a form reachable from this page. If any of the papers here are listed as references, I would be grateful if the URLs were given along with the printed references. Some are available only as Web documents and will remain that way. Please include them as references if you would reference a printed document with the same content. The Sustainability of Human Progress
Many people, including many scientists, mistakenly believe that human progress, in the form it has taken in the last few hundred years, is unsustainable. The sustainabililty page and its subsidiaries attempt to summarize the scientific basis for technological optimism. There is also a section discussing related ideological phenomena and the advocacy politics to which ideologies have given rise.

18. M.Hiroi's Home Page / Xyzzy Lisp Programming
geocities.co.jp/SiliconValleyOakland/1680/ xyzzy lisp programming. Home X68000 Tcl/Tk xyzzy Lisp Puzzle Prolog . CONTENTS.
http://www.geocities.co.jp/SiliconValley-Oakland/1680/xyzzy_lisp.html
M.Hiroi's Home Page
http://www.geocities.co.jp/SiliconValley-Oakland/1680/
xyzzy Lisp Programming
Home Tcl/Tk Puzzle Prolog
CONTENTS
xyzzy ‚Í ‹Tˆä“N–펁 ‚ªì¬‚³‚ꂽ Emacs Œn‚̃GƒfƒBƒ^‚Å‚·B xyzzy ‚É“‹Ú‚³‚ê‚Ä‚¢‚é Lisp (ˆÈŒã xyzzy Lisp ‚Æ‹Lq) ‚́ALisp ‚Ì•W€‚Å‚ ‚é Common Lisp ‚ɏ€‹’ ‚µ‚Ä‚¢‚é—D‚ꂽˆ—Œn‚Å‚·B ‚±‚Ì xyzzy Lisp ‚ðŽg‚Á‚āA Lisp ‚ŃvƒƒOƒ‰ƒ~ƒ“ƒO‚ðŠy‚µ‚à‚¤ Lisp ‚͏‰‚ß‚Ä‚Æ‚¢‚¤•û‚Í Common Lisp “ü–å u‚¨‹CŠy‚²‚­‚ç‚­ƒvƒƒOƒ‰ƒ~ƒ“ƒO“ü–å Lisper ‚Ö‚Ì“¹ v ‰½‚©‚²—v–]‚ª‚ ‚è‚Ü‚µ‚½‚çAƒQƒXƒgƒuƒbƒN‚⃁[ƒ‹‚Å‚¨‹CŒy‚É‚¨’m‚点‚­‚¾‚³‚¢‚Ü‚¹B
œŒ —˜E–Ɛӎ–€‚È‚Ç
wxyzzy Lisp Programming (Common Lisp “ü–å, “Ç‚Ý•¨) x ‚Ì’˜ìŒ ‚Í•MŽÒuLˆä½ (Makoto Hiroi) v‚ª•ÛŽ‚µ‚Ü‚·B –³’fŽg—p‚â–³’f“]Ú‚Í‹ÖŽ~‚¢‚½‚µ‚Ü‚·B note
‹TˆäŽ‚É‚æ‚é‚ƁA€‹’“x‚Í‚¹‚¢‚º‚¢ 6 Š„’ö“x‚¾‚»‚¤‚Å‚·B Common Lisp ‚ÌŽd—l‚Í‹‘å‚Ȃ̂ŁA‚½‚Æ‚¦‚UŠ„‚¾‚Æ‚µ‚Ä‚à¦‚¢‚±‚Æ‚Å‚·B
Common Lisp “ü–å
ŽQl•¶Œ£
[3] Guy L. Steele Jr., wCOMMON LISP ‘æ 2 ”Łx, ‹¤—§o”Å, 1991

19. CLiki : Gentoo
Provides information about supported implementations of the lisp programming language.
http://www.cliki.net/gentoo
CL iki the common lisp wiki
Home
Recent Changes About CLiki Text Formatting ... Create New Page
Gentoo
Similar to Debian the Gentoo Linux distribution also offers a lot of Common Lisp software pre-packaged and ready to use. Here is a list. The packages are based on Debian's Common-Lisp-Controller and most of the ports where done by Matthew Kennedy Common Lisp Implementations * support for Common Lisp Controller Other Lisp-like Implementations
  • Lush
Helping out with Common Lisp in Gentoo If you are a Gentoo user with a good knowledge of both Common Lisp and the Gentoo ebuild system (especially the dev-lisp/ category), please consider becoming a Gentoo developer to assist in its maintenance. Contact Matthew Kennedy if interested. Suggestions/Criticism/Wishlist
  • garnet is not available on portage ?
This page is linked from: common-lisp-controller Matthew Kennedy SLIME-HOWTO Stefan Scholl ... View source

20. M.Hiroi's Home Page / Xyzzy Lisp Programming
M.Hiroi s Home Page http//www.geocities.co.jp/SiliconValleyOakland/1680/ xyzzy lisp programming. Common Lisp . PrevPage xyzzy Lisp NextPage .
http://www.geocities.co.jp/SiliconValley-Oakland/1680/xyzzy_lisp/abclisp01.html
M.Hiroi's Home Page
http://www.geocities.co.jp/SiliconValley-Oakland/1680/
xyzzy Lisp Programming
Common Lisp “ü–å
xyzzy Lisp NextPage
Lisp ‚̃XƒXƒ
xyzzy ‚Í‹Tˆä“N–펁‚ªì¬‚³‚ꂽƒGƒfƒBƒ^‚Å‚·B‚±‚̃GƒfƒBƒ^‚͈ꌩ‚·‚é‚Æ Emacs Œn‚Æ“¯‚¶‚Å‚·‚ªA‚±‚Ì‚Ù‚©‚É 2 ‰æ–ÊŒ^ƒtƒ@ƒCƒ‰[‚ð”õ‚¦A“‹Ú‚³‚ê‚Ä‚¢‚é Lisp ƒCƒ“ƒ^ƒvƒŠƒ^ (xyzzy Lisp) ‚Í Lisp ‚Ì•W€‚Å‚ ‚é Common Lisp ‚ɏ€‹’‚µ‚Ä‚¢‚é‚ȂǁA”‘½‚­‚Ì“Á’¥‚ð”õ‚¦‚Ä‚¢‚Ü‚·B ‚»‚µ‚āALisp ‚ð‚·‚·‚ß‚éÅ‘å‚Ì——R‚ªAƒvƒƒOƒ‰ƒ~ƒ“ƒO‚ªŠÈ’P‚Å‚Æ‚Ä‚à–Ê”’‚¢‚©‚ç‚Å‚·B­‚µ•×‹­‚µ‚½‚¾‚¯‚ŁAƒvƒƒOƒ‰ƒ€‚ðì‚邱‚Æ‚ª‚Å‚«‚é‚悤‚É‚È‚è‚Ü‚·BEmacs Lisp ‚ÍŽd—l‚ª‹ŒŽ®‚È‚½‚ߏ­XŽg‚¢‚É‚­‚¢‚Æ‚±‚낪‚ ‚è‚Ü‚·‚ªAxyzzy Lisp ‚È‚ç‚Αåä•v‚Å‚·B—DG‚ȏˆ—Œn‚ªg‹ß‚É‚ ‚é‚Ì‚Å‚·‚©‚çA‚±‚ê‚ð‹@‰ï‚É Lisp ‚̐¢ŠE‚É‘«‚𓥂ݓü‚ê‚Ä‚Ý‚Ü‚µ‚傤B
‚³‚Á‚»‚­ƒvƒƒOƒ‰ƒ~ƒ“ƒO
œÅ‰‚Í Hello, World
œLisp ‚ł̓ŠƒXƒg‚ªŽå–ð
ƒŠƒXƒg (list) ‚Æ‚¢‚¢‚Ü‚·BƒJƒbƒR‚Í”¼Šp‚Å‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñBLisp ‚Í LIS t P ƒAƒgƒ€ (atom) ‚Æ‚¢‚¢‚Ü‚·B ƒŠƒXƒg‚͉ݕ¨—ñŽÔ‚É‚½‚Æ‚¦‚é‚Æ‚í‚©‚è‚â‚·‚¢‚Å‚µ‚傤BLisp ‚ł́AŽÔ—¼‚É‘Š“–‚·‚é‚à‚Ì‚ð ƒRƒ“ƒXƒZƒ‹ (cons cell) CARiƒJ[j ‚Æ‚¢‚¤êŠ‚ƁA˜AŒ‹Ší‚É‘Š“–‚·‚é CDRiƒNƒ_[j ‚Æ‚¢‚¤êŠ‚ª‚ ‚è‚Ü‚·B ŠÖ” (function) ŠÖ”‚Í•K‚¸ŽÀsŒ‹‰Ê‚ð•Ô‚µ‚Ü‚·BÅ‰‚Ì—á‚ł́Anil ‚ªŠÖ” format ‚Ì•Ô‚è’l‚Å‚·BHello, World ‚Í format ‚Ì“­‚«‚ʼnæ–ʂ֏o—Í‚³‚ꂽƒf[ƒ^‚ŁAŠÖ”‚Ì•Ô‚è’l‚Å‚Í‚ ‚è‚Ü‚¹‚ñB‚‚܂èAformat ‚̓f[ƒ^‚ðo—Í‚·‚éŠÖ”‚È‚Ì‚Å‚·B

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

free hit counter