LIPS Scheme version 1.0.0-beta.15 is out

This page summarizes the projects mentioned and recommended in the original post on /r/scheme

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • nconc

    scheme interpreter in javascript with stack-friendly tail calls and full call/cc

  • I'm not sure if I understand. Recursion works but it consumes the JavaScript engine stack. But TCO is first on my TODO list, I've attempted to implement it with Continuations based on Nconc, but after playing with a few examples I've found that in fact its not full implementation of call/cc. But found classic jsScheme that in fact implement fully working TCO and call/cc. I will use it as inspiration. I will not release version 1.0 without TCO and call/cc.

  • biwascheme

    Scheme interpreter written in JavaScript

  • Just a note that even BiwaScheme doesn't fully implement call/cc, it doesn't save the whole environment when capturing.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts