Viewing profile — ethzero
ethzero
HN member- Joined
- Mon, Nov 28, 2011, 4:02 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About ethzero
No profile information was provided.
Recent public activity
-
comment
Comment #26017898
Here's one: https://www.reddit.com/r/stocks/comments/lamgp6/give_it_to_m...
-
comment
Comment #6831081
Spray allows you to define custom (even invalid) headers, all you have to do is subclass HttpHeader. I'm sure the author knew this, but it's not obvious from his criticism.
-
comment
Comment #5947830
You don't need tail calls in JavaScript in order have them in a language that compiles to JS. The tail call can be compiled as a while loop. This is what Scala does on the JVM (and…
-
comment
Comment #5451197
It's not an identical capability. Scala doesn't technically have operator overloading, it has symbolic method names and operator syntax for methods. This means you can use any vali…