Re: [Bug-apl] script "Killed"

2016-02-16 Thread Christian Robert
I would say that you are out of memory. Killed alone means killed by the system. # dmesg | tail -n 50 will probably confirm the out of memory condition. Xtian. On 2016-02-16 19:25, alexwei...@alexweiner.com wrote: Hi Bug-APL, I was running APL as a script, working on a file that is several

[Bug-apl] script "Killed"

2016-02-16 Thread alexweiner
Hi Bug-APL,I was running APL as a script, working on a file that is several megabytes, and it printed the word "Killed" and then ends and kicks me back out to the command line. Does anyone have any idea what happened here? Is this possible to avoid?-Alex

[Bug-apl] ∪ and complex numbers

2016-02-16 Thread Louis de Forcrand
I recently noticed that trying to use ∪ (unique) with complex numbers (0J1 etc.) signals a domain error. This probably isn’t a bug (and is probably workaround-able with circle functions), but it would be nice to have this feature. Best regards, Louis