|
FORTH on the Atari By isax on 2007-10-26 |
|
Follow up By isax on Tue Oct 30 15:22:59 +0000 2007 |
|
Why no games in FORTH? |
|
Oh man, that's bad By on Wed Oct 31 00:31:11 +0000 2007 |
|
I can totally imagine that happening though. The address space for a process usually looks something like this: |
|
FORTH is poetry By on Mon Nov 05 00:12:15 +0000 2007 |
|
I found this in the XKCD forums, which cites http://www.albany.net/~hello/life.htm. From Conway's Game of Life in FORTH: |
|
More FORTH nonsense By on Mon Nov 05 03:20:41 +0000 2007 |
|
As a side note, FORTH is stack based, like a reverse polish calculator. So if you want to do x + 2 * y with standard precedence rules, you write |