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-06 21:29:09 -04:00
|
|
|
"Factor is a dynamically-typed stack based language. I hope you like it."
|
2006-03-28 23:31:45 -05:00
|
|
|
{ $subsection "changes" }
|
2006-06-06 21:29:09 -04:00
|
|
|
{ $heading "Survival guide" }
|
|
|
|
|
{ $list
|
|
|
|
|
{ "Load source files using " { $link run-file } ":" }
|
|
|
|
|
{ $code "\"contrib/httpd/load.factor\" run-file" }
|
|
|
|
|
{ { $link .s } " prints the contents of the stack." }
|
|
|
|
|
{ { $link . } " prints the object at the top of the stack." }
|
|
|
|
|
}
|
|
|
|
|
{ $heading "Cookbook" }
|
|
|
|
|
{ $subsection "cookbook-syntax" }
|
|
|
|
|
{ $subsection "cookbook-colon-defs" }
|
|
|
|
|
{ $subsection "cookbook-combinators" }
|
|
|
|
|
{ $subsection "cookbook-variables" }
|
|
|
|
|
{ $subsection "cookbook-vocabs" }
|
|
|
|
|
{ $subsection "cookbook-io" }
|
|
|
|
|
{ $heading "Reference" }
|
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" } ;
|