Racketscript/Racketscript: Racket to JavaScript Compiler

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. biwascheme

    Scheme interpreter written in JavaScript

    Biwascheme has some weird scoping bugs that makes me a litte afraid of using it for serious stuff. It seems nixe and all, but this: https://github.com/biwascheme/biwascheme/issues/125 is not very confidemce inspiring.

    There is another schemey language that compiles to JS that accepts things like this:

        (when (start-are-aligned?)

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. racketscript

    Racket to JavaScript Compiler

  4. gambit

    Gambit is an efficient implementation of the Scheme programming language.

    That is a bummer about the expired certificate. You can access the site using http instead of https if you are comfortable doing so. I have never seen this live REPL before and have just used their Github repo to get the latest: https://github.com/gambit/gambit

    I think it is great someone is trying to get Racket compiling to Javascript again. I also agree with you about the REPL; while it is interesting to compile Racket to JS, having a REPL, a live environment and all the features of something like ClojureScript has much more utility.

  5. schism

    A self-hosting Scheme to WebAssembly compiler (by schism-lang)

    There is a WIP unofficial project from developers at Google called Schism [1].

    [1] https://github.com/schism-lang/schism

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

  • BiwaScheme is a Scheme interpreter written in JavaScript

    1 project | news.ycombinator.com | 10 Jun 2023
  • Directly compiling Scheme to WebAssembly: lambdas, recursion, iteration

    5 projects | news.ycombinator.com | 31 May 2023
  • I'm really liking Racket but...

    2 projects | /r/Racket | 12 May 2023
  • My reading workflow (you guys might find some bits from it useful)

    1 project | /r/emacs | 24 Jan 2023
  • Async / Await in Scheme

    2 projects | /r/scheme | 24 Dec 2022

Did you know that C is
the 6th most popular programming language
based on number of references?