ライブラリに関連した必要なものは
- Mosh のライブラリがデフォルトで置かれる場所
- Mosh の追加ライブラリが置かれる場所
- Mosh が (import xxx) するときにライブラリを探す場所
- ライブラリを探す場所を追加する方法
かな。site/lib の役割は third party 用?確か Perl がこの方式だったような。
コマンドラインオプション
- I Adds to the head of the load path list.
- A Adds to the head of the load path list.
ライブラリディレクトリ
- /usr/local/share/gauche/site/lib
- /usr/local/share/gauche/0.8.14/lib
- (おそらく)Gauche インストール時にインストールされたライブラリ
Ypsilon
コマンドラインオプション。
- sitelib=path adds sitelib path (YPSILON_SITELIB)
- loadpath=path adds load search path (YPSILON_LOADPATH)
環境変数での追加も受け付けている
ライブラリディレクトリ
- /usr/local/share/ypsilon/sitelib
- /usr/local/share/ypsilon/stdlib
Ikarus
コマンドラインオプションはない。IKARUS_LIBRARY_PATH で追加可能。
ライブラリディレクトリ
コマンドラインオプション
- Idirectory specify $LOAD_PATH directory (may be used more than once)
ライブラリディレクトリ