Thanks Heinrich, Gregory Chaitin has a rather pure lisp with a couple added functionalities. The most important one being that an evaluation can 1) be stopped in a number of steps if it does not halt and return a failure message if so. 2) can evaluate an arbitrary string of bits as a lisp expression.
I just to a quick look into the GraceCL code and saw the socket connection. I guess I am unclear where the message goes and how the evaluated expressions comes back. Your hack seems like a nice option (perhaps there are others that I am missing). Would I set up the message to be received straight into the other interpreter? I was looking into s7 and seeing if a keyword could just instantiate the other lisp interpreter. Best, Mike On 12/3/09 3:48 PM, "Heinrich Taube" <[email protected]> wrote: >> Is there a way to run multiple lisps in grace? > > no. i guess you could take the GraceCL code and hack that to do what > you want since it uses a socket connection. but honestly i cant think > of a good reason why you would need to do this. > >> >> For example, I have a lips interpreter that I like written in c. >> Would it be possible to build commom music and use with grace such >> that when an expression leads with some keyword, it will send the >> following tokens to an alternate list interpreter. >> >> Best, >> >> Mike >> _______________________________________________ >> Cmdist mailing list >> [email protected] >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > _______________________________________________ Cmdist mailing list [email protected] http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
