3 comments

[ 3.2 ms ] story [ 35.9 ms ] thread
Good lord, that looks like Death By Parentheses

(do (set f1 0) (set f2 1) (set x 0) (while (neq (get x) 50) (do (set x (+ (get x) 1)) (set next (+ (get f1) (get f2))) (set f1 (get f2)) (set f2 (get next)) (print (get f2)) ) ) )

this definitely will not work in golang :P
Sorry that was by mistake, didnt mean to make that comment here. Now I don't see a way to delete it.