WebRacket is a compiler that translates a subset of Racket to WebAssembly for browser and terminal execution. It supports most Racket data types (fixnums, flonums, hash tables, structures), tail calls, multiple values, and exceptions, but lacks continuations, modules, and multi-threading. A JavaScript FFI enables DOM, Canvas,
•10m read time• From github.com
Table of contents
WebRacketIs WebRacket for you?Overview of the supported language subsetThe Road AheadInstallation - short versionInstallationExamplesSort: