bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Feature suggestion: multiple function arguments


From: Juergen Sauermann
Subject: Re: [Bug-apl] Feature suggestion: multiple function arguments
Date: Tue, 15 Mar 2016 17:32:20 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Elias,

not quite.

Both APL2 and GNU APL can bind an operator to its left argument with ().

Neither APL2 nor GNU APL can bind a function to its left argument with ().

The difference comes because APL2 binds operator / to its left argument while
GNU APL cannot bind function / to its left argument.

/// Jürgen


On 03/15/2016 05:00 PM, Elias Mårtenson wrote:

On 15 Mar 2016 23:56, "Juergen Sauermann" <address@hidden> wrote:
>
> And the syntax error is a mere consequence of / being a function in the example (you
> cannot bind a function to its left argument with ().

I know GNU APL can't do that, but apparently APL2 can? Is that true?

Regards,
Elias



reply via email to

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