fns creation using libapl (c code)

2023-03-06 Thread enztec
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

Re: Reassignment of a nested array element

2023-03-06 Thread Hans-Peter Sorge
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

Re: macOS warning present in build 1651

2023-03-06 Thread Dr . Jürgen Sauermann
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:

Re: Reassignment of a nested array element

2023-03-06 Thread Dr . Jürgen Sauermann
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

Re: macOS warning present in build 1651

2023-03-06 Thread Dr . Jürgen Sauermann
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: