Commit 8655d89d authored by Kenton Varda's avatar Kenton Varda

Oops.

parent a340ba35
...@@ -61,7 +61,7 @@ So, does this matter outside of a contrived example case? Yes, it does, because ...@@ -61,7 +61,7 @@ So, does this matter outside of a contrived example case? Yes, it does, because
write cleaner, simpler interfaces. The four-method calculator interface is much simpler than write cleaner, simpler interfaces. The four-method calculator interface is much simpler than
one involving sending an expression graph to the server in one batch. Moreover, pipelining one involving sending an expression graph to the server in one batch. Moreover, pipelining
allows you to define object-oriented interfaces where you might otherwise be tempted to go allows you to define object-oriented interfaces where you might otherwise be tempted to go
procedural. See [my extended argument](http://localhost:4000/capnproto/rpc.html#introduction) procedural. See [my extended argument]({{ site.baseurl }}rpc.html#introduction)
(this is what I was trying to get people to click on yesterday :) ). (this is what I was trying to get people to click on yesterday :) ).
Hopefully now it is clearer what I was trying to illustrate with this diagram, and what I meant Hopefully now it is clearer what I was trying to illustrate with this diagram, and what I meant
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment