Live data from Hacker News

Viewing profile — UglyGenius

UglyGenius

HN member
Joined
Sat, Jun 30, 2018, 5:17 PM UTC
HN karma
14
Public activity
3 items

About UglyGenius

No profile information was provided.

Recent public activity

  1. comment
    Comment #26104988

    As it already has been mentioned - Future's poor performance is mostly due redundant context switches on pretty much any operation. If you do `future.map((i: Int) => i + 1)` it can…

  2. comment
    Comment #26102444

    There's a blooming ecosystem of pure functional programming libraries. Or even two ecosystems: Typelevel and ZIO. My company uses Scala a lot with with these ecosystems (my team is…

  3. comment
    Comment #22011958

    Wondering if Unison was designed as (or ever planned to become) a general-purpose language or it something more domain-specific, e.g. distributed computations.