Re: [Bug-apl] aplwrap problem with quad-quote

2014-09-08 Thread Blake McBride
Can't believe I forgot to update. Thanks. On Mon, Sep 8, 2014 at 12:38 AM, David B. Lamkins wrote: > aplwrap 2.0: > > x←⍞,0⍴⍞←'abcde' > abcdefghij > x > fghij > ⍴x > 10 > > > On Sun, 2014-09-07 at 22:00 -0500, Blake McBride wrote: > > GNU APL & IBM APL: > > > > > >

Re: [Bug-apl] aplwrap: bell & ANSI controls

2014-09-08 Thread Blake McBride
This was fixed before but doesn't work anymore. I use it a lot, and having it work just like GNU APL without APLWRAP is very useful to me. Thanks. Blake On Mon, Aug 18, 2014 at 10:23 AM, Blake McBride wrote: > Greetings, > > Some of my error handling code uses the bell (⎕AV[⎕IO+7]), and my

Re: [Bug-apl] Feedback

2014-09-08 Thread Juergen Sauermann
Hi Blake, done, SVN 463. /// Jürgen On 09/07/2014 09:27 PM, Blake McBride wrote: Cool.  I like it!  It would be nice to be able to type this as well:       )LIBS 6 /

Re: [Bug-apl] Issue with trace

2014-09-08 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 463. /// Jürgen On 09/07/2014 09:18 PM, Blake McBride wrote: GNU APL:       ∇test [1] →⍳0 [2] →⍳0 [3] ∇      

[Bug-apl] Readline is gone

2014-09-08 Thread Juergen Sauermann
Hi, after more than 6 years a good old friend, libreadline, has ceased to exist in GNU APL. Its main capabilities (as far as GNU APL is concerned) have been replaced by similar but more APL aware functions that I would like to mentioned here:

Re: [Bug-apl] Readline is gone

2014-09-08 Thread Blake McBride
Thank you very much for such a beautiful system! Blake On Mon, Sep 8, 2014 at 11:43 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi, > > after more than 6 years a good old friend, libreadline, has ceased to > exist in GNU APL. > > Its main capabilities (as far as GNU APL is

Re: [Bug-apl] aplwrap: bell & ANSI controls

2014-09-08 Thread Chris Moller
There was some discussion about setting the TERM environment variable, which David Lamkins did for aplwrap, setting it to "dumb"--i.e., aplwrap doesn't understand terminal controls. Nothing says it can't be made to do so, but I've no idea at the moment the scope of work involved. FWIW, though, I

Re: [Bug-apl] Issue with trace

2014-09-08 Thread Blake McBride
I like what you did. Thanks! On Mon, Sep 8, 2014 at 10:35 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 463. > > /// Jürgen > > > On 09/07/2014 09:18 PM, Blake McBride wrote: > > GNU APL: > >∇test > [1] →⍳0 > [2] →⍳0 > [3] ∇ >

Re: [Bug-apl] Feedback

2014-09-08 Thread Blake McBride
Very nice! You may want to add this to apl.html before we forget about this. Thanks! On Mon, Sep 8, 2014 at 10:34 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > done, SVN 463. > > /// Jürgen > > > On 09/07/2014 09:27 PM, Blake McBride wrote: > > Cool. I like

Re: [Bug-apl] aplwrap: bell & ANSI controls

2014-09-08 Thread David B. Lamkins
I wrote an ANSI terminal emulator decades ago. It's not a small task. Even if you take a small subset of the control codes, there are still some tricky architectural issues to consider w.r.t. how a screen-based console would function within the transcript-based model presented by aplwrap. If you'

[Bug-apl] Readline is gone

2014-09-08 Thread David B. Lamkins
Very nice. I'll look into integrating some or all of this into aplwrap. Are the cursor keys still hardcoded?

[Bug-apl] Request: document quad-SI

2014-09-08 Thread David Lamkins
I noticed the quad-SI function but couldn't find a reference in the IBM and ISO PDFs or in the info file. Did I overlook something?