clap-pwdを実装しました
osicat, osicat-posix依存です
passwdへのインタフェイスです.
osicatの提供するインタフェイスでは一部足りなかったので, 拡張してます
https://github.com/garaemon/clap/tree/master/src/pwd
http://docs.python.org/library/pwd.html
また, os::*environ*を実装しました.
まだ適当ですが...
https://github.com/garaemon/clap/blob/master/src/os/environ.lisp
-- ryohei