私はIronSchemeをいじり回していて、それに興味をそそられています。IronSchemeでのWinFormsの作成に関するこの投稿を見ましたが、次のようなDLLを参照しようとするといつでも次のようになります。
(clr-reference System)
(clr-reference System.Data)
(clr-reference System.Windows.Forms)
etc...
このエラーが発生します:
Unhandled exception durring evaluation:
&who: "clr-reference"
&message: "Assembly not found"
&syntax:
form: ( <the assembly> )
subform: #f
そもそも電話(import (rnrs) (ironscheme clr))
します。他にやらなければならないことはありますか?