Viewing profile — ClosureSpin
ClosureSpin
HN member- Joined
- Sun, Jul 06, 2014, 12:54 AM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ClosureSpin
No profile information was provided.
Recent public activity
-
comment
Comment #8814173
How come?
-
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.
-
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…
-
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…
-
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, …