Re: [Bug-apl] Doing without loops

2015-08-31 Thread Louis de Forcrand
Kacper Gutowski writes: > Well, actually you can. Even without using explicit →gotos. > > I'm not sure if that's the most elegant solution, but the first thing > that comes to mind is that you can use dyadic predicate for stopping > condition as right operand rather than a number. > > In this

Re: [Bug-apl] Doing without loops

2015-08-30 Thread Kacper Gutowski
On Mon, Aug 31, 2015 at 2:19 AM, Louis de Forcrand wrote: > Now, my two questions aren't necessarily bugs, but the > blog is titled "bugs and discussion". Anyway, how would I go about > repeating a function using ⍣ until the answer reaches a certain value? > e.g.: > FIB ← { 2 ↓ ( { ⍵ , +/

[Bug-apl] Doing without loops

2015-08-30 Thread Louis de Forcrand
Hi, it's me again. The latest svn works like a charm. ./configure, make, make check, make install, make installcheck. Couldn't be easier. Now, my two questions aren't necessarily bugs, but the blog is titled "bugs and discussion". Anyway, how would I go about repeating a function using ⍣ until