Reason (programming language): Difference between revisions

Content deleted Content added
m top: Adding/removing wikilink(s)
To be clear, Reason is not a programming language and should not have infobox entries associated with programming language design. These are 100% inherited from OCaml, for which Reason is a syntactic frontend.
Line 1:
{{Infobox programming language
| name = Reason (syntax extension for [[OCaml]])
| logo =
| paradigm = [[Programming paradigm#Multi-paradigm|Multi-paradigm]]: [[functional programming|functional]], [[imperative programming|imperative]], [[object-oriented programming|object-oriented]]
| released = {{Start date and age|2016|5|16}}<ref>{{Citation|title=Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems: facebook/reason|date=2019-03-23|url=https://github.com/facebook/reason|publisher=Facebook|access-date=2019-03-23}}</ref>
| latest release version = 3.5.0
| latest release date = July 15, 2019
| influenced_by = [[OCaml]]
| influenced =
| typing = [[type inference|Inferred]], [[static typing|static]], [[strong and weak typing|strong]], [[structural typing|structural]]
| designer = Jordan Walke
| website = {{URL|https://reasonml.github.io/}}
| license = [[MIT License]]
| file_ext = .re, .rei
}}