Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
About the realization of an interpreter
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 51 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Blue Lee  
View profile  
 More options Sep 10 2002, 5:20 am
Newsgroups: comp.lang.lisp
From: Blue Lee <liwen...@neusoft.com>
Date: Tue, 10 Sep 2002 17:24:27 +0800
Local: Tues, Sep 10 2002 5:24 am
Subject: About the realization of an interpreter
I am working on implementing a lisp interpreter,
and i have get some source code from other projects,
but i could not understand them well because lack
knowledge on interpreter. I have tried to find
some information, but only found some book about
compiler. Are there some book or anything else
about interpreter?

Thanks for any help.

-------------------------------------------------------
Blue Lee
Programer ,Big software


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options Sep 10 2002, 5:38 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 10 Sep 2002 09:38:00 +0000
Subject: Re: About the realization of an interpreter
* Blue Lee <liwen...@neusoft.com>
| I am working on implementing a lisp interpreter,

  Why?

--
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blue Lee  
View profile  
 More options Sep 10 2002, 6:43 am
Newsgroups: comp.lang.lisp
From: Blue Lee <liwen...@neusoft.com>
Date: Tue, 10 Sep 2002 18:47:02 +0800
Local: Tues, Sep 10 2002 6:47 am
Subject: Re: About the realization of an interpreter

Erik Naggum wrote:
> * Blue Lee <liwen...@neusoft.com>
> | I am working on implementing a lisp interpreter,

>   Why?

My boss's command.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Friedrich Dominicus  
View profile  
 More options Sep 10 2002, 8:10 am
Newsgroups: comp.lang.lisp
From: Friedrich Dominicus <fr...@q-software-solutions.com>
Date: 10 Sep 2002 14:10:17 +0200
Local: Tues, Sep 10 2002 8:10 am
Subject: Re: About the realization of an interpreter

Blue Lee <liwen...@neusoft.com> writes:
> Erik Naggum wrote:
> > * Blue Lee <liwen...@neusoft.com>
> > | I am working on implementing a lisp interpreter,
> >   Why?

> My boss's command.

Does he/she (your boss) know about diverse Common Lisp implementatons?

It's probably not a very good idea to re-implement that all.
Why not use a "stable" implementation?

Regards
Friedrich


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Donald Fisk  
View profile  
 More options Sep 10 2002, 10:24 am
Newsgroups: comp.lang.lisp
From: Donald Fisk <hibou0000nos...@enterprise.net>
Date: Tue, 10 Sep 2002 16:03:23 +0100
Local: Tues, Sep 10 2002 11:03 am
Subject: Re: About the realization of an interpreter

Blue Lee wrote:

> Erik Naggum wrote:
> > * Blue Lee <liwen...@neusoft.com>
> > | I am working on implementing a lisp interpreter,

> >   Why?

There are several reasons for doing this: improving your
knowledge of computer science, research into language
design, etc.

> My boss's command.

This is not a good reason, though.   Point out to your boss
that he would save the company money by using an existing
implementation.

Le Hibou
--
Dalinian: Lisp. Java. Which one sounds sexier?
RevAaron: Definitely Lisp. Lisp conjures up images of hippy coders,
drugs,
sex, and rock & roll. Late nights at Berkeley, coding in Lisp fueled by
LSD.
Java evokes a vision of a stereotypical nerd, with no life or social
skills.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ilias  
View profile  
 More options Sep 10 2002, 10:48 am
Newsgroups: comp.lang.lisp
From: ilias <at_n...@pontos.net>
Date: Tue, 10 Sep 2002 17:55:59 +0300
Local: Tues, Sep 10 2002 10:55 am
Subject: Re: About the realization of an interpreter

Donald Fisk wrote:
> Dalinian: Lisp. Java. Which one sounds sexier? RevAaron: Definitely Lisp. Lisp conjures up images of hippy coders, drugs, sex, and rock & roll. Late nights at Berkeley, coding in Lisp fueled by LSD. Java evokes a vision of a stereotypical nerd, with no life or social skills.

who is Dalinian?
who is RevAaron?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Basile STARYNKEVITCH  
View profile  
 More options Sep 10 2002, 12:35 pm
Newsgroups: comp.lang.lisp
From: Basile STARYNKEVITCH <basile...@SPAM+starynkevitch.net.invalid>
Date: 10 Sep 2002 18:35:55 +0200
Local: Tues, Sep 10 2002 12:35 pm
Subject: Re: About the realization of an interpreter

