I understand that Factor is based on Forth, so I guess resources on Forth would be nice too.
Thanks !
|
2
|
|
|
|
|
|
Begin with these two (old but great) books by Leo Brodie:
Both books are available free on the web:
Also check out www.forth.com |
||
|
|
|
|
To get started, there's a screencast |
|||
|
|
|
|
In fact, learning Factor doesn't require to master Forth. Only the basic concepts of Forth are needed to understand stack effects, but Factor's typing system and high-level functional constructs make the programmer use completely different algorithms. So my bet is: do not bother learning Forth if your goal is to learn Factor. (however, learning Forth for its own is a good idea too :-) |
||
|
|