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:
> >
> >
> >
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
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 /
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] ∇
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:
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
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
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] ∇
>
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
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'
Very nice. I'll look into integrating some or all of this into aplwrap.
Are the cursor keys still hardcoded?
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?
12 matches
Mail list logo