Live data from Hacker News

Viewing profile — Denommus

Denommus

HN member
Joined
Mon, Dec 29, 2014, 3:17 PM UTC
HN karma
3
Public activity
4 items

About Denommus

No profile information was provided.

Recent public activity

  1. 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).…

  2. comment
    Comment #8810770

    Yes, that's what I meant, I don't know why I got it wrong.

  3. comment
    Comment #8810097

    OCaml also has both, and its object system is probably more powerful.

  4. 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…