Your first program
Factor documentation
>
Factor handbook
Prev:
Factor cookbook
Next:
The language
In this tutorial, we will write a simple Factor program which prompts the user to enter a word, and tests if it is a palindrome (that is, the word is spelled the same backwards and forwards).
In this tutorial, you will learn about basic Factor development tools.
Creating a vocabulary for your first program
Writing some logic in your first program
Testing your first program
Extending your first program