bug-apl
[Top][All Lists]
Advanced

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

[Bug-apl] Fibonacci sequence


From: Elias Mårtenson
Subject: [Bug-apl] Fibonacci sequence
Date: Thu, 3 Jul 2014 22:12:50 +0800

I was playing around with solving the Dyalog challenge, and I found them pretty easy with the exception of one.

The goal was to write a lambda function that given a single integer, returns a list of the Fibonacci series up to that number.

The only way I can think of solving it is by using a full function and a loop. That can't possibly be the easiest way.

Any suggestions?

Regards,
Elias

reply via email to

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