bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Regression: Lambda functions can no longer be assigned to


From: Juergen Sauermann
Subject: Re: [Bug-apl] Regression: Lambda functions can no longer be assigned to a variable
Date: Tue, 25 Feb 2014 18:07:04 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

thanks. Should work again in SVN 146.

Unfortunately the rules governing the syntax of {} are not standardised and
still somewhat unclear to me.

/// Jürgen


On 02/25/2014 05:19 PM, Elias Mårtenson wrote:
This used to work a few versions back, now I'm just getting a SYNTAX ERROR:

      foo ← {⍵}
SYNTAX ERROR
      foo←λ1
      ^   ^
      
They still work as arguments to operators though:

      {⍵+1}¨1 2 3
2 3 4

Regards,
Elias


reply via email to

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