PureScript

PureScript is a strongly-typed, purely-functional programming language that transpiles to JavaScript, C++11, Erlang, and Go. It can be used to develop web applications, server side apps, and also desktop applications with use of Electron or via C++11 and Go compilers with suitable libraries. Its syntax is mostly comparable to that of Haskell. In addition, it introduces row polymorphism and extensible records. Also, contrary to Haskell, the PureScript language is defined as having a strict evaluation strategy, although there are non-conforming back ends which implement a lazy evaluation strategy.

PureScript
ParadigmFunctional
Designed byPhil Freeman
First appeared2013
Stable release
0.15.12 / October 7, 2023 (2023-10-07)
Typing disciplineInferred, static, strong
LicenseBSD
Filename extensions.purs
Websitewww.purescript.org
Influenced by
Haskell, JavaScript
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.