(AKA Abusing Operators in Julia) Believe it or not but the following is actual Julia code which generates Fibonacci numbers: (n->((l->[l[2],l/+])^n)(0:1)[1]).(1:10)
(n->((l->[l[2],l/+])^n)(0:1)[1]).(1:10)
Use the J programming language to solve a competition math problem.
Home