bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Why do I hit this SYSTEM LIMIT?


From: Juergen Sauermann
Subject: Re: [Bug-apl] Why do I hit this SYSTEM LIMIT?
Date: Tue, 16 Sep 2014 12:54:25 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi Peter,

I have added the limit to ⎕SYL and also increased it. SVN 476.

The limit is the max. number of not yet reduced Token per APL statement.
It can be reached for deeply nested expressions.

/// Jürgen


On 09/15/2014 08:44 PM, Peter Teeson wrote:
      c←⍳9
     d←(((('c',('n',⊃⍕¨c),'←'),'⍳'),'0'),'  '),'◊'
SYSTEM LIMIT (prefix length)
      d←(((('c',('n',⊃⍕¨c),'←'),'⍳'),'0'),'  '),'◊'
                      ^                       ^
 but this is OK? 
    d←((('c',('n',⊃⍕¨c),'←'),'⍳'),'0'),'  '

I don't see prefix length in ⎕SYL.

I don't understand. Sorry but my coffee must not be working….

Peter



reply via email to

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