Basado en F#, lo cual está relacionado cercanamente a OCaml.
Based on F#, which is closely related to OCaml.
Se basa en el lenguaje de programación funcional OCaml.
It is based on the functional programming language OCaml.
Reason también compila a un ensamblaje rápido y simple, gracias al propio OCaml.
Reason also compiles to fast, barebone assembly, thanks to OCaml itself.
El modo OCaml fue trasladado a un modo mllike, F apoyo añadió.
The OCaml mode was moved to an mllike mode, F# support added.
Se utiliza para la compatibilidad OCaml en definiciones del módulo. entonces
Used for OCaml compatibility in module definitions. then
Algunas palabras clave reservadas vinieron del lenguaje OCaml
Some reserved keywords came from the OCaml language
Reason no es un nuevo lenguaje; es una nueva sintaxis y cadena de herramientas que se alimenta por el lenguaje forjado-en-batalla OCaml.
Reason is not a new language; it's a new syntax and toolchain powered by the battle-tested language, OCaml.
En otros lenguajes, sucede al contrario: en OCaml los campos de un objeto o registro son inmutables por defecto y necesitan ser declarados con la palabra clave mutable para permitir su modificación.
Some languages reverse it: in OCaml, fields of an object or record are by default immutable, and must be explicitly marked with mutable to be so.
odoc: documentation generator for OCaml, 723 días en preparación, última actividad hace 36 días.
odoc: documentation generator for OCaml, 723 days in preparation, last activity 36 days ago.
ocaml-libtopkg: packager for distributing OCaml software, 522 días en preparación, última actividad hace 216 días.
ocaml-libtopkg: packager for distributing OCaml software, 521 days in preparation, last activity 215 days ago.
biniou: flexible binary data format in OCaml (información del paquete), adopción solicitada desde hace 12 días.
biniou: flexible binary data format in OCaml (package info), adoption requested since 9 days.
facile: functional constraint library implemented in OCaml (información del paquete), adopción solicitada desde hace 959 días.
facile: functional constraint library implemented in OCaml (package info), adoption requested since 959 days.
En la mayoria de estos lenguajes, los tipos deben ser expresamente indicados por el programador; en otros casos (como en OCaml), la inferencia de tipos permite al programador no indicar sus tipos de variables.
In most of these languages, types must be expressly indicated by the programmer; in other cases (such as OCaml), type inference allows the programmer to not indicate their variable types.