On this page:
The Racket  Script Language and Compiler
8.12

The RacketScript Language and Compiler🔗ℹ

Vishesh Yadav <vishesh3y at gmail dot com>
and Stephen Chang <stchang at racket-lang dot org>

 #lang racketscript/base package: racketscript-compiler

RacketScript is an experimental Racket to JavaScript (ES6) compiler. It allows programmers to use both JavaScript’s and Racket’s ecosystem and aims to make this interoperability as smooth as possible.

    1 Getting Started

      1.1 Installation

      1.2 Use

    2 The RacketScript-JavaScript FFI

      2.1 RacketScript’s JavaScript FFI Primitive

      2.2 RacketScript’s JavaScript FFI API

      2.3 Reader Extensions