#WEEKLY 17 FUNCTIONAL FIB
It works. It uses a functional algo to find a fib via the Iterator trait being implemented.
fuzzyastrocat (1463)
Nice! Though in other posts map
has been considered disallowed, so might want to change that if possible
I don't see the fibonacci series being generated.
@TheDrone7 it generates the fib series manually by calling .next on a fib object
@Jakman It only prints
[1, 2, 3]
and that is not the fib series.@TheDrone7 it skips the first 1 for some reason
@Jakman Well, that would be a DQ then I'm afraid.
@TheDrone7 aight cool