[armedbear-devel] cl-l10n: GETENV on ABCL

Erik Huelsmann ehuels at gmail.com
Sun Mar 24 19:38:59 UTC 2013


Hi Attila,


cl-l10n wants to use GETENV. Now that ABCL seems to support closer-mop
rather well, we're testing many more libraries to see if they're loading
correctly on ABCL.

cl-l10n seems to lack a GETENV for ABCL. Could you use the the function
EXT:GETENV for it?

Example:

    (ext:getenv "PATH")
--> "some path string"

Or NIL if no env var by the given name exists.


Thanks in advance!


Bye,


Erik.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20130324/0d658ab3/attachment.html>


More information about the armedbear-devel mailing list