-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is LISP; @ FASL? #1081
Comments
FASLRE seems to be a very useful tool. Where is it, and how is it used?
|
We have it as part of DB already RLB; FASLRE 116, LIBLSP; FASLRE FASL, and documentation in LIBDOC; FASLRE INFO. |
Here's a complete hack that I wrote quickly to dump out a fasl file:
The definition of the function autoload is there because without it, certain fasl files would not dump out -- for some reason during FASLREAD, it would attempt to evaluate an autoload form. I don't really know why, but at least the hack allows the dumping out of LISP; @ FASL and I can sort of figure out what it is trying to do by looking at the forms that are printed out. |
The PI distribution (and backups of MC) include the file LISP; @ FASL. It isn't clear to me what this does and where its source is. Using FASLRE to inspect the code provides some clues:
But I haven't found any source that does this, nor source that is similar to this.
We should figure out what this is/does and how to build it, and decide whether to include it in DB.
The text was updated successfully, but these errors were encountered: