From 512a0eeff7d00fbed1fc25f9ef927c6050b009ec Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 29 Jun 2015 00:05:50 +0200 Subject: Updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') 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 ------------- -- cgit v1.2.3