thrift/lib/st
2009-03-30 21:35:00 +00:00
..
README THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
thrift.st THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00

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.