Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mercurial
on April 23, 2015
|
parent
|
context
|
favorite
| on:
1ML – unifying ML into one language
You don't need a dynamic language for that. In Java:
Map<K,V> mkMap(int size) { return size > threshold ? new HashMap<K,V>() : new TreeMap<K,V>(); }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: