mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
ea2cba8ba8
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
README | ||
thrift.st |
Last updated Nov 2007 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.