bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Reshape operator with variable on left-hand side doesn't work


From: Juergen
Subject: [Bug-apl] Reshape operator with variable on left-hand side doesn't work
Date: Thu, 28 Nov 2013 11:54:39 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

it is a fault. Problem is that 'value' is mistakenly enclosed:


      2 ⎕CR y
.-. 1
|2| 
'-' 


or:

      4 ⎕CR y
 ┏→━━━━┓
 ┃┏━┓ 1┃
 ┃┃2┃  ┃
 ┃┗━┛  ┃
 ┗━━━━━┛


I will look into this. In the meantime please use eg. (X,1) instead of X 1.

I have been struggling with vector notation (like X 1) already earlier.
I then tried to find it in the in the APL standard but it seems not to be covered there.
As of today it is still not clear to me what the exact rules related to vector notation are,
but I will give it another try.


/// Jürgen


reply via email to

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