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"
2006-06-04 02:00:59 -04:00
{ $heading "Quick start" }
"Factor is a dynamically-typed stack based language."
2006-03-25 17:01:39 -05:00
$terpri
2006-06-06 00:35:12 -04:00
"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:"
2006-06-04 02:00:59 -04:00
{ $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" }
2006-01-19 03:03:32 -05:00
{ $subsection "streams" }
2006-01-19 18:15:37 -05:00
{ $subsection "parser" }
{ $subsection "prettyprint" }
2006-03-27 01:24:18 -05:00
{ $subsection "alien" } ;