WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

cometkim/rescript-deno

Repository files navigation

ReScript Deno

ReScript bindings to Deno APIs.

FAQ

Isn't Deno for TypeScript?

Deno can host plain JavaScript. That means any Alt-JS languages can be hosted either.

But Why?

Deno is a good platform. Even better with the better language.

How can I verify this works?

You can run examples with the yarn example script.

# Build once before running.
yarn install
yarn build

yarn example example/catj.bs.js package.json

LICENSE

MIT

About

WIP: ReScript bindings to Deno API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published