views:

1010

answers:

4

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.

+3  A: 

To get started, there's a screencast

David Nehme
+8  A: 

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

+1  A: 

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.

Gabriel Cuvillier
+1  A: 

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

Factor/Learning

plan9assembler