>>>>> "Blue" == Blue Lee <liwen...@neusoft.com> writes:

    Blue> I am working on implementing a lisp interpreter, and i have
    Blue> get some source code from other projects, but i could not
    Blue> understand them well because lack knowledge on
    Blue> interpreter. I have tried to find some information, but only
    Blue> found some book about compiler. Are there some book or
    Blue> anything else about interpreter?

There is an excellent book by Christian Queinnec on this very subject.
See http://youpou.lip6.fr/queinnec/WWW/LiSP.html

You might need to learn (or use an existing) garbage collector.

On garbage collections, there is a book by Jones & Lins.

Regards.
--
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net
alias: basile<at>tunes<dot>org
8, rue de la Faïencerie, 92340 Bourg La Reine, France


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Hinze  
View profile  
 More options Sep 10 2002, 1:15 pm
Newsgroups: comp.lang.lisp
From: Andreas Hinze <a...@smi.de>
Date: Tue, 10 Sep 2002 19:15:07 +0200
Local: Tues, Sep 10 2002 1:15 pm
Subject: Re: About the realization of an interpreter
Basile STARYNKEVITCH wrote:
> There is an excellent book by Christian Queinnec on this very subject.
> See http://youpou.lip6.fr/queinnec/WWW/LiSP.html

> You might need to learn (or use an existing) garbage collector.

> On garbage collections, there is a book by Jones & Lins.

There is also a nice survey from Paul R. Wilson called
"Uniprocessor Garbage Collection Techniques" available on the WEB.

Best
AHz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
J.St.  
View profile  
 More options Sep 10 2002, 2:55 pm
Newsgroups: comp.lang.lisp
From: der_jul...@web.de (J.St.)
Date: 10 Sep 2002 20:52:07 +0200
Local: Tues, Sep 10 2002 2:52 pm
Subject: Re: About the realization of an interpreter

Basile STARYNKEVITCH <basile...@SPAM+starynkevitch.net.invalid> writes:
> >>>>> "Blue" == Blue Lee <liwen...@neusoft.com> writes:

>     Blue> I am working on implementing a lisp interpreter, and i have
>     Blue> get some source code from other projects, but i could not
>     Blue> understand them well because lack knowledge on
>     Blue> interpreter. I have tried to find some information, but only
>     Blue> found some book about compiler. Are there some book or
>     Blue> anything else about interpreter?

> There is an excellent book by Christian Queinnec on this very subject.
> See http://youpou.lip6.fr/queinnec/WWW/LiSP.html

Amazon.de says 97.92 EUR ! That is even more expensive than "PC Intern
6" ...

> On garbage collections, there is a book by Jones & Lins.

That costs 69.00 EUR ... Why is education *that* expensive?

Regards,
Julian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marc Spitzer  
View profile  
 More options Sep 10 2002, 3:51 pm
Newsgroups: comp.lang.lisp
From: m...@oscar.eng.cv.net (Marc Spitzer)
Date: Tue, 10 Sep 2002 19:51:21 GMT
Local: Tues, Sep 10 2002 3:51 pm
Subject: Re: About the realization of an interpreter

It takes a lot of work to produce good books by smart and dedicated
people, do you want them to do something else to earn a living?

And the true "expense" is the time it takes to learn what the book
has to say.  It is still *MUCH* cheaper to do it this way then the
alternative, doing your own research.  Especially when you may spend
years rediscovering what you could have learned in months or never
figure it out at all.  You may get lucky and figure out something new,
but it is unlikely.

marc


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Will Deakin  
View profile  
 More options Sep 10 2002, 4:33 pm
Newsgroups: comp.lang.lisp
From: Will Deakin <anisotro...@hotmail.com>
Date: Tue, 10 Sep 2002 20:32:32 +0000 (UTC)
Local: Tues, Sep 10 2002 4:32 pm
Subject: Re: About the realization of an interpreter
J.St. wrote:
> Amazon.de says 97.92 EUR ! That is even more expensive than "PC Intern
> 6" ...

Lol! (You *are* joking, aren't you?)

>>On garbage collections, there is a book by Jones & Lins.
> That costs 69.00 EUR ... Why is education *that* expensive?

...because, IMHO and having spent a little time looking at these things,
this book is about as good a book on GC as there is.

Anyway, this is a bit like asking why Misner and Thorne, Hennessey and
Patterson or PAIP are *so* expensive. They aren't...

:)w


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Browne  
View profile  
 More options Sep 10 2002, 4:57 pm
