Re: [Bug-apl] )Load fail on new SVN

2014-05-11 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 259. I had removed ⎕NLT together with gettext() but it can still be around in workspace files. /// Jürgen On 05/10/2014 11:53 PM, Blake McBride wrote: This was fine prior to my SVN update and rebuild. Now I get: )load Devices ===

Re: [Bug-apl] )Load fail on new SVN

2014-05-11 Thread Blake McBride
That fixed it. Thanks! On Sun, May 11, 2014 at 7:41 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 259. I had removed ⎕NLT together with gettext() but it > can still be around in workspace files. > > /// Jürgen > > > > On 05/10/2014 11:53 PM,

[Bug-apl] )SI asterisk should be on same line

2014-05-11 Thread Blake McBride
The output to )SI seems correct except that the asterisk should be on the same line as the function and line. )clear CLEAR WS ∇fun [1] fun2 [2] ∇ fun VALUE ERROR fun[1] fun2 ^ )SI fun[1] ⋆ fun VALUE ERROR fun[1] fun2 ^ )SI fun[1] ⋆ fun[1] ⋆

[Bug-apl] Segfault on )COPY

2014-05-11 Thread Blake McBride
)LOAD gg SAVED 2014-5-11 14:21:36 (GMT-5) )FNS CAL CS Dtfmt EHN ER JUL Lck Omega PI Parse Pic PicdPid Pim Pin Pis VI auto ∆ )SI )COPY gg Pic SEGMENTATION FAUL

Re: [Bug-apl] 80 core performance results

2014-05-11 Thread Juergen Sauermann
Hi Elias, thanks, already interesting. If you could loop around the core count: *for ((i=1; $i<=80; ++i)); do** ** ./Parallel $i** ** ./Parallel_OMP $i** **done* then I could understand the data better. Also not sure if something is wrong with the benchmark program. On my new 4-core with OMP I

Re: [Bug-apl] SQL on PostgreSQL error

2014-05-11 Thread Blake McBride
It appears to only happen in PostgreSQL. Also, when I tried it with a non-empty file in PostgreSQL, it worked. Thanks. SQL∆LoadLib '/home/blake/Backup/apl-sqlite.git/lib_sql.so' db←'sqlite' SQL∆Connect '.db' db 0 'select * from apl_files;' SQL∆Select[db]'' $ sqlite3

Re: [Bug-apl] String element of general array

2014-05-11 Thread Blake McBride
Is this what you intended of the 'me' function: ≡me 4 3 ≡me 5 6 2 ≡me '' 2 ≡me 'f' 3 ≡me 'ff' 2 ≡me 'aaa' 'bbb' 3 ≡me 'a' 'b' 2 On Fri, May 9, 2014 at 4:00 PM, David B. Lamkins wrote: > Here's a version that doesn't use a lambda. Instead, there's a ne

Re: [Bug-apl] String element of general array

2014-05-11 Thread David B. Lamkins
Um, yes and no. This was all hacked together during compilation breaks while at work. I didn't put any effort into testing edge cases. In particular, I assumed string keys. I didn't design for or test with numeric keys. Also, `me' was designed as a helper for `nl'. In combination with `nl' and f

[Bug-apl] How does a vector become a matrix?

2014-05-11 Thread Blake McBride
⊃⊃⊂,⊂,7 ┌→┐ ↓7│ └─┘ ⍴⊃⊃⊂,⊂,7 ┌→──┐ │1 1│ └───┘