- ReasonML Quick Start Guide
- Raphael Rafatpanah Bruno Joseph D'mello
- 79字
- 2021-07-02 12:34:15
Installing BuckleScript
BuckleScript is a compiler that takes the OCaml AST and emits clean, readable, and performant JavaScript. It can be installed via npm, as follows:
npm install -g bs-platform
Installing bs-platform provides a binary called bsb, which is BuckleScript's build system.
In the future, the Reason toolchain will make it much easier to target native platforms as well as JavaScript. Currently, Reason compiles to native by using a fork of bsb, called bsb-native .
推薦閱讀
- 社交網(wǎng)絡(luò)對齊
- INSTANT PhpStorm Starter
- 網(wǎng)絡(luò)創(chuàng)新指數(shù)研究
- Proxmox High Availability
- Drush User’s Guide
- 面向云平臺的物聯(lián)網(wǎng)多源異構(gòu)信息融合方法
- 計(jì)算機(jī)網(wǎng)絡(luò)與通信(第2版)
- Mastering JavaFX 10
- 城域網(wǎng)與廣域網(wǎng)(第2版)
- WordPress Web Application Development
- Mastering Dart
- 語音信號處理及Blackfin DSP實(shí)現(xiàn)
- 網(wǎng)絡(luò)利他行為研究:積極心理學(xué)的視角
- 中國互聯(lián)網(wǎng)發(fā)展報(bào)告2021
- Selenium WebDriver 3 Practical Guide