Please help,
I am an ACL for windows 95 user, standard version 3.0.1, and
do not succeed to compile a function.
> (compile 'foo)FOO (none of the two others values are displayed)
> (compiled-function-p 'foo)NIL
Furthermore in the help it is said that explicite call to compile are
rare, since the compilation is achieved on definition. (Which is not
the case).
I have also compiled the file containing foo and save it as a *.fsl,
and load it, but still foo is not a compiled function.
The foo function is not in the CL package, but certainly it does not matter.
What do I miss?
Thank You. Antoine.