-++++ - -BuckleScript is a backend for http://ocaml.org/[OCaml] which emits readable, modular and highly performant JavaScript. - -#### Developer experience - -BuckleScript probably has the _fastest_ JavaScript compiler.The compiler is compiled to both native code and JavaScript, -users can try the compiler in the https://bucklescript.github.io/bucklescript-playground[browser] and imagine how fast it would be for native backend. - -#### Integration with existing JavaScript libraries - -BuckleScript is one of the very few compilers which compiles an _existing typed language_ to readable JavaScript. It has the same -characteristics of typescript: one OCaml module compiled into one JavaScript module (AMDJS, CommonJS, or Google module) without name mangling. - -#### It's OCaml ! -- 30 years distilled research in PL and amazing effort of compiler engineering -- Native backends: AMD64, IA32, PowerPC, ARM, SPARC -- Language based OS: Mirage Unikernel - -#### Installation - -[source,sh] ------------ -npm install -g bs-platform ------------ - -#### Enjoy! -++++ - - -