Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
schsafe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
schsafe
11y ago
http://en.wikipedia.org/wiki/Open_Firmware
2.
▲
by
schsafe
11y ago
Some people compare FORTH with game GO or philosophy ZEN. Very simple rules. And you build an own universe. And all of this fits into a very small size. As you also mentioned.
3.
▲
by
schsafe
11y ago
If you want to play with an online FORTH interpreter: http://forthfreak.net/jsforth80x25.html ok : fibo 1 dup 45 0 do . dup rot rot + dup loop ; ok fibo 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584
4.
▲
by
schsafe
11y ago
FORTH is a very old and unique language. Different from all the others. You can find it even in the space-ships. http://www.forth.org
5.
▲
by
schsafe
11y ago
I created a FORTH like language some years ago. Also fun. /home/user/st> more fibonacci 1#[." "#@@+#a-;]10, /home/user/st> st fibonacci 45 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 258