Re: [q-lang-users] Request to add new reserved words "quote" and "QUOTE" to Q
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-05-16 21:31:08
|
John Cowan wrote: > My intention is to write an "egg" (library package) for Chicken Scheme, Sounds cool. > By the way, libqint does not appear to expose any mechanism for setting > and getting the values of free variables, for implementing something > like the Q interpreter's "def". How should this be done? Can you add > some appropriate calls? Yes, that's right. I'll see what I can do about this. Do you need full access to the interpreter's command language, or just `def'? (Accessing the value of a variable is already possible. Just evaluate "<varname>".) -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |