bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] A GTK wrapper for GNU APL


From: Chris Moller
Subject: Re: [Bug-apl] A GTK wrapper for GNU APL
Date: Wed, 13 Aug 2014 19:30:14 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

I'm not sure I get it...
aplwrap -- --LX "9-8"  
opens a window containing the result and
      ⎕ARG
yields
 apl --noColor --rawCIN -w 500 --silent --LX 8-9


aplwrap -- -f plotsincos
runs the script.  Is there something I'm missing?



On 08/13/14 18:16, David Lamkins wrote:
Sorry... I didn't explain the command-line stuff completely and forgot a part.

Here's a patch (attached).


On Wed, Aug 13, 2014 at 2:22 PM, Chris Moller <address@hidden> wrote:
  • Added the command-line stuff.
  • Fixed the assign arrow and branch arrow transposition.

Both pushed to github.

I'll look at the quad-PW stuff


On 08/13/14 16:36, David Lamkins wrote:
Here's a feature request:

- Provide a means to pass command-line arguments to APL.

At the very least, I'd like to be able to do something like:

$ aplwrap -s 16 -- --my-option 1234

where everything from -- onward would be tacked onto the end of aplwrap's apl_argv[].

That way, everything after the -- would be available via quad-ARG for consumption by the APL program.




--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]