
21 Aug
2004
21 Aug
'04
6:15 p.m.
New release 0.1.0 You can download it from http://www.common-lisp.net/project/cl-emb/ or install with ASDF-Install.
(require :asdf-install) (asdf-install:install :cl-emb)
Changes: - The generated function will be compiled within the package *FUNCTION-PACKAGE* (default package CL-EMB-INTERN). - You can now access ENV within your emb code. See http://www.common-lisp.net/project/cl-emb/examples.html#build-dropdown - Added some examples