Lambda Quest – a live-coding Scheme env in the browser

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • lambda.quest

    Lambda Quest

  • Web Audio is not fun if you can't program timed events for it. E.g. a sequence of notes, or a volume envelope that changes over time. So I had to make the Scheme code asynchronous.

    Scheme, just like JavaScript, is single-threaded and "synchronous". It needs a second process to tell it when to run a delayed call to achieve asynchronous behavior.

    I've implemented [a macro](https://github.com/katspaugh/lambda.quest/blob/main/scheme/w...) (which is btw my first macro ever) to put a Scheme callback in a JS `setTimeout`.

    Macros, for me, is such a mind-blowing thing. It was amazing to code one purposefully, to achieve a practical goal.

    ### GitHub API and OAuth

  • 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

  • Maria: A ClojureScript coding environment for beginners

    2 projects | news.ycombinator.com | 16 Nov 2022
  • Learning Scheme by creating a Scheme live-coding environment

    1 project | /r/learnprogramming | 30 Dec 2021
  • Show HN: Lambda Quest – Scheme live-coding

    2 projects | news.ycombinator.com | 28 Dec 2021
  • How to display segmented linear progress bar?

    1 project | dev.to | 28 Apr 2024
  • Does the primitive shape support SVG?

    1 project | dev.to | 27 Apr 2024