back
user profile
eatonphil
24,200karma·4,492submissions·December 27, 2014
about
theconsensus.dev
recent activity (4,492 total)
comment
Could we get the date on the title? This is from 2014.
comment
In OCaml, you currently need separate operators to add integers together versus adding floats together: (* current compiler *)
let i8 = 4 + 4;;
let f8 = 4.0 +. 4.0;;
(* is possible …
1 pts
comment
That's true. We had to write our own (generic) GLM library in university. Definitely wouldn't want to be doing that in Go.
comment
Wouldn't breaking it down into components instead of using a one liner be an appropriate response for readability's sake?
comment
http://imgur.com/wSiyECY