[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Finally turned javascript version to a true REPL interpret
From: |
Kacper Gutowski |
Subject: |
Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter |
Date: |
Mon, 31 Mar 2014 09:37:26 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On 2014-03-30 20:50:31, address@hidden wrote:
> At first glance, it seems to work: http://baruchel.hd.free.fr/apps/apl/i/
> You can know use it as an online interpreter. I will add some colors/themes
> in the days to come, but the most difficult part is done.
Great work!
It's really nice to have usable interpreter without installing anything.
And thanks to being compiled to javascript (and thus reusing browser's
sandboxing) it's much better than, say, Dyalog's TryAPL where a bunch of
features were disabled (e.g. no ⍎).
Things like this work :)
⍎s←'''⍎s←'',q,((1+q=s)/s),q←⎕UCS 39'
However, entering nabla editor still falls back to using prompt boxes
like in earlier version.
-k