]> gitweb.factorcode.org Git - factor.git/commitdiff
README: minor introduction changes.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 17 Aug 2012 03:26:17 +0000 (20:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 17 Aug 2012 03:26:17 +0000 (20:26 -0700)
README.md

index 7312b73d40e2d5cdd8317ca9f4365217a13600da..bcc4e434b2a27058ecf01334d2d4282be3fc30f1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
 # 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)
-with a [full-featured
-library](http://docs.factorcode.org/content/article-vocab-index.html). The
-implementation is [fully
+including dynamic types, extensible syntax, macros, and garbage collection.
+On a practical side, Factor has a [full-featured
+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)
 for performance, while still supporting [interactive
 development](http://concatenative.org/wiki/view/Factor/Interactive%20development).