README: minor introduction changes.
parent
afb2a6eabb
commit
25bdd23829
12
README.md
12
README.md
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue