Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

stack based languages

Name: Anonymous 2007-09-10 0:18 ID:JdAHaYKN

Hello, i am interested in learning a stack oriented language, so i started learning Forth. (from http://www.amresearch.com/starting_forth/)
Some alternatives i heard of are cat and factor.

What is best to learn from those? And suggest a good tutorial

Name: Anonymous 2007-09-18 9:42 ID:ThF4J9Z/

much nicer than >>8:
: (fib) ( result next n -- result ) 2dup zero? [ 3drop ] [ roll + swap 1- (fib) ] if ;
: fib ( n -- result ) 0 1 rot (fib) ;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List