Re: sc-compile and the environment
Matthias Radestock <[email protected]>
| Newsgroups | gmane.comp.java.sisc.user |
|---|---|
| Message-ID | <[email protected]> |
Dan <[email protected]> writes: > this still means that any random definitions in the environment, as > well as any (require-library/extension) not used by the file to be > compiled will *not* end up in the .scc -- right? All expressions in the source file are compiled to SISC's internal micro-expression form and serialised. Note that the serialisation serialises the micro-expressions, and not the values resulting from evaluating them - the evaluation is only done in order to keep the macro expander / module system happy. So, in answer to your question: *nothing* from the environment gets serialised. If the source file you are compiling contains a call to require-library/extension then the code to make that call, not the result of it, will get serialised. Matthias. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642