#56: Eliminate use of temporary files in COMPILE and COMPILE-FILE --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: enhancement | Status: new Priority: major | Milestone: Component: compiler | Version: Resolution: | Keywords: --------------------------+-------------------------------------------------
Comment(by trittweiler):
When working on this, I think it makes sense to base COMPILE-FILE on a COMPILE-FROM-STREAM. The latter function could then find use in ABCL's SWANK backend (for implementing C-c C-c.) ECL, and CMUCL both provide such a COMPILE-FROM-STREAM function.