On 29 March 2017 at 06:39, Christian Robert wrote: > what is the meaning of "no native functions" ?
See info apl -n 'Section 3.9': > A Native Function is a function that can be called in APL like a normal > user defined APL function, but is implemented in C++. > A native function is created with A ⎕FX B. A is a string that is the > path of a shared library and B is the name of the function in APL. Dyadic ⎕FX with character string on the left gives a DOMAIN ERROR when --safe is in force. -k