bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Additional issues with aplwrap


From: David B. Lamkins
Subject: Re: [Bug-apl] Additional issues with aplwrap
Date: Sat, 16 Aug 2014 18:43:44 -0700

1 and 2 should be resolved with the most recent push.

On Wed, 2014-08-13 at 18:23 -0500, Blake McBride wrote:
> 1.  Space issue while defining functions:
> 
> 
> GNU APL
> 
> 
> 
> 
>       ∇test
> [1] 1
> [2] 2
> [3] 3
> [4] ∇
>  
> 
> 
> APLWRAP:
> 
> 
>       ∇test
> 
> 
> [1] 1
> 
> 
> [2] 2
> 
> 
> [3] 3
> 
> 
> [4] ∇
> 
> 
> 
> 
> 2.  Space issue with quad-quote:
> 
> 
> GNU APL:
> 
> 
>       ∇test;x
> [1] x←⍞
> [2] x
> [3] →1
> [4] ∇
>       test
> abc
> abc
> def
> def
> ghi
> ghi
> jkl
> jkl
> mno
> mno
> 
> 
> 
> 
> APLWRAP with same definition for test:
> 
> 
>       test
> 
> 
> abc
> abc
> 
> 
> def
> def
> 
> 
> ghi
> ghi
> 
> 
> jkl
> jkl
> 
> 
> mno
> mno
> 
> 
> 
> 
> 3.  Can't break out of a function
> 
> 
> GNU APL:
> 
> 
>       ∇test
> [1] →1
> [2] ∇
>       test
> ^CATTENTION
> test[1]  →1
>           ^
> 
> 
> 
> 
> APLWRAP with same definition for test.  ∧C does not break out.
> 
> 
> Thanks.
> 
> 
> Blake
> 
> 




reply via email to

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