Viewing profile — Denommus
Denommus
HN member- Joined
- Mon, Dec 29, 2014, 3:17 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About Denommus
No profile information was provided.
Recent public activity
-
comment
Comment #8814715
Besides the object system, OCaml has a powerful module system, with first-class modules and functors (which is already basically very equivalent to what you'd expect from objects).…
-
comment
Comment #8810770
Yes, that's what I meant, I don't know why I got it wrong.
-
comment
Comment #8810097
OCaml also has both, and its object system is probably more powerful.
-
comment
Comment #8810087
Functional Programming is just composing a program with pure functions, nothing else. Immutability and closures are required for that, because mutability may break homoiconicity (w…