diff options
| author | Drahflow <drahflow@gmx.de> | 2015-06-29 00:05:50 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-06-29 00:05:50 +0200 |
| commit | 512a0eeff7d00fbed1fc25f9ef927c6050b009ec (patch) | |
| tree | af4cc3b3bf7c66013136156c32db4506a7a6b23d | |
| parent | 9a41c1d7c4ddf5abd0757a4887193e5c3e7df46c (diff) | |
Updated readme
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 ------------- |
