<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Thrift bindings for Smalltalk</title>
	<link>http://collison.ie/blog/2007/10/thrift-bindings-for-smalltalk</link>
	<description>I hate self-referential taglines</description>
	<pubDate>Fri, 30 Jul 2010 00:57:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Avi Bryant</title>
		<link>http://collison.ie/blog/2007/10/thrift-bindings-for-smalltalk#comment-273</link>
		<author>Avi Bryant</author>
		<pubDate>Wed, 07 Nov 2007 08:08:09 +0000</pubDate>
		<guid>http://collison.ie/blog/2007/10/thrift-bindings-for-smalltalk#comment-273</guid>
		<description>Neat, now make the sample code simpler - seems like you'd want something like:

TClient class&#62;&#62;binaryOnHost: aString port: aNumber
  &#124;sock prot&#124;
  sock := TSocket new host: aString; port: aNumber; open.
  prot := TBinaryProtocol new transport: sock.
  ^ self new inProtocol: prot</description>
		<content:encoded><![CDATA[<p>Neat, now make the sample code simpler - seems like you&#8217;d want something like:</p>
<p>TClient class&gt;&gt;binaryOnHost: aString port: aNumber<br />
  |sock prot|<br />
  sock := TSocket new host: aString; port: aNumber; open.<br />
  prot := TBinaryProtocol new transport: sock.<br />
  ^ self new inProtocol: prot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
