bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Safe mode is not so safe


From: Kacper Gutowski
Subject: Re: [Bug-apl] Safe mode is not so safe
Date: Wed, 29 Mar 2017 13:18:28 +0200

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



reply via email to

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