Newsgroups: comp.lang.lisp
From: Christopher Browne <cbbro...@acm.org>
Date: 10 Sep 2002 20:57:37 GMT
Local: Tues, Sep 10 2002 4:57 pm
Subject: Re: About the realization of an interpreter
In an attempt to throw the authorities off his trail, der_jul...@web.de (J.St.) transmitted:

It's expensive because supply and demand meets "diseconomies of small
scale."

When Tom Clancy writes a book, and can expect to sell 8 million
copies, if he gets 13 cents on each one, he gets a million bucks.

When Queinnec or Jones & Lins produce books that are expected to sell
8000 copies apiece, they can't afford to sell them for $19.95 and
depend on large quantities to cover the cost of setting up the press.

You can't expect books with markets measured in the "few thousands" to
be as inexpensive as books expected to sell in quantities of
millions...
--
(reverse (concatenate 'string "moc.enworbbc@" "enworbbc"))
http://www3.sympatico.ca/cbbrowne/sap.html
When aiming for the common denominator, be prepared for the occasional
division by zero.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lieven Marchand  
View profile  
 More options Sep 10 2002, 4:58 pm
Newsgroups: comp.lang.lisp
From: Lieven Marchand <m...@wyrd.be>
Date: 10 Sep 2002 21:25:13 +0200
Local: Tues, Sep 10 2002 3:25 pm
Subject: Re: About the realization of an interpreter

der_jul...@web.de (J.St.) writes:
> That costs 69.00 EUR ... Why is education *that* expensive?

You can always try whether ignorance is cheaper, as some on this group
obviously do.

--
Hai koe, zei de stier,
Kom mee met mij in de wei,
Dan zijn we tweezaam.
Lieven Marchand <m...@wyrd.be>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sv0f  
View profile  
 More options Sep 10 2002, 5:10 pm
Newsgroups: comp.lang.lisp
From: n...@vanderbilt.edu (sv0f)
Date: Tue, 10 Sep 2002 16:06:26 -0500
Local: Tues, Sep 10 2002 5:06 pm
Subject: Re: About the realization of an interpreter
In article <allkt0$p8...@helle.btinternet.com>, Will Deakin

<anisotro...@hotmail.com> wrote:
>Anyway, this is a bit like asking why Misner and Thorne

Misner and Thorne?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Will Deakin  
View profile  
 More options Sep 10 2002, 5:45 pm
Newsgroups: comp.lang.lisp
From: Will Deakin <anisotro...@hotmail.com>
Date: Tue, 10 Sep 2002 21:44:52 +0000 (UTC)
Local: Tues, Sep 10 2002 5:44 pm
Subject: Re: About the realization of an interpreter
sv0f wrote:
> Misner and Thorne?

Since I've been requested not to ask people to type ;)

www.amazon.co.uk/exec/obidos/ASIN/0716703440/202-8545952-8663819

(I could -- or maybe should -- have also referenced Landau and Lifshitz)

:)w


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JB  
View profile  
 More options Sep 10 2002, 6:02 pm
Newsgroups: comp.lang.lisp
From: JB <j...@yahoo.de>
Date: Wed, 11 Sep 2002 00:11:44 +0200
Local: Tues, Sep 10 2002 6:11 pm
Subject: Re: About the realization of an interpreter

J.St. wrote:
> That costs 69.00 EUR ... Why is education *that*
> expensive?

The price of a book depends on the number of sold copies.
The books you are talking about are for a few specialists
only.
But I usually have the library of the local university buy a
copy for me and this costs of course nothing. Until now
they have bought *every* *book* I asked them for. (And they
are extremely fast too.)

--
Ja..s B.a.i

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
   http://www.newsfeed.com       The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Erik Naggum  
View profile  
 More options Sep 10 2002, 8:09 pm
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 11 Sep 2002 00:09:14 +0000
Local: Tues, Sep 10 2002 8:09 pm
Subject: Re: About the realization of an interpreter
* der_jul...@web.de (J.St.)
| Why is education *that* expensive?

  You should instead ask yourself why your education is so worthless to you.
  To rip off a very different phrase: Every man['s education] has a price, and
  yours is pretty low.  Besides, every civilized culture has had libraries, and
  yours is probably still among them.

--
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven L. Collins  
View profile  
 More options Sep 10 2002, 10:10 pm
Newsgroups: comp.lang.lisp
From: "Steven L. Collins" <stev...@ix.netcom.com>
Date: Tue, 10 Sep 2002 22:14:31 -0400
Local: Tues, Sep 10 2002 10:14 pm
Subject: Re: About the realization of an interpreter

"Blue Lee" <liwen...@neusoft.com> wrote in message

news:3D7DBA4B.8090106@neusoft.com...

> I am working on implementing a lisp interpreter,
> and i have get some source code from other projects,
> but i could not understand them well because lack
> knowledge on interpreter. I have tried to find
> some information, but only found some book about
> compiler. Are there some book or anything else
> about interpreter?

Take a look at the following link, http://www.civilized.com/LispBook/.  You
may find the information about their Lisp Interpreter useful in your work.

Steven


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Donald Fisk  
View profile  
 More options Sep 10 2002, 11:15 pm
Newsgroups: comp.lang.lisp
From: Donald Fisk <hibou0000nos...@enterprise.net>
Date: Wed, 11 Sep 2002 04:55:35 +0100
Local: Tues, Sep 10 2002 11:55 pm
Subject: Re: About the realization of an interpreter

ilias wrote:
> who is Dalinian?
> who is RevAaron?

I'm sorry, I haven't a clue, but the exchange between them is
from Slashdot, in a discussion on Erann Gat's paper "Lisp as
an Alternative to Java".

Le Hibou
--
Dalinian: Lisp. Java. Which one sounds sexier?
RevAaron: Definitely Lisp. Lisp conjures up images of hippy coders,
drugs,
sex, and rock & roll. Late nights at Berkeley, coding in Lisp fueled by
LSD.
Java evokes a vision of a stereotypical nerd, with no life or social
skills.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oleg  
View profile  
 More options Sep 11 2002, 2:08 am
Newsgroups: comp.lang.lisp
From: Oleg <oleg_inco...@myrealbox.com>
Date: Wed, 11 Sep 2002 02:10:20 -0400
Local: Wed, Sep 11 2002 2:10 am
Subject: Re: About the realization of an interpreter

:)

I lived in Berkeley for a while. Even went to Blake's. Trust me when I say
this: Berkeley has quite a few nerds. BTW I wonder if anyone can write more
than 0.2 lines of code per minute while hopped up on pot.

Cheers,
Oleg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
quasi  
View profile  
 More options Sep 11 2002, 4:28 am
Newsgroups: comp.lang.lisp
From: qua...@vsnl.net (quasi)
Date: Wed, 11 Sep 2002 08:28:45 GMT
Local: Wed, Sep 11 2002 4:28 am
Subject: Re: About the realization of an interpreter
On Wed, 11 Sep 2002 02:10:20 -0400, Oleg <oleg_inco...@myrealbox.com>
wrote:

>BTW I wonder if anyone can write more than 0.2 lines of code per minute while hopped up on pot.

One can get an unbelievable amount of mundane coding done when
reasonably *comfortable* on pot.  But solving difficult problems seems
like an idiotic waste of time (why? when you already *are* happy... if
you know what I mean :)

though, this experience was with C not Lisp...  still learning Lisp...
:D

quasi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Donald Fisk  
View profile  
 More options Sep 11 2002, 10:20 am
Newsgroups: comp.lang.lisp
From: Donald Fisk <hibou0000nos...@enterprise.net>
Date: Wed, 11 Sep 2002 16:00:34 +0100
Local: Wed, Sep 11 2002 11:00 am
Subject: Re: About the realization of an interpreter

Oleg wrote:
> I lived in Berkeley for a while. Even went to Blake's. Trust me when I say
> this: Berkeley has quite a few nerds.

Do they write Lisp or Java?

> BTW I wonder if anyone can write more
> than 0.2 lines of code per minute while hopped up on pot.

I know someone who did much of his programming under the influence of
cannabis.   In terms of lines of code, he was the most productive
programmer I've ever met.   The code was also surprisingly bug free.
It was nowhere near perfect though -- it was often possible to cut
it down to less than a tenth of its original size without loss of
functionality.   But even allowing for that (which may have been
nothing to do with the cannabis), the guy was still very productive.

It's just anecdotal evidence, of course.   I don't expect you'll
find many papers on "influence of recreational drugs on programmer
productivity", though New Scientist a few years back did have an
article about their influence on spiders' web building.   The
spider on caffeine had the worst web.

Counting lines of code is a poor way of measuring productivity between
programmers.   (And between languages -- what is a line of Prograph?)
FWIW your figure of 0.2 lines per minute comes to 12 per hour, or 90
per day.   Most studies, for what they're worth, have concluded that
the average programmer writes around 10-20 lines of documented,
debugged, code per day, and that this is roughly independent of
language.   However, there's a factor of at least 10 difference
among programmers.   Relevant language/productivity comparisons
include Erann Gat's study (well known around these parts) and "A
comparison between Erlang and C++ for Implemention of Telecom
applications".

> Oleg

Le Hibou
--
Dalinian: Lisp. Java. Which one sounds sexier?
RevAaron: Definitely Lisp. Lisp conjures up images of hippy coders,
drugs,
sex, and rock & roll. Late nights at Berkeley, coding in Lisp fueled by
LSD.
Java evokes a vision of a stereotypical nerd, with no life or social
skills.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raymond Wiker  
View profile  
 More options Sep 11 2002, 10:35 am
Newsgroups: comp.lang.lisp
From: Raymond Wiker <Raymond.Wi...@fast.no>
Date: 11 Sep 2002 16:35:05 +0200
Local: Wed, Sep 11 2002 10:35 am
Subject: Re: About the realization of an interpreter

Donald Fisk <hibou0000nos...@enterprise.net> writes:
> among programmers.   Relevant language/productivity comparisons
> include Erann Gat's study (well known around these parts) and "A
> comparison between Erlang and C++ for Implemention of Telecom
> applications".

        The latter comparison sounds interesting. Do you have any
references to it?

--
Raymond Wiker                        Mail:  Raymond.Wi...@fast.no
Senior Software Engineer             Web:   http://www.fast.no/
Fast Search & Transfer ASA           Phone: +47 23 01 11 60
P.O. Box 1677 Vika                   Fax:   +47 35 54 87 99
NO-0120 Oslo, NORWAY                 Mob:   +47 48 01 11 60

Try FAST Search: http://alltheweb.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozan s yigit  
View profile  
 More options Sep 11 2002, 10:45 am
Newsgroups: comp.lang.lisp
From: ozan s yigit <o...@blue.cs.yorku.ca>
Date: 11 Sep 2002 10:42:01 -0400
Local: Wed, Sep 11 2002 10:42 am
Subject: Re: About the realization of an interpreter

der_jul...@web.de (J.St.) writes:
> > There is an excellent book by Christian Queinnec on this very subject.
> > See http://youpou.lip6.fr/queinnec/WWW/LiSP.html

> Amazon.de says 97.92 EUR ! That is even more expensive than "PC Intern
> 6" ...

it is worth it. during 88-94, i amassed a large a lisp/scheme library
totalling several hundred tech reports and journal articles (scheme part
alone was 172 entries according to my scheme biblio at the time) for some
implementation work. i can safely say that "lisp in small pieces" would
have rendered most of that effort (took me months to get copies of some
of the project-mac era tech reports) unnecessary. there are very few
books like it for the implementor of *any* language, and certainly
nothing for lisp since allen. [yes, i completely disregard sicp :-]

oz
---
never let your job get in the way of your work. -- david tilbrook


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
J.St.  
View profile  
 More options Sep 11 2002, 1:46 pm
Newsgroups: comp.lang.lisp
From: der_jul...@web.de (J.St.)
Date: 11 Sep 2002 19:42:34 +0200
Local: Wed, Sep 11 2002 1:42 pm
Subject: Re: About the realization of an interpreter

Will Deakin <anisotro...@hotmail.com> writes:
> J.St. wrote:
> > Amazon.de says 97.92 EUR ! That is even more expensive than "PC Intern
> > 6" ...
> Lol! (You *are* joking, aren't you?)

No. I bought PC Intern (the book, not some magazine) as US Import at a
price of about 130 DM (65 EUR). 98 EUR for "Lisp in small pieces" is
no joke either, at least according to amazon.de.

> >>On garbage collections, there is a book by Jones & Lins.
> > That costs 69.00 EUR ... Why is education *that* expensive?
> ...because, IMHO and having spent a little time looking at these
> things, this book is about as good a book on GC as there is.

> Anyway, this is a bit like asking why Misner and Thorne, Hennessey and
> Patterson or PAIP are *so* expensive. They aren't...

...

Regards,
Julian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 51   Newer >
« Back to Discussions « Newer topic     Older topic »