编译器 Bigloo 问题
我想问的是,有什么区别,按 Dr.Racket 中的“制作可执行文件”按钮,使用 bigloo 制作可执行文件。
另一个问题是,我在使用 bigloo 编译 *.scm 文件时遇到问题。 任何人都可以帮助我吗?
谢谢
The thing i want to ask, is what the difference, pressing the
"make an executable file" button in Dr.Racket, from making an executable file using bigloo.
Another question is, that im having problems to complile *.scm files, using bigloo.
Anyone can help me on this?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能说得更具体一些吗?我对 bigloo 不太熟悉,但您不需要编译 .scm 文件。你通常不会在Scheme中编译文件;您只需通过 REPL 发送它们即可。
Can you be more specific? I'm not too familiar with bigloo, but you shouldn't need to compile .scm files. You don't usually compile files in Scheme; you just send them through the REPL.