This is the repository for the upcoming JavaScript runtime for Robot Is Chill, based on deno_core.
- Open this repository in Gitpod. This repository has a Gitpod config so everything will be set up for you automatically.
- Open
try_it_out.tsand you're ready to go!
- Install Deno.
- Install Cargo + Rust via Rustup.
- Clone this repository via Git.
- Run
deno installin this repository's root directory - Open
try_it_out.tsin your editor of choice. - Use
deno run tryto compile the runtime and use it to runtry_it_out.ts. - (Optional) Install
cargo-watchusingcargo install cargo-watchand rundeno run watch-tryto automatically runtry_it_out.tswhen changes are made.
- Twoslash comments (
// ^?,// =>) aren't working!- Install this extension.
- They're mainly a TS playground feature, so support for them in VSCode requires an extension.