Live data from Hacker News

Viewing profile — ethzero

ethzero

HN member
Joined
Mon, Nov 28, 2011, 4:02 AM UTC
HN karma
4
Public activity
4 items

About ethzero

No profile information was provided.

Recent public activity

  1. comment
    Comment #26017898

    Here's one: https://www.reddit.com/r/stocks/comments/lamgp6/give_it_to_m...

  2. 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.

  3. 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…

  4. 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…