1 Proof of concept lisp->avm2 bytecode compiler
\r
4 tell ASDF about the .asd files in the subdirs, then load avm2-lib.asd
\r
5 (which should load the asm and compiler .asd automatically)
\r
7 compile and load file/write.lisp
\r
10 look at test/roots.lisp and test/test.lisp for examples
\r
11 compiling either of those files should generate a working .swf file
\r
12 in /tmp/ (change the path in the WITH-OPEN-FILE to change destination)
\r