Squeak
  links to this page:    
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Craig Anderson
Last updated at 4:11 pm UTC on 14 January 2006
I'm a longtime C/Unix developer, currently writing C++ code embedded in lab equipment. I'd like to develop squeak skills for prototyping. Squeak is fun. mailto:craigha@home.com

Check out the thread Re: Linux and Smalltalk

10/31/99 On my win98 I just did
|scale|
scale_OrderedCollection new.
scale addAll:
#( (c4 1 500) (d4 1 500) (e4 1 500) (f4 1 500) (g4 1 500) (a4 1 500) (b4 1 500) (c5 1 500) ).
(AbstractSound noteSequenceOn: PluckedSound new from: scale) play