Re: [Bug-apl] Question about GNU APL

2015-02-19 Thread Elias Mårtenson
On 19 February 2015 at 21:28, Blake McBride wrote: > On Thu, Feb 19, 2015 at 7:10 AM, Juergen Sauermann < > juergen.sauerm...@t-online.de> wrote: > >> > 1. those things are probably not very hard to implement. However: >> >> 2. I try to minimize non-standard extensions of GNU APL because every >

Re: [Bug-apl] Unnecessary internal array clone

2015-02-19 Thread Juergen Sauermann
Hi Blake, I believe the state of affairs is that in some (actually very few) cases (eg. in-place ⍴ when the result is smaller than the argument), unnecessary array clones were optimized away but the proposed methods so far did not pass the existing te

[Bug-apl] APLEditor update

2015-02-19 Thread Blake McBride
The APL editor written in APL has been updated. It is at: https://github.com/blakemcbride/APLEditor Blake McBride

[Bug-apl] Unnecessary internal array clone

2015-02-19 Thread Blake McBride
Greetings, Thinking about GNU APL, I remember an issue Elias raised about GNU APL performing unnecessary array clones internally. I thought I'd re-raise the issue. Thanks. Blake

Re: [Bug-apl] Question about GNU APL

2015-02-19 Thread Blake McBride
On Thu, Feb 19, 2015 at 7:10 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Christian, > > see my answers inline below... > > /// Jürgen > > > On 02/19/2015 03:10 AM, Christian Robert wrote: > > ... > > > how hard is it to implement the standard/or-not-as-standard-as-it-seems

Re: [Bug-apl] Question about GNU APL

2015-02-19 Thread Blake McBride
There is also a portable editor written in APL at: https://github.com/blakemcbride/APLEditor On Thu, Feb 19, 2015 at 5:22 AM, Elias Mårtenson wrote: > For editor integration, there is gnu-apl-mode for Emacs, installable via > MELPA. Another option is Aplwrap, which provides a gtk-based wrapp

Re: [Bug-apl] Question about GNU APL

2015-02-19 Thread Juergen Sauermann
Hi Christian, see my answers inline below... /// Jürgen On 02/19/2015 03:10 AM, Christian Robert wrote: I was to report that this APL _expression_   30 2⍴?60⍴2 always return

Re: [Bug-apl] Question about GNU APL

2015-02-19 Thread Elias Mårtenson
For editor integration, there is gnu-apl-mode for Emacs, installable via MELPA. Another option is Aplwrap, which provides a gtk-based wrapper around GNU APL. Here's a video I made some time ago showing off the Emacs mode: http://youtu.be/yP4A5CKITnM Regards, Elias On Feb 19, 2015 7:09 PM, "Christ

[Bug-apl] Question about GNU APL

2015-02-19 Thread Christian Robert
I was to report that this APL expression 30 2⍴?60⍴2 always return a row of "1" and a row of "2" (installed from the source(.tar.gz) provided on GNU Mirrors) after looking at the "GNU APL" site for a bug report address, I saw that we can get the "latest" from svn; so I check-it-out, comp