Re: [Bug-apl] Very slow ")save" on large workspace

2016-11-01 Thread Christian Robert
At svn 802 it is more than 5 times faster than at svn 801 with less than 3 secs on my slow tablet. going from 2 hours to less than 3 seconds is *really* an improvement !!! and the resulting .xml file has shrunk by a factor 5. thanks again, Xtian On 2016-10-29 15:14, Christian Robert wrote: I

Re: [Bug-apl] partial enclose stack trace SF

2016-11-01 Thread Juergen Sauermann
Hi Ala'a not sure if duplicate axes are allowed in enclose with axis (and if so what that means). I am now throwing an axis error dur duplicated axes. SVN 802. /// Jürgen On 11/01/2016 08:04 PM, Ala'a Mohammad wrote:

[Bug-apl] partial enclose stack trace SF

2016-11-01 Thread Ala'a Mohammad
Hi, Playing with partial enclose (formally enclose with axis) as follows gave me the following segfault A←2 3 4⍴⍳24 A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ⊂[3 2 2]A SEGMENTATION FAULT --

Re: [Bug-apl] Squad

2016-11-01 Thread Juergen Sauermann
Hi Xtian, the IBM APL2 language reference (which is the primary source of information for GNU APL, the other being the ISO standard) says (page 160)): The length of the left argument must be equal to the rank of the right argument. ⍴,L ←→ ⍴⍴R

Re: [Bug-apl] Squad

2016-11-01 Thread Jay Foad
FYI this was introduced as a compatible extension in Dyalog APL 13.0, along with a similar extension to Take and Drop: MAT 11 12 13 14 21 22 23 24 31 32 33 34 2↑MAT 11 12 13 14 21 22 23 24 1↓MAT 21 22 23 24 31 32 33 34 Jay. On 31 October 2016 at 23:34, Christian Robert wrote: