Questions tagged [bucklescript]

BuckleScript was previously known as a compiler for compiling OCaml to efficient JavaScript code. It has now evolved into the ReScript language. Use the [rescript] tag instead.

BuckleScript was previously known as a back-end for which emits readable, modular and highly performant JavaScript.

On July 2020, BuckleScript (and some parts of the ReasonML syntax) evolved into the ReScript language platform. The term "BuckleScript" is therefore deprecated. Use the tag for BuckleScript specific questions instead.

Useful resources

Related tags

181 questions
-1
votes
2 answers

bucklescript method definition = string

Pretty much all bucklescript examples have something that has a syntax like this: [@bs.send.pipe : t('options)] external parse : array(string) => 'options = "parse"; or like this: [@bs.module "express"] external make : (string, options) => t =…
Abraham P
  • 15,029
  • 13
  • 58
  • 126
1 2 3
12
13