[info-mcl] RMCL syntax styling
Terje Norderhaug
terje at in-progress.com
Thu Jul 9 18:28:53 CDT 2009
On Jul 9, 2009, at 12:45 PM, Ron Garret wrote:
> Just out of curiosity, what had to be changed to make this work? I
> would think that RMCL would be (modulo bugs of course) API-compatible
> with MCL.
The most serious code modifications I am having to make relates to
less liberal use of processes. Spawning a new process at the wrong
time may take down RMCL. Starting a new process in general works
fine, as long as it is not as a consequence of user activity. It may
have to do with whether there are any event handling going on. For
example, evaluating a process-run-function like below in Fred or the
Listener reliably causes my vanilla RMCL to "quit unexpectedly" (G4,
OSX 10.4.11).
(process-run-function "NeverStarts" (lambda ()()))
-- Terje Norderhaug
More information about the info-mcl
mailing list