|
From: | Peter Teeson |
Subject: | Re: [Bug-apl] Performance problem with simple program |
Date: | Wed, 07 Oct 2015 11:15:20 -0400 |
Of course this was in the context of Jay’s comment on Elias’ APL. So in that specific case Jay suggested: (⍳N)⍪[1.5]+\+⌿10 10 10⊤⍳N←400 and then modified it, suggesting ((1+⌊10⍟N)⍴10) to become (⍳N)⍪[1.5]+\+⌿((1+⌊10⍟N)⍴10)⊤⍳N←400 But this produces the same result: (⍳N)⍪[1.5]+\+⌿((⌈10⍟N)⍴10)⊤⍳N←400 with 2 less symbols in this case… (Meh… APL one liners…..) ;}
|
[Prev in Thread] | Current Thread | [Next in Thread] |