Show HN: Gojay – highly performant JSON encoder/decoder for Golang (github.com) 11 points by nishaad78 8y ago ↗ HN
[–] dugluak 8y ago ↗ 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)) ) ) ) [–] nishaad78 8y ago ↗ this definitely will not work in golang :P [–] dugluak 8y ago ↗ Sorry that was by mistake, didnt mean to make that comment here. Now I don't see a way to delete it.
[–] nishaad78 8y ago ↗ this definitely will not work in golang :P [–] dugluak 8y ago ↗ Sorry that was by mistake, didnt mean to make that comment here. Now I don't see a way to delete it.
[–] dugluak 8y ago ↗ Sorry that was by mistake, didnt mean to make that comment here. Now I don't see a way to delete it.
3 comments
[ 3.2 ms ] story [ 35.9 ms ] thread(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)) ) ) )