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: Elias Mårtenson
Subject: Re: [Bug-apl] Feature suggestion: multiple function arguments
Date: Sat, 5 Mar 2016 23:19:24 +0800

On 5 March 2016 at 23:09, Louis de Forcrand <address@hidden> wrote:
While talking about features to add, instead of introducing a new function header
style, IMHO a new local assignment function would be more useful.
For example, instead of typing
∇Z←X F Y;A;B;C
to declare local variables, instead one would simply type
∇Z←X F Y
and then assign variables A, B, and C using the local assignment arrow.
This would apply to the previously discussed header as:
∇multi a
(a1 a2 a3)⍅a

I have thought about creating an alternative branch where these things can be experimented with. Unfortunately I haven't had the time, and I also haven't thought of any extensions that are so incredibly cool that I absolutely have to out and implement them. :-)

Regards,
Elias 

reply via email to

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