factor/doc/handbook/handbook.facts

32 lines
1011 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"
"Factor is a dynamically-typed stack based language. I hope you like it."
2006-03-28 23:31:45 -05:00
{ $subsection "changes" }
{ $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" }
{ $subsection "streams" }
2006-01-19 18:15:37 -05:00
{ $subsection "parser" }
{ $subsection "prettyprint" }
2006-03-27 01:24:18 -05:00
{ $subsection "alien" } ;