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.ts
and you're ready to go!
- Install Deno.
- Install Cargo + Rust via Rustup.
- Clone this repository via Git.
- Run
deno install
in this repository's root directory - Open
try_it_out.ts
in your editor of choice. - Use
deno run try
to compile the runtime and use it to runtry_it_out.ts
. - (Optional) Install
cargo-watch
usingcargo install cargo-watch
and rundeno run watch-try
to automatically runtry_it_out.ts
when 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.