Lisp in Small Pieces vs state of the art

This is a discussion on Lisp in Small Pieces vs state of the art within the Scheme forums in Programming Languages category; 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 ...

Go Back   Application Development Forum > Programming Languages > Scheme

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-04-2008, 06:22 PM
Michael Schuerig
Guest
 
Default Lisp in Small Pieces vs state of the art


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/
Reply With Quote
  #2  
Old 09-04-2008, 06:47 PM
Ray Dillinger
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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


Reply With Quote
  #3  
Old 09-04-2008, 07:11 PM
Michael Schuerig
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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/
Reply With Quote
  #4  
Old 09-05-2008, 04:44 AM
Thomas Munro
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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
Reply With Quote
  #5  
Old 09-05-2008, 05:15 AM
Pascal J. Bourguignon
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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__
Reply With Quote
  #6  
Old 09-05-2008, 12:37 PM
Grant Rettke
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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?
Reply With Quote
  #7  
Old 09-05-2008, 01:36 PM
Didier Verna
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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
Reply With Quote
  #8  
Old 09-05-2008, 04:08 PM
Grant Rettke
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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?
Reply With Quote
  #9  
Old 09-05-2008, 05:05 PM
Didier Verna
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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
Reply With Quote
  #10  
Old 09-05-2008, 09:43 PM
Pascal Costanza
Guest
 
Default Re: Lisp in Small Pieces vs state of the art

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/
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 08:42 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.