Viewing profile — azolotko
azolotko
HN member- Joined
- Sat, Sep 18, 2010, 7:59 AM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About azolotko
No profile information was provided.
Recent public activity
- comment
- story
-
comment
Comment #21200790
400k CVS commits
-
comment
Comment #18671010
You have a pretty narrow definition of a platform. Consider https://en.m.wikipedia.org/wiki/Computing_platform Yes, you are right, I didn't consider the checkcast instruction. Yes,…
-
comment
Comment #18670671
I suppose you meant boxing/unboxing. If so, yes, that's necessary for primitive types. As for regular objects, no casts are needed. Regarding TCO, that's a well known limitation of…
-
comment
Comment #18670180
JVM knows nothing about generics. What kind of casts are you talking about? Trampolines are a common technique to implement tailcalls on platforms that don't support them natively.…
-
comment
Comment #4447968
AFAIK there was a Postgres extension that did something like that. But than it became deprecated and was eventualy removed.
-
comment
Comment #4447865
AFAIK there was a Postgres extension that did something like that. But than it became deprecated and was eventualy removed.
-
comment
Comment #4447244
In Datomic you can setup a function the transactor can call within a transaction. This function takes the current value of the database and other supplied arguments (e.g. $100 and …