aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-30 15:19:53 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-04-30 15:19:53 -0400
commita4f6739c204779ae06e31b40858dab55f353f33b (patch)
tree23c64be5bd2411bcbda83039e7a08f4f9ec35ceb /docs/try.html
parent1df2979a47cd40ec00d929c26b2aa4b05467069f (diff)
Performance is much better now
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/try.html b/docs/try.html
index 865fd36c..8fa61889 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -32,8 +32,7 @@
<ul>
<li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html#functions">here</a>.</li>
<li>Any modifier with enter will execute, not just shift. The code window is vertically resizeable.</li>
- <li>Support for function headers and multiple bodies is missing.</li>
- <li>It's slow, but not <em>that</em> slow: usually most of the time is spent compiling your code, and sometimes from formatting the output. Chrome is faster than Firefox here, and speeds up over a few runs as JIT compilation kicks in.</li>
+ <li>Support for function headers and multiple bodies, and namespaces, is missing.</li>
</ul>
</p>