forth 2 algol-like, bablefish quality translator ?
  Home FAQ Contact Sign in
comp.lang.forth only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.forth Profile…
 Up
forth 2 algol-like, bablefish quality translator ?         


Date: Aug 29, 2008 19:35

No human should suffer the punishment that I'm experiencing at
trying to re-use picforth [based on the fine/robust gforth]
after 3 years.

He writes "if you know forth...".
How can you 'know forth' ? forth is not to know.
forth is a perverted bottom-up presentation format; when you
should be conditioning your problem-solving to be top-down.
Show full article (1.94Kb)
2 Comments
Re: forth 2 algol-like, bablefish quality translator ?         


Author: jacko
Date: Aug 30, 2008 02:37

On 30 Aug, 03:35, problems@gmail wrote:
> No human should suffer the punishment that I'm experiencing at
> trying to re-use picforth [based on the fine/robust gforth]
> after 3 years.
>
> He writes "if you know forth...".
> How can you 'know forth' ? forth is not to know.
> forth is a perverted bottom-up presentation format; when you
> should be conditioning your problem-solving to be top-down.
>
> Particularly since gforth is so open and nicely presented
> [within the constraints of the forth format], I'd like to
> analyse how, File: test.mini> func sign(n)
>>   var r;
>>   if (n<0) then
>>     r:=-1;
>>   else
>>     if (0 >>       r:=1;
>>     else ...
Show full article (2.52Kb)
no comments
Re: forth 2 algol-like, bablefish quality translator ?         


Author: Coos Haak
Date: Aug 30, 2008 07:19

Op Sat, 30 Aug 2008 02:37:28 -0700 (PDT) schreef jacko:

> I suggest you start from the top down and wite one ;-). But seriously
> algol on a pic? I'm sure top down is the perversion of bottom up, as
> all code is built up. Take sky scrapper example. I'm sure thedrawings
> were done very top down fashion due to the penthouse prices, but even
> though the cranes are top from bottom up today, the scrapper is most
> definately bottom up implemented.
>

I do remember building the Medical Faculty of the now known as Erasmus
University Rotterdam just 40 years ago was top down. The roof was the first
part. This was lifted with big jacks and the successive lower floors were
put under it.

http://en.wikipedia.org/wiki/Erasmus_University

--
Coos
no comments