Re: [Bug-apl] How to get SEV_ERASED event?

2014-02-19 Thread Juergen Sauermann
Hi, A←1 2 3 ⎕EX 'A' /// Jürgen On 02/19/2014 10:15 AM, Elias Mårtenson wrote: I have a hard time testing the Emacs mode's treatment of SEV_ERASE, as I can't seem to get such event. Nothing I tried (including calling )ERASE on it) causes this to happen. When is this event sent? Regards,

[Bug-apl] Short pause of program

2014-02-19 Thread Elias Mårtenson
I've reached the point where I have been able to reproduce the famous Dyalog video where a guy builds a game of life and lets it animate by updating a watched variable, with one exception: I need a way to sleep for a short while (less than a second). Is there any facility in GNU APL that would

Re: [Bug-apl] Short pause of program

2014-02-19 Thread Jay Foad
On 19 February 2014 14:05, Elias Mårtenson loke...@gmail.com wrote: I've reached the point where I have been able to reproduce the famous Dyalog video where a guy builds a game of life and lets it animate by updating a watched variable, with one exception: I need a way to sleep for a short

[Bug-apl] Duplicate on laminate with axis

2014-02-19 Thread Daniel H. Leidisch
Hello! Using duplicate on laminate with axis results in a syntax error: ,[0.5]⍨'foo' SYNTAX ERROR ,[0.5]⍨'foo' ^ ^ Unless I'm mistaken, it should yield the same result as 'foo',[0.5]'foo'. (Works in NARS2000 and Dyalog.) I'm at r133. Regards, Daniel