Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cometkim/rescript-deno

WIP: ReScript bindings to Deno API
https://github.com/cometkim/rescript-deno

deno rescript rescript-bindings

Last synced: 3 months ago
JSON representation

WIP: ReScript bindings to Deno API

Awesome Lists containing this project

README

        

# 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](./examples) with the `yarn example` script.

```bash
# Build once before running.
yarn install
yarn build

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

## LICENSE

MIT