You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/31 16:40:05 UTC

[Thrift Wiki] Update of "ThriftUsageSqueak" by KevinDriedger

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "ThriftUsageSqueak" page has been changed by KevinDriedger.
http://wiki.apache.org/thrift/ThriftUsageSqueak

--------------------------------------------------

New page:
= Library =

 
 To get started, just file in thrift.st with Squeak, run thrift -st
 on the tutorial .thrift files (and file in the resulting code), and
 then:
 {{{
 calc := CalculatorClient binaryOnHost: 'localhost' port: '9090'.
 calc addNum1: 10 num2: 15
 }}}
Tested in Squeak 3.7, but should work fine with anything later.