aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-06-29 00:05:50 +0200
committerDrahflow <drahflow@gmx.de>2015-06-29 00:05:50 +0200
commit512a0eeff7d00fbed1fc25f9ef927c6050b009ec (patch)
treeaf4cc3b3bf7c66013136156c32db4506a7a6b23d /README.md
parent9a41c1d7c4ddf5abd0757a4887193e5c3e7df46c (diff)
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index ef1e40d..711d401 100644
--- a/README.md
+++ b/README.md
@@ -115,13 +115,12 @@ Features
* non-braindead stack manipulation, e.g. `-021` specifies "top element, then third, then second"
* concatenative language syntax, e.g. `data modifyOne modifyTwo modifyThree`
-* sufficiently powerful to code a webserver in
- * 15 lines, when using the server library
- * which is 131 lines
+* trivial to build DSLs
* compact code
* more readable than APL though
* unless you don't want it to be
-* trivial to build DSLs
+* acceptable performance (and you can always switch to assembly if necessary)
+* I actually use it for non-trivial projects
Documentation
-------------