LambdaNative – A cross-platform development environment written in Scheme

  • Keep in mind LambdaNative appears to be very opinionated about things like project structure (your code goes in this folder and is named like this), files (your images must be in this format and must be copied to this folder) or UI (your code must implement this kind of view, always, in this way). At first it looked really nice to see somebody already did all the grunt work to prepare Gambit-C for all those platforms (specially mobile), but the constraints were too much for me. Impressive project but not for every app.

  • That is pretty darned sweet. I had been playing around with interfacing BiwaScheme (written in JS) to PhoneGap, but if this works as well cross-platform as it does when compiling for the host system, that project just went on the back burner, quite possibly permanently. :-)

    Looks outstanding!

  • Would be lovely to see some screenshots on homepage.

  • I'm still not clear on what this library actually does...

  • Looks very nice. I look forward to experimenting with it.

    I used to use Gambit-C for command line utilities and misc. applications.