有没有办法从 TinyScheme 路由输入/输出?
我正在使用 TinyScheme,目前正在尝试将其控制台输入/输出路由到我的函数中,而无需磁盘文件。 我正在使用Cocoa Touch,最终目标是制作远程交互式控制台。
我认为需要一些步骤,但我不知道如何实施每个步骤。特别是如何使用 FILE 结构。
任何建议和意见?
I'm using TinyScheme, and currently trying to route it's console input/output into my functions without on-disk file.
I'm using Cocoa Touch, and final goal is making remote interactive console.
I thinks some steps required, but I cannot how to implemented each steps. Especially, the how to using FILE structure.
Any recommendations & advices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是在iPhone上远程调试Gambit Scheme的一些细节;我知道这不是 TinyScheme,但您可能会从中得到一些想法: http://jlongster.com/blog/2009/07/05/remotely-debugging-iphone-scheme/
Here are some details for remotely debugging Gambit Scheme on the iPhone; I know it's not TinyScheme, but you might get some ideas from it: http://jlongster.com/blog/2009/07/05/remotely-debugging-iphone-scheme/