[Bug-apl] Unique of nested arrays doesn't work

2014-02-07 Thread Daniel H. Leidisch
Hello! Unique with nested arrays results in a domain error: ∪1⍴¨1 2 3 4 1 DOMAIN ERROR ∪1⍴¨1 2 3 4 1 ^ ∪'foo' 'bar' 'baz' 'foo' DOMAIN ERROR ∪'foo' 'bar' 'baz' 'foo' ^ Both examples work in Dyalog, NGN, and, according to their documentation, MicroAPL. I'm at r

[Bug-apl] No errro message when defining functions using

2014-02-07 Thread Elias Mårtenson
When I try to define a function that takes no arguments, but does include an axis argument, the normal function editor complains: *∇foo[x]* bad editor command '∇foo[x]' : problem 'Bad function header at Nabla.cc:495' DEFN ERROR ∇foo[x] ^ However, if I try to define the sa