sicp-reformatter VS jslisp

Compare sicp-reformatter vs jslisp and see what are their differences.

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
sicp-reformatter jslisp
1 1
0 1
- -
10.0 10.0
over 9 years ago over 4 years ago
JavaScript JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sicp-reformatter

Posts with mentions or reviews of sicp-reformatter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-29.
  • (Learn 'Scheme)
    5 projects | news.ycombinator.com | 29 Oct 2023
    Pleasantly surprised to see this on HN! This is an old (and incomplete) project of mine to reformat Structure and Interpretation of Computer Programs into a browser-friendly format, with a built-in code editor and interpreter.

    I think today, you can use Racket in its special SICP mode to get a much better experience. But maybe the HTML (Bootstrap) formatting is a little nicer to read (and with the bonus that it probably works on phones).

    The interpreter was incomplete and written from scratch, as a learning project. This was done in the pre-WebAssembly days, so I couldn't just recompile, say, a Scheme written in C for use in the browser.

    If I recall correctly, I took the SICP source files, ran a bunch of regular expressions on them to convert the content into XML, and then used XSLT to generate the web pages. I was really into XSLT at the time :)

    Anyway, hope people find this useful!

    Source code links:

    HTML generator: https://github.com/jaredkrinke/learn-scheme

    SICP-to-XML converter: https://github.com/jaredkrinke/sicp-reformatter

    Interpreter: https://github.com/jaredkrinke/jslisp

jslisp

Posts with mentions or reviews of jslisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-29.
  • (Learn 'Scheme)
    5 projects | news.ycombinator.com | 29 Oct 2023
    Pleasantly surprised to see this on HN! This is an old (and incomplete) project of mine to reformat Structure and Interpretation of Computer Programs into a browser-friendly format, with a built-in code editor and interpreter.

    I think today, you can use Racket in its special SICP mode to get a much better experience. But maybe the HTML (Bootstrap) formatting is a little nicer to read (and with the bonus that it probably works on phones).

    The interpreter was incomplete and written from scratch, as a learning project. This was done in the pre-WebAssembly days, so I couldn't just recompile, say, a Scheme written in C for use in the browser.

    If I recall correctly, I took the SICP source files, ran a bunch of regular expressions on them to convert the content into XML, and then used XSLT to generate the web pages. I was really into XSLT at the time :)

    Anyway, hope people find this useful!

    Source code links:

    HTML generator: https://github.com/jaredkrinke/learn-scheme

    SICP-to-XML converter: https://github.com/jaredkrinke/sicp-reformatter

    Interpreter: https://github.com/jaredkrinke/jslisp

What are some alternatives?

When comparing sicp-reformatter and jslisp you can also consider the following projects:

racket - The Racket repository

LIPS - Scheme based powerful lisp interpreter in JavaScript