blob: 7ceb7ff050c2f0aafbb4d5198422d2fbe043ee17 [file] [log] [blame]
Mark Sleeefd37f12007-11-20 05:13:09 +00001Author: Patrick Collison <patrick@collison.ie>
2Last updated Nov 2007
3
Mark Sleebd588222007-11-21 08:43:35 +00004To get started, just file in thrift.st with Squeak, run thrift -st
5on the tutorial .thrift files (and file in the resulting code), and
6then:
Mark Sleeefd37f12007-11-20 05:13:09 +00007
Mark Sleebd588222007-11-21 08:43:35 +00008calc := CalculatorClient binaryOnHost: 'localhost' port: '9090'
Mark Sleeefd37f12007-11-20 05:13:09 +00009calc addNum1: 10 num2: 15
10
Mark Sleebd588222007-11-21 08:43:35 +000011Tested in Squeak 3.7, but should work fine with anything later.