[Bug-apl] Lambdas

2014-12-30 Thread Tobia Conforto
Hello It semes the parser does not like it when I juxtapose two lambdas: {⍵} ⊢ {⍵} 3 3 {⍵} {⍵} 3 SYNTAX ERROR {⍵}λ1 3 ^ ^ Is this related to function / operator parsing? Tobia

Re: [Bug-apl] Base64

2014-12-30 Thread Juergen Sauermann
Hi Tobia, thanks, fixed in SVN 521. I also added a chapter in apl.texi to explain the / ⌿ \ and ⍀ handling /// Jürgen On 12/30/2014 01:30 AM, Tobia Conforto wrote: Hi Jürgen,