How to list defined symbols?

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

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
  • LIPS

    Scheme based powerful lisp interpreter in JavaScript

  • I'm not sure about other Scheme interpreters but in my interpreter LIPS Scheme, there is (env) function that returns a list of symbols. You can also access environment objects e.g. (current-environment) return object that is used internally. And you can even access the scope chain because the env object has __parent__ property that returns the parent scope.

  • 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

  • LIPS: Powerful Scheme based Lisp interpreter in JavaScript

    1 project | news.ycombinator.com | 30 Dec 2023
  • (Learn 'Scheme)

    5 projects | news.ycombinator.com | 29 Oct 2023
  • Extending a Language — Writing Powerful Macros in Scheme

    2 projects | /r/scheme | 18 Mar 2023
  • What other Scheme parser tricks do you know?

    1 project | /r/scheme | 28 Feb 2023
  • Why doesn't my fixed-point higher-order function work?

    1 project | /r/scheme | 12 Jul 2022