Create JSCL package to keep the symbols in the host implementation
authorDavid Vázquez <davazp@gmail.com>
Sat, 4 May 2013 22:46:35 +0000 (23:46 +0100)
committerDavid Vázquez <davazp@gmail.com>
Sat, 4 May 2013 22:46:35 +0000 (23:46 +0100)
commit6de39415127640d8647b6ef8a5dc6ecb49407194
tree025ec33b1bfda803878c444574855822d275010a
parent9993359e139ae0bfab9eda2f2740d812ec2947b2
Create JSCL package to keep the symbols in the host implementation

We can manage what symbols are accesible from JSCL and avoid
collisions. In particular, this fixes the compilation in GNU/clisp,
which failed because it exports a with-collect macro in the EXT
package, visible from CL-USER.
.gitignore
jscl.lisp
src/read.lisp