Hacker News new | ask | show | jobs
by kazinator 3725 days ago
Also, method calls (that return) are really two calls, in a way: the call which passes the arguments along with a continuation, and then the call to the continuation which returns the value. :)