Hi
it doesn't seem possible to create apl fns with apl_command or apl_exec
directly using libapl
but i can successfully create a llibapl environment with fns and variables with
the following setup and workaround
-
2 files fns.enz and fns.c
--
situation 1 : shows good fns created from fns.en
Hello Jürgen,
I agree with your case 1/2 Statement.
The examples I was showing is actually "off by 1".
I was referring to
(1/3⊃V)←1
having
a←1
b←'ABC'
c←3 3⍴⍳9
V←a b c
(3⊃V)
1 2 3
4 5 6
7 8 9
As expected with case 1:
(3⊃V)←1
V
1 ABC 1
V←a b c
Not expe
Hi Louis,
thanks, fixed in SVN 1655.
Best Regards,
Jürgen
On 3/5/23 11:27 PM, Louis Chretien via
Bugs and suggestions for GNU APL wrote:
Two warnings are
present in the build 1651 of APL:
Gentlemen,
thanks for the discussion, fixed in SVN 1655.
Hans-Peter, I am sorry that this change creates an incompatibility
in your code.
My thinking for the old solution was this:
V←0 0 0 ◊ V←1 ◊ V ∩ case 1.
1
Hi Louis,
thanks, fixed in SVN 1654.
Best Regards,
Jürgen
On 3/5/23 11:27 PM, Louis Chretien via
Bugs and suggestions for GNU APL wrote:
Two warnings are
present in the build 1651 of APL: