| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I've recently read Christian Queinnec's Lisp in Small Pieces. I didn't study it thoroughly enough to understand every little bit, still it was a fascinating and instructional read. What I'm wondering about now is this: the book's contents are around 12 to 15 years old and research on implementing Lisp-like languages has not stagnated in the meantime. Have there been significant new insights that would figure *at the level of presentation* of LiSP? Any suggestions for continued reading? Or should I jump into the source code for the scheme of my choice (PLT)? Michael -- Michael Schuerig mailto:michael@schuerig.de http://www.schuerig.de/michael/ |
|
#2
| |||
| |||
| Michael Schuerig wrote: > > I've recently read Christian Queinnec's Lisp in Small Pieces. I didn't > study it thoroughly enough to understand every little bit, still it was > a fascinating and instructional read. What I'm wondering about now is > this: the book's contents are around 12 to 15 years old and research on > implementing Lisp-like languages has not stagnated in the meantime. > Have there been significant new insights that would figure *at the > level of presentation* of LiSP? > > Any suggestions for continued reading? Or should I jump into the source > code for the scheme of my choice (PLT)? > http://library.readscheme.org/ collects most relevant academic papers, including the new ones. Bear |
|
#3
| |||
| |||
| Ray Dillinger wrote: >> Any suggestions for continued reading? Or should I jump into the >> source code for the scheme of my choice (PLT)? >> > > http://library.readscheme.org/ > > collects most relevant academic papers, including the new ones. Yes, I know and appreciate readscheme.org. However, it is a repository and doesn't provide guidance on what to read -- it's the latter I'm looking for. Michael -- Michael Schuerig mailto:michael@schuerig.de http://www.schuerig.de/michael/ |
|
#4
| |||
| |||
| On Sep 4, 11:22 pm, Michael Schuerig <mich...@schuerig.de> wrote: > I've recently read Christian Queinnec's Lisp in Small Pieces. I didn't > study it thoroughly enough to understand every little bit, still it was > a fascinating and instructional read. What I'm wondering about now is > this: the book's contents are around 12 to 15 years old and research on > implementing Lisp-like languages has not stagnated in the meantime. > Have there been significant new insights that would figure *at the > level of presentation* of LiSP? > > Any suggestions for continued reading? Or should I jump into the source > code for the scheme of my choice (PLT)? Mr Queinnec has a new French language edition revised for 2007 called "Principes d'implantation de Scheme et Lisp". I don't now how much has been added though as I don't have the earlier LiSP to compare it with. http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 Thomas |
|
#5
| |||
| |||
| Thomas Munro <thomas.munro@gmail.com> writes: > On Sep 4, 11:22 pm, Michael Schuerig <mich...@schuerig.de> wrote: >> I've recently read Christian Queinnec's Lisp in Small Pieces. I didn't >> study it thoroughly enough to understand every little bit, still it was >> a fascinating and instructional read. What I'm wondering about now is >> this: the book's contents are around 12 to 15 years old and research on >> implementing Lisp-like languages has not stagnated in the meantime. >> Have there been significant new insights that would figure *at the >> level of presentation* of LiSP? >> >> Any suggestions for continued reading? Or should I jump into the source >> code for the scheme of my choice (PLT)? > > Mr Queinnec has a new French language edition revised for 2007 called > "Principes d'implantation de Scheme et Lisp". I don't now how much > has been added though as I don't have the earlier LiSP to compare it > with. > > http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 Unfortunately, I don't have the first edition to compare, only the table of contents. I didn't notice any difference in the tables of contents (but I compared quickly). -- __Pascal Bourguignon__ |
|
#6
| |||
| |||
| On Sep 5, 3:44*am, Thomas Munro <thomas.mu...@gmail.com> wrote: > Mr Queinnec has a new French language edition revised for 2007 called > "Principes d'implantation de Scheme et Lisp". *I don't now how much > has been added though as I don't have the earlier LiSP to compare it > with. > > http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 Is there an English version? |
|
#7
| |||
| |||
| Grant Rettke <grettke@gmail.com> wrote: > On Sep 5, 3:44*am, Thomas Munro <thomas.mu...@gmail.com> wrote: >> Mr Queinnec has a new French language edition revised for 2007 called >> "Principes d'implantation de Scheme et Lisp". *I don't now how much >> has been added though as I don't have the earlier LiSP to compare it >> with. From Christian's mouth, there's only minor changes (typo fixes, a couple of new references, bugfix in a sample code, stuff like that). >> http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 > > Is there an English version? Nope. -- Resistance is futile. You will be jazzimilated. Scientific site: http://www.lrde.epita.fr/~didier Music (Jazz) site: http://www.didierverna.com EPITA/LRDE, 14-16 rue Voltaire, 94276 Le Kremlin-Bicêtre, France Tel. +33 (0)1 44 08 01 85 Fax. +33 (0)1 53 14 59 22 |
|
#8
| |||
| |||
| On Sep 5, 12:36*pm, Didier Verna <did...@lrde.epita.fr> wrote: > Grant Rettke <gret...@gmail.com> wrote: > > On Sep 5, 3:44*am, Thomas Munro <thomas.mu...@gmail.com> wrote: > >> Mr Queinnec has a new French language edition revised for 2007 called > >> "Principes d'implantation de Scheme et Lisp". *I don't now how much > >> has been added though as I don't have the earlier LiSP to compare it > >> with. > > * *From Christian's mouth, there's only minor changes (typo fixes, a > couple of new references, bugfix in a sample code, stuff like that). > > >>http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 > > > Is there an English version? > > * Nope. How many years would it take to learn French well enough to read this? |
|
#9
| |||
| |||
| Grant Rettke <grettke@gmail.com> wrote: > How many years would it take to learn French well enough to read this? Since the differences are minor, I would advise you to read the english one ;-) (unless you're interested in learning French anyway; but then, I'm the last person who could tell you how long it would take). -- Resistance is futile. You will be jazzimilated. Scientific site: http://www.lrde.epita.fr/~didier Music (Jazz) site: http://www.didierverna.com EPITA/LRDE, 14-16 rue Voltaire, 94276 Le Kremlin-Bicêtre, France Tel. +33 (0)1 44 08 01 85 Fax. +33 (0)1 53 14 59 22 |
|
#10
| |||
| |||
| Grant Rettke wrote: > On Sep 5, 12:36 pm, Didier Verna <did...@lrde.epita.fr> wrote: >> Grant Rettke <gret...@gmail.com> wrote: >>> On Sep 5, 3:44 am, Thomas Munro <thomas.mu...@gmail.com> wrote: >>>> Mr Queinnec has a new French language edition revised for 2007 called >>>> "Principes d'implantation de Scheme et Lisp". I don't now how much >>>> has been added though as I don't have the earlier LiSP to compare it >>>> with. >> From Christian's mouth, there's only minor changes (typo fixes, a >> couple of new references, bugfix in a sample code, stuff like that). >> >>>> http://paracamplus.com/?CGIRunMode=b...n=Cours/LiSP/4 >>> Is there an English version? >> Nope. > > How many years would it take to learn French well enough to read this? 21 days. Pascal -- My website: http://p-cos.net Common Lisp Document Repository: http://cdr.eurolisp.org Closer to MOP & ContextL: http://common-lisp.net/project/closer/ |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.