Re: PostLisp, a language experiment
From: Albert van der Horst (albert_at_spenarnc.xs4all.nl)
Date: 03/21/05
- Next message: Fred Gilham: "Re: Lisp Workflow"
- Previous message: Paolo Amoroso: "Re: Lisp Workflow"
- In reply to: billy: "Re: PostLisp, a language experiment"
- Next in thread: John Doty: "Re: PostLisp, a language experiment"
- Reply: John Doty: "Re: PostLisp, a language experiment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Mar 2005 10:04:14 GMT
In article <1111345511.760616.76470@f14g2000cwb.googlegroups.com>,
billy <wtanksleyjr@gmail.com> wrote:
<SNIP>
>
>You can argue that for some definition of "essentially the same
>program". I would hope your arguments would never have any practical
>effect, though; if they did, people would be using assembler where C
>was appropriate or vice versa. The languages are different and have
>different effects on programs written in them.
If you are using GCC, each program is converted to assembly first,
representing the same program.
This is a statement of fact. I wonder why you are worried of
"practical effects" of me stating it. Is it something like the
theory of evolution that should not be taught because it is too
convincing?
<SNIP>
>Stupid factoring can build a 10,000 line program out of 10-line modules
>(contrary to your statement that a 10,000 line program could never be
>built from 10-line modules).
10,000 line programs are rare in Forth. I have't seen any that
are stupid and built of 10-line (let us say 10 Words of Code)
modules.
I challenged you for an example. My "unheard for Forth" still stands.
What I tried to say that if you rebuild a 10K WOC program of 1K WOC
modules, using 10 WOC modules, you do not end up with a 10K WOC
program. It will become much smaller. That causes a drop in
maintainability chores and increases reliability.
Lately Bernd Paysan showed an example of "even better" factoring.
We shouldn't use the term "stupid factoring" for the best efforts
of those less brilliant. "bad or non-optimal factoring" will do.
>-Billy
>
Groetjes Albert
--
--
Albert van der Horst,Oranjestr 8,3511 RA UTRECHT,THE NETHERLANDS
One man-hour to invent,
One man-week to implement,
One lawyer-year to patent.
- Next message: Fred Gilham: "Re: Lisp Workflow"
- Previous message: Paolo Amoroso: "Re: Lisp Workflow"
- In reply to: billy: "Re: PostLisp, a language experiment"
- Next in thread: John Doty: "Re: PostLisp, a language experiment"
- Reply: John Doty: "Re: PostLisp, a language experiment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|