|
From: | Elias Mårtenson |
Subject: | Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter |
Date: | Mon, 31 Mar 2014 15:40:06 +0800 |
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/themesGreat work!
> in the days to come, but the most difficult part is done.
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
[Prev in Thread] | Current Thread | [Next in Thread] |