Live data from Hacker News

Viewing profile — simonfxr

simonfxr

HN member
Joined
Thu, Sep 14, 2017, 8:59 PM UTC
HN karma
42
Public activity
4 items

About simonfxr

No profile information was provided.

Recent public activity

  1. comment
    Comment #39239917

    I guess you mean Futamura projections?

  2. story
  3. comment
    Comment #25562796

    Okay you are right, GHC does not produce a stable ABI with dynamic libraries. But it could do so in principal, no problem with laziness itself. It just would be a lot slower withou…

  4. comment
    Comment #25561156

    I don't see how strict vs. lazy has anything to do with linkage. I guess you are talking about foreign functions defined in a dynamic library. Calling a foreign function (regardles…