Search code examples
schemeffinative-codemit-scheme

How do I Call Native Code From (MIT) Scheme?


How do I call a native function (say, MessageBox) from Scheme?


Solution

  • MIT Scheme has a FFI for Windows. Check out the documentation.