Live data from Hacker News

Viewing profile — ClosureSpin

ClosureSpin

HN member
Joined
Sun, Jul 06, 2014, 12:54 AM UTC
HN karma
2
Public activity
5 items

About ClosureSpin

No profile information was provided.

Recent public activity

  1. comment
    Comment #8814173

    How come?

  2. comment
    Comment #8814171

    If it doesn't have tail call optimizations then it's about as far away from functional as you can get. They're essential for basic functional abstraction.

  3. comment
    Comment #8814166

    Nope. Scala allows for and promotes for functional programming with higher order functions all over the place, its more powerful type system, immutability, practices, standard libr…

  4. comment
    Comment #8814161

    > I think the poster means that c# has many functional features Yeah just like C++ or Java now have "functional features". That doesn't make them functional languages, they don't p…

  5. comment
    Comment #7993448

    Do you have a link that would educate me about some of these problems? Package management interests me because I might find myself developing a package manager in the near future, …