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.
10y ago·view thread
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 …
10y ago·view thread
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.
10y ago·view thread
comment
Wouldn't breaking it down into components instead of using a one liner be an appropriate response for readability's sake?
10y ago·view thread
comment
http://imgur.com/wSiyECY
10y ago·view thread