URL: https://linuxfr.org/users/camille_b/journaux/bibliographie-lisp Title: Bibliographie lisp Authors: Camille_B Date: 2007年07月16日T20:10:17+02:00 Tags: Score: 1 Je viens de réaliser une petite bibliographie sur LISP pour mon site. Je me suis dit que cela pouvait peut-être vous intéresser alors je la reproduit dans ce journal. **Histoire de Lisp** _[http://www8.informatik.uni-erlangen.de/html/lisp/histlit1.ht(...)](http://www8.informatik.uni-erlangen.de/html/lisp/histlit1.html)_, ** Early LISP History (1956-1959)**L'histoire de LISP de 1956 à 1959 _[http://www.cs.umbc.edu/331/resources/papers/Evolution-of-Lis(...)](http://www.cs.umbc.edu/331/resources/papers/Evolution-of-Lisp.pdf)_, **The Evolution of Lisp : **L'histoire de LISP de 1960 à 1990 _[http://www.paulgraham.com/jargon96.html](http://www.paulgraham.com/jargon96.html)_, **Lisp dans le Jargon File : **LISP en quelques lignes _[http://lib.store.yahoo.net/lib/paulgraham/jmc.lisp](http://lib.store.yahoo.net/lib/paulgraham/jmc.lisp)_, **The original Lisp translated into CL. : ** La version originale de LISP en Common Lisp _[http://www-formal.stanford.edu/jmc/recursive/recursive.html](http://www-formal.stanford.edu/jmc/recursive/recursive.html)_, **Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I : **Le célèbre article de McCarthy présentant son langage : LISP. **Réflexions sur LISP** _[http://www.defmacro.org/ramblings/lisp.html](http://www.defmacro.org/ramblings/lisp.html)_, **The Nature of Lisp : **Un article brillant. _[http://www.paulgraham.com/diff.html](http://www.paulgraham.com/diff.html)_, **What Made Lisp Different** Introduction à LISP _[http://www.paulgraham.com/rootsoflisp.html](http://www.paulgraham.com/rootsoflisp.html)_, ** The Roots of Lisp : **Une courte et intelligente introduction à LISP. _[http://www.labri.fr/perso/strandh/Teaching/MTP/Common/Book/H(...)](http://www.labri.fr/perso/strandh/Teaching/MTP/Common/Book/HTML/programmation.html)_, **Traité de programmation en Common Lisp** _[http://www.gigamonkeys.com/book/](http://www.gigamonkeys.com/book/)_, **Practical Common Lisp** _[http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html](http://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html)_, **Common Lisp the Language, 2nd Edition** _[http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/i(...)](http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html)_Common Lisp: A Gentle Introduction to Symbolic Computation _[http://lib.store.yahoo.net/lib/paulgraham/acl2.txt](http://lib.store.yahoo.net/lib/paulgraham/acl2.txt)_, **ANSI Common Lisp, chapter 2** **Plus loin dans LISP** _[http://www.paulgraham.com/onlisptext.html](http://www.paulgraham.com/onlisptext.html)_, **On Lisp**Comment devenir un meilleur programmeur en lisp. _[http://www.cs.auckland.ac.nz/CDMTCS/chaitin/lisp.html](http://www.cs.auckland.ac.nz/CDMTCS/chaitin/lisp.html)_, **Elegant LISP Programs** _[http://www.nhplace.com/kent/PS/Hindsight.html](http://www.nhplace.com/kent/PS/Hindsight.html)_, **Accelerating Hindsight, Lisp as a Vehicle for Rapid Prototyping** **Théorie de la programmation avec LISP** _[http://www.htdp.org/](http://www.htdp.org/)_, **How to Design Programs : **basé sur Scheme. _[http://mitpress.mit.edu/sicp/](http://mitpress.mit.edu/sicp/)_, **Structure and Interpretation of Computer Programs : **Un des meilleurs cours de programmation ; le meilleur cours sur Scheme. **Emacs LISP** _[http://www.gnu.org/software/emacs/emacs-lisp-intro/](http://www.gnu.org/software/emacs/emacs-lisp-intro/)_, **Introduction to Emacs LISP programming : **La plus complète introduction à ce langage à ce jour. _[http://www.gnu.org/software/emacs/manual/elisp.html](http://www.gnu.org/software/emacs/manual/elisp.html)_, **GNU Emacs LISP reference manual :**la bible du programmeur en emacs lisp. _[http://tiny-tools.sourceforge.net/emacs-code-body.html](http://tiny-tools.sourceforge.net/emacs-code-body.html)_, **Emacs Lisp coding thoughts :**de bons conseils de programmation en Emacs LISP. _[http://www.emacswiki.org/cgi-bin/wiki](http://www.emacswiki.org/cgi-bin/wiki)_, **Emacs Wiki : **de l'aide, de nombreuses extensions et une masse incroyable de code librement accessible pour l'usager et le développeur. **Sawfish** _[http://sawfish.wikia.com/wiki/Sawfish](http://sawfish.wikia.com/wiki/Sawfish)_, **sawfish.wikia.com**Le site officiel et wiki de sawfish, un puissant window manager écrit en LISP (librep) _[http://www.csse.monash.edu.au/~ajh/research/literate/sawfish(...)](http://www.csse.monash.edu.au/~ajh/research/literate/sawfish.html#section7)_, **My Sawfish Resource Control file : ** Une intéressante configuration pour Sawfish. _[http://www.davep.org/emacs/sawfish.el](http://www.davep.org/emacs/sawfish.el)_, **Sawfish.el : **Un mode Emacs permettant d'évaluer du lisp pour Sawfish dans Emacs. **Divers** _[http://www.technion.ac.il/~dannykv/Intro_To_AI_2006/tutorial(...)](http://www.technion.ac.il/~dannykv/Intro_To_AI_2006/tutorials/Introductory-Lisp-Overview.pdf)_, **Basic Lisp Overview : **Carte de référence du langage LISP. _[http://www.paulgraham.com/quotes.html](http://www.paulgraham.com/quotes.html)_, **Lisp quotes** _[http://deptinfo.unice.fr/~roy/schemeur1.html](http://deptinfo.unice.fr/~roy/schemeur1.html)_, **Le mémento du Schémeur**