README: minor introduction changes.

db4
John Benediktsson 2012-08-16 20:26:17 -07:00
parent afb2a6eabb
commit 25bdd23829
1 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,14 @@
# Factor # Factor
The Factor programming language combines [powerful language Factor is a [concatenative](http://www.concatenative.org), stack-based
programming language with [high-level
features](http://concatenative.org/wiki/view/Factor/Features/The%20language) features](http://concatenative.org/wiki/view/Factor/Features/The%20language)
with a [full-featured including dynamic types, extensible syntax, macros, and garbage collection.
library](http://docs.factorcode.org/content/article-vocab-index.html). The On a practical side, Factor has a [full-featured
implementation is [fully library](http://docs.factorcode.org/content/article-vocab-index.html),
supports many different platforms, and has been extensively documented.
The implementation is [fully
compiled](http://concatenative.org/wiki/view/Factor/Optimizing%20compiler) compiled](http://concatenative.org/wiki/view/Factor/Optimizing%20compiler)
for performance, while still supporting [interactive for performance, while still supporting [interactive
development](http://concatenative.org/wiki/view/Factor/Interactive%20development). development](http://concatenative.org/wiki/view/Factor/Interactive%20development).