[squeak-dev] XDisplayControlPlugin

Chris Muller asqueaker at gmail.com
Thu Apr 24 18:51:10 UTC 2014


Hi Dave, I am interested in playing around with #forkSqueak, et al.
Do you know where I can find a precompiled XDisplayControlPlugin?  It
wanted it even when I tried to use forkHeadlessSqueakAndDoThenQuit.

I want to try this:

| a | a := Array new: 1.
OSProcess thisOSProcess forkHeadlessSqueakAndDoThenQuit: [ a at: 1 put: 'one'].
(Delay forSeconds: 5) wait.
a         "#('one')?  or #(nil)?"

Thanks.


More information about the Squeak-dev mailing list