factor/doc/handbook/handbook.facts

22 lines
786 B
Plaintext
Raw Normal View History

2006-03-25 17:01:39 -05:00
USING: help inspector parser prettyprint ;
2006-01-13 02:38:57 -05:00
ARTICLE: "handbook" "Factor documentation"
{ $heading "Quick start" }
"Factor is a dynamically-typed stack based language."
2006-03-25 17:01:39 -05:00
$terpri
"Factor is interactive and you are encouraged to experiment with it by entering expressions in the listener. If you are reading this from the Factor UI, you can click on code examples in the documentation to try them out:"
{ $code "\"Hello, world.\" print" }
{ $heading "Reference documentation" }
2006-03-28 23:31:45 -05:00
{ $subsection "changes" }
2006-03-27 01:24:18 -05:00
{ $subsection "tools" }
2006-01-13 02:38:57 -05:00
{ $subsection "syntax" }
{ $subsection "dataflow" }
{ $subsection "words" }
{ $subsection "objects" }
{ $subsection "math" }
{ $subsection "collections" }
{ $subsection "streams" }
2006-01-19 18:15:37 -05:00
{ $subsection "parser" }
{ $subsection "prettyprint" }
2006-03-27 01:24:18 -05:00
{ $subsection "alien" } ;