Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Juergen Sauermann
Hi Thomas, cool! Congratulations for getting this working! /// Jürgen On 03/30/2014 08:50 PM, baruc...@gmx.com wrote: Hi, I had to work more in order to turn the interpreter to an asynchronous process (if you don't know about javascript: in two words, a javascript program can't "wait" for in

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Elias Mårtenson
Actually, you can press C-c C-f do achieve the same result. The hijacking of nabla is only in order to show the user that the external editor actually exists. :-) Regards, Elias On 31 March 2014 16:02, Kacper Gutowski wrote: > On 2014-03-31 15:40:06, Elias Mårtenson wrote: > > The Nable edito

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Kacper Gutowski
On 2014-03-31 15:40:06, Elias Mårtenson wrote: > The Nable editor should (in my opinion) open a separate editor just like the > Emacs mode does. :-) That's one way to do things. But wouldn't it be nicer to just use something like )EDIT rather than hijacking ∇ for that purpose? I actually hated th

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Elias Mårtenson
The Nable editor should (in my opinion) open a separate editor just like the Emacs mode does. :-) Also, HTML gives us some great opportunities to create nice array visualisations without having to rely on character graphics. I'm going to whip up a simple example showing what it could look like. R

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Kacper Gutowski
On 2014-03-30 20:50:31, baruc...@gmx.com 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 hav

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Elias Mårtenson
After some talk on Freenode #jsoftware, it was asked if you could use a better font? I would suggest GNU FreeMono. That's the one I use in my Emacs windows and looks great for APL: http://www.fontspace.com/gnu-freefont/freemono Regards, Elias On 31 March 2014 15:03, Elias Mårtenson wrote: >

Re: [Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-31 Thread Elias Mårtenson
This is pretty amazing stuff. Having the ability to save workspaces using HTML5 local storage would be a nice addition. Also, using the arrow keys to select from the command history would be neat. I can think of a million other features, but I'm sure you can too. :-) Regards, Elias On 31 March

[Bug-apl] Finally turned javascript version to a true REPL interpreter

2014-03-30 Thread baruchel
Hi, I had to work more in order to turn the interpreter to an asynchronous process (if you don't know about javascript: in two words, a javascript program can't "wait" for input from the user; you have to make your program event-based). I finally made the interpreter completely leave between each