Live data from Hacker News

Viewing profile — arakov

arakov

HN member
Joined
Mon, Sep 07, 2015, 7:47 AM UTC
HN karma
6
Public activity
15 items

About arakov

No profile information was provided.

Recent public activity

  1. comment
    Comment #24251745

    I know there are problems with destructors. That's why I didn't implement them yet. But in C# they do exist. And after all you may always use explicit finalizers. I don't think tha…

  2. comment
    Comment #24242455

    as much as I can see, Rust is a special case. So I mean most of the modern languages. After all I consider C++ modern as well :)

  3. comment
    Comment #24238699

    A first class message is similar to the function to invoke this message. So it is just a special case of first class function. I uses first class messages to implement a dynamic re…

  4. comment
    Comment #24238365

    But it is much more fun to design VM yourself. I could not resist

  5. comment
    Comment #24238317

    I can't imagine a modern language without GC. So yes, it has. Destructors are not yet implemented,though I do plan them.

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #10180469

    ELENA is a general-purpose, object-oriented, polymorphic language with late binding. It features message dispatching / manipulation, dynamic object mutation, a script engine / inte…