Re: Programming Language Productivity: The Stupidity of Programmers
From: Tak To (takto_at_alum.mit.edu.-)
Date: 11/16/03
- Next message: Tak To: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Previous message: Tak To: "Re: Programming Language Productivity: The Stupidity of Programmers"
- In reply to: L.J. Buitinck: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Next in thread: Alan Gauld: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Reply: Alan Gauld: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 16 Nov 2003 02:04:15 -0500
Tak To wrote:
TT> As I said before, an interpreter comprises of a compiler
TT> that compiles one token at a time.
L.J. Buitinck wrote:
LJ> shouldn't that be one expression at a time?
It depends. Some interpreter always process one token at a time,
while others would process several tokens all at once at various
times. However, one can view the latter situation as having a
"linking" phase.
Anyways, I think we have digressed too far. What I said originally
was that one should not compare interpreter languages and compiler
languages (in the context of what languages have better tools).
Tak
--
----------------------------------------------------------------------
Tak To takto@alum.mit.eduxx
--------------------------------------------------------------------^^
[taode takto ~{LU5B~}] NB: trim the xx to get my real email addr
- Next message: Tak To: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Previous message: Tak To: "Re: Programming Language Productivity: The Stupidity of Programmers"
- In reply to: L.J. Buitinck: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Next in thread: Alan Gauld: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Reply: Alan Gauld: "Re: Programming Language Productivity: The Stupidity of Programmers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|