What are some good resources to learn the Factor programming language?
I understand that Factor is based on Forth, so I guess resources on Forth would be nice too.
|
feedback
|
|
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 | |||
|
feedback
|
|
To get started, there's a screencast | ||||
|
feedback
|
|
http://factorcode.org/ -> Learn more about Factor | |||
|
feedback
|
|
The Factor implementation and runtime itself is also a good resource to learn factor: The listener allows you to explore, walk, and modify almost everything. Moreover the documentation is completely embedded in the runtime, with sample tutorials to get started with. | |||
|
feedback
|
|
You might also like to check out the ReFactor blog (if you haven't already) as it has some good, practical examples of the use of Factor. | |||
|
feedback
|