Re: RMCL syntax styling

Terje Norderhaug <[email protected]>
Newsgroups gmane.lisp.mcl.general
Message-ID <[email protected]>
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

_______________________________________________
info-mcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/info-mcl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.