![](https://secure.gravatar.com/avatar/752348b72a0f4331f256a1caf28eed29.jpg?s=120&d=mm&r=g)
16 Feb
2011
16 Feb
'11
4:35 p.m.
On Wed, Feb 16, 2011 at 5:23 PM, Mark Evenson <evenson@panix.com> wrote:
To use more CL-like language: a file "test.lisp" has a FASL "test.abcl". Our FASL is a zip of the initialization code ('%%%._'), the classes our bytecode compiler emits ('%%%-nnn.cls') for each top-level form in the corresponding ('%%%.lisp') source file. The contents of the bootstraip ('%%%._') are executed when this FASL is (re)loaded.
Replace "for each top-level form" with "for each function definition" and it's 100% correct ;) A.