Next: , Previous: Metaobject Protocol, Up: Beyond the ANSI Standard


6.3 Support For Unix

The UNIX command line can be read from the variable sb-ext:*posix-argv*. The UNIX environment can be queried with the sb-ext:posix-getenv function.

— Function: sb-ext:posix-getenv name

Return the "value" part of the environment string "name=value" which corresponds to name, or nil if there is none.