mit-scheme
How do I define a sub environment in scheme?
I am just hacking around with Scheme (mit-scheme) and I have just figured out how you change the environment, so that \'+\' becomes a symbol for the equivalent procedure of the \'-\' operator.[详细]
2023-03-29 15:54 分类:问答How do I Call Native Code From (MIT) Scheme?
How do I 开发者_如何学JAVAcall a native function (say, MessageBox) from Scheme?MIT Scheme has a FFI for Windows. Check out the documentation.[详细]
2023-03-04 16:08 分类:问答Trouble trying to install MIT-Scheme on MacOSX Snow Leopard
I am trying to install MIT-Sch开发者_如何学Ceme so that i can use it off my terminal instead of using an IDE, however, I am having difficulty trying to find tutorials that are actually up to date and[详细]
2023-02-25 04:24 分类:问答(load "file.scm") in a New Environment in Scheme
MIT Scheme\'s (load ...) procedure apparently takes in an environment as a parameter. Is there any way I could \"clone\" the current environment and pass it there, so that I can isolate the file\'s en[详细]
2023-02-18 11:38 分类:问答MIT/Scheme as a simple compiler under Windows
Is there a possibility to use mit scheme as a simple compiler (without runing Edwin) in Windows? I want to edit code in w开发者_StackOverflow社区ditor of my choice and compile it, but I haven\'t foun[详细]
2023-01-26 06:07 分类:问答Cannot start MIT Scheme - Heap Size exceeded
For some reason I\'m having trouble running MIT scheme. On my Dell, which runs Windows Vista, I can\'t even open MIT scheme; I get a message: \"Heap Size exceeded\", or something like that. I can run[详细]
2023-01-23 04:44 分类:问答Pros and cons of MIT Scheme and DrScheme for studying SICP [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-11 11:58 分类:问答