bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Extension proposal: ⍵⍵ to access outer lambda


From: Elias Mårtenson
Subject: [Bug-apl] Extension proposal: ⍵⍵ to access outer lambda
Date: Wed, 9 Jul 2014 16:53:49 +0800

It would be nice to be able to access the values of ⍵ and ⍺ (and I suppose χ) from the outer lambda from a nested lambda.

I.e, I'd like to following to return the value 1100:

      { ⍵ + {⍵×⍵⍵} 10 } 100

In other words, the ⍵⍵ in the inner lambda would refer to the value 100 (i.e. the value of ⍵ in the outer lambda).

Would this be easy to implement?

Regards,
Elias

reply via email to

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