Live data from Hacker News

Viewing profile — nrioux

nrioux

HN member
Joined
Sun, Aug 17, 2014, 7:42 PM UTC
HN karma
4
Public activity
6 items

About nrioux

No profile information was provided.

Recent public activity

  1. comment
    Comment #33979676

    You asked for an example of Haskell influencing languages other than Idris. Type classes are a pretty clear example. I don't see how it is particularly relevant to this that they w…

  2. comment
  3. comment
    Comment #33964211

    Phil Wadler, the first author of the paper you cite, was literally a principal designer of Haskell. SML does not have type classes; your quote points out a deficiency in SML that m…

  4. comment
    Comment #33956253

    Rust's traits come to mind as one example.

  5. comment
    Comment #12200387

    > Does this basically mean the language is immune via the compiler to failures or attacks from abstraction gaps between what high-level language shows and what low-level target act…

  6. comment
    Comment #10571492

    Is targeting Go source code like this really the best option for a Go-like language? I've been curious about hooking into some stage of Go's compiler. Looks like there is an interm…