Live data from Hacker News

Viewing profile — schsafe

schsafe

HN member
Joined
Thu, Jun 04, 2015, 4:04 PM UTC
HN karma
1
Public activity
5 items

About schsafe

Retired IT veteran. 45 years programming & sys-software.

Recent public activity

  1. comment
    Comment #9674464

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

  2. comment
    Comment #9667513

    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. comment
    Comment #9667218

    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 …

  4. comment
    Comment #9660242

    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. comment
    Comment #9660162

    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 61…