Show HN: Gojay – highly performant JSON encoder/decoder for Golang
1–4 of 4 posts
Re: Show HN: Gojay – highly performant JSON encoder/decoder for Golang
#2Good 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)) ) ) )
Re: Show HN: Gojay – highly performant JSON encoder/decoder for Golang
#3Good 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
Re: Show HN: Gojay – highly performant JSON encoder/decoder for Golang
#4Good 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.