Articles

  • Operator Flexibility in Julia

    (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)

  • Two Wrongs Sometimes Make A Right

    Use the J programming language to solve a competition math problem.