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.

link|improve this question

feedback

5 Answers

up vote 10 down vote accepted

Begin with these two (old but great) books by Leo Brodie:

  • Starting Forth
  • Thinking Forth

Both books are available free on the web:

Also check out www.forth.com

link|improve this answer
feedback

To get started, there's a screencast

link|improve this answer
feedback

http://factorcode.org/ -> Learn more about Factor

Factor/Learning

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.