Live data from Hacker News

Viewing profile — distortion

distortion

HN member
Joined
Sat, Jul 11, 2009, 4:59 PM UTC
HN karma
2
Public activity
2 items

About distortion

No profile information was provided.

Recent public activity

  1. comment
    Comment #1995474

    I'm working on a language along those lines, called Aeon. I guess I should save any plugging until I actually release something!

  2. comment
    Comment #925925

    Of course Haskell has closures, there's always a scope to close over: f x = (\y -> x + y)