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: Blake McBride
Subject: Re: [Bug-apl] Additional issues with aplwrap
Date: Mon, 18 Aug 2014 09:42:18 -0500

All three are fixed now.  Thanks!



On Sat, Aug 16, 2014 at 8:43 PM, David B. Lamkins <address@hidden> wrote:
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]