Hacker News new | ask | show | jobs
by dkrikun 2844 days ago
one can "overload" operations on table instances, most importantly, accessors by forwarding them to another table, which is somewhat similar to prototype-based inheritance
1 comments

I don't think it's just similar, I think it actually is prototypical.