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.
関数のパラメータからラケット方式で外部のrktファイルを読み込みたいです。例えば、
(define (test fileName) (include fileName) )
ただし、fileName がパス名文字列のfile' form, orlib' 形式ではないことを示すエラーが表示されます。
file' form, or
これを修正する方法はありますか、または動的ファイル名からファイルを含める別のより良い方法はありますか?
これを行う最良の方法は、外部ファイルをモジュールにして、を使用することdynamic-requireです。
dynamic-require