Hi Blake,
)LIBS with an argument sets the directory below
which some of the library reference numbers are searched:
)LIBS
Library root: /home/eedjsa/apl/apl-1.4/src
Library reference number mapping:
-
Hi Peter,
I installed the MacAplAlt.keylayout file to a new folder
OS-X-Keyboard as proposed.
I took the freedom to spell the folder slightly differently
because blanks in file names could break
the entire installation on some platforms. SVN 46
I just pushed aplwrap 2.0, which incorporates a lot of work by David
Lamkins and adds an editor.
Summary of changes since v 1.0:
*
Correct display of APL output.
*
--LX command-line argument to pass expression or command to APL.
*
--rows-var command-line argument lets APL k
Cool! Are you using the Emacs mode protocol?
If so, are you using all the commands? I just want to know in case I would
like to make changes. :-)
Regards,
Elias
On 7 September 2014 22:46, Chris Moller wrote:
> I just pushed aplwrap 2.0, which incorporates a lot of work by David
> Lamkins and
Hi Blake,
hopefully fixed in SVN 461.
/// Jürgen
On 09/07/2014 04:54 AM, Blake McBride
wrote:
I was tracing a function when I got:
Picd[6] 9/06/2014
Picd[8] *this:
Hi Blake,
fixed in SVN 461.
/// Jürgen
On 09/07/2014 04:58 AM, Blake McBride
wrote:
Greetings,
After the crash I reported in my previous email, my
terminal was set incorrectly. I h
Yes, I'm using your socket interface, but I'm not using all the
commands. Right now, I'm just using "variables" to extract the list of
functions (and, eventually, both fcns and vars), "fn" to extract the
functions (and, eventually, "getvar") and "def."
Chris
On 09/07/14 10:59, Elias Mårtenson w
Great. I'm glad to see it works for you. :-)
On 7 September 2014 23:15, Chris Moller wrote:
> Yes, I'm using your socket interface, but I'm not using all the
> commands. Right now, I'm just using "variables" to extract the list of
> functions (and, eventually, both fcns and vars), "fn" to extr
...a bit more spam. If anyone's interested, I've got another
APL-related work-in-progress: aplplot. It provides a way of plotting
APL vectors and arrays. At the moment it handles:
* multiple-curve linear and log XY plots,
* polar plots,
* complex-vector plots in 3-space
* various kinds o
GNU APL:
∇test
[1] →⍳0
[2] →⍳0
[3] ∇
T∆test←1 2
test
IBM APL 2:
∇TEST
[1] →⍳0
[2] →⍳0
[3] ∇
T∆TEST←1 2
TEST
TEST[1] →2
TEST[2] →3
Thanks.
Blake
Cool. I like it!
It would be nice to be able to type this as well:
)LIBS 6 /usr/someotherdir
To change where lib 6 points to.
Thanks.
Blake
On Sun, Sep 7, 2014 at 8:17 AM, Juergen Sauermann <
juergen.sauerm...@t-online.de> wrote:
> Hi Blake,
>
> *)LI**BS* with an argument sets the
Yes. Thanks!
On Sun, Sep 7, 2014 at 10:00 AM, Juergen Sauermann <
juergen.sauerm...@t-online.de> wrote:
> Hi Blake,
>
> hopefully fixed in SVN 461.
>
> /// Jürgen
>
>
> On 09/07/2014 04:54 AM, Blake McBride wrote:
>
> I was tracing a function when I got:
>
> Picd[6] 9/06/2014
> Picd[8] *thi
GNU APL & IBM APL:
x←⍞,0⍴⍞←'abcde'
abcdefghij
x
fghij
⍴x
10
APLWRAP:
x←⍞,0⍴⍞←'abcde'
abcdefghij
x
fghij
⍴x
5
Thanks.
Blake
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:
>
>
> x←⍞,0⍴⍞←'abcde'
> abcdefghij
> x
> fghij
> ⍴x
> 10
>
>
>
>
>
>
> APLWRAP:
>
>
> x←⍞,0⍴⍞←'abcde'
>
14 matches
Mail list logo