blob: 20f47c5148db7044d6452c41c6cc54a6045224ba [file] [log] [blame]
Mark Sleeefd37f12007-11-20 05:13:09 +00001Last updated Nov 2007
2
Mark Sleebd588222007-11-21 08:43:35 +00003To get started, just file in thrift.st with Squeak, run thrift -st
4on the tutorial .thrift files (and file in the resulting code), and
5then:
Mark Sleeefd37f12007-11-20 05:13:09 +00006
Mark Sleebd588222007-11-21 08:43:35 +00007calc := CalculatorClient binaryOnHost: 'localhost' port: '9090'
Mark Sleeefd37f12007-11-20 05:13:09 +00008calc addNum1: 10 num2: 15
9
Mark Sleebd588222007-11-21 08:43:35 +000010Tested in Squeak 3.7, but should work fine with anything later.