Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
YAP に SWI 初期化ファイル "~/.plrc" に相当するものがあるかどうか疑問に思っています。YAP をロードする前に file_search_path/2 でいくつかのディレクトリを定義したいのですが、どこでそれを行うべきかわかりません。
どんな助けでも大歓迎です!
私の .yaprc で
:- multifile(library_directory/1). library_directory('~/ftp/Prolog-inedit').