roenxi

↗ HN profile [ 93.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Kelly Criterion (en.wikipedia.org)
  2. I've observed that the default choice of data structures in a programming language makes a huge difference in how the language works in practice - C arrays vs Python dicts vs Clojure maps for example. I know that the…