Hello.
How to specify source files encoding in ASD2? I.e. what value to pass to the :external-format argument of the compile-file?
In the old ASDF I did it by
(let ((asdf:*compile-file-external-format* #+:clisp charset:cp1251
#+:sbcl :cp1251))
(asdf:operate 'asdf:load-op :mysystem))
But today the variable asdf:*compile-file-external-format* does not exist. Also, it of course would be better
to specify the encoding in the .asd file (the system author knows the files …
[View More]encoding, and should care
about this, but not the system user).
Could you advise me how to do it?
Best regards,
- Anton
[View Less]
Apart from some documentation and copyright notices, two major changes:
- ECL will support two compilers. ASDF needs to be aware of that.
- The plug-in for REQUIRE allows ECL users to supply another default
operator. LOAD-FASL-OP is recommended because it builds each library into a
single shared library, saving resources.
Juanjo
--
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com