如何在 IronScheme 中使用 CLR DLL 库
我刚刚开始使用 IronScheme ,我真的很想知道如何在 IronScheme 中添加另一个 CLR DLL 库。由于许多其他 Iron Stuff 都有 AddReference
函数可以使其立即生效,因此我在 IronScheme 中找不到它。我能找到的最接近的一个是 clr-reference。但这似乎不太有用。 这是我在 F# 上的示例: http://pastebin.com/wDQnjMyq
如果可以,请帮我“翻译这个”到 IronScheme。感谢 。
I have just get started in IronScheme , and I really want to know how to add another CLR DLL library in IronScheme. Since many other Iron Stuff have AddReference
function to get this down to work instantly , I can't find it in IronScheme. The closest one I can reach is clr-reference
. But this seem not very useful .
This is my sample on F#: http://pastebin.com/wDQnjMyq
If you can, please help me "translate this" to IronScheme. Thank .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将在 IronScheme 1.0 RC 2 及更高版本中找到此问题的修复程序。
PS:1.0 RC 3 今天即将发布:)
You will find the fixes for this in IronScheme 1.0 RC 2 onwards.
PS: 1.0 RC 3 is coming out today :)