Viewing profile — arakov
arakov
HN member- Joined
- Mon, Sep 07, 2015, 7:47 AM UTC
- HN karma
- 6
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About arakov
No profile information was provided.
Recent public activity
-
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…
-
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 :)
-
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…
-
comment
Comment #24238365
But it is much more fun to design VM yourself. I could not resist
-
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.
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…