Jump to content

User:Dnalot/PureScript

From Wikipedia, the free encyclopedia
PureScript
Paradigmfunctional, pure, strict, modular
FamilyHaskell
Designed byPhil Freeman
DeveloperPhil Freeman, Gary Burgess
First appearedSeptember 30, 2013; 10 years ago (2013-09-30)
Stable release
0.8.0 / January 30, 2016; 8 years ago (2016-01-30)
Typing disciplinestatic, strong, inferred
OScross-platform
LicenseMIT License
Filename extensions.purs
Websitewww.purescript.org
Major implementations
PureScript (JavaScript), Pure11 (C++11)
Influenced by
Haskell, TypeScript, Roy, Koka, Idris
Influenced
Shem

PureScript is a strict, purely functional programming language inspired by Haskell which compiles to readable JavaScript with a simple foreign function interface and no runtime dependency.


References[edit]

  • De Simone, Sergio (22 September 2014). "PureScript: A Haskell-like Language that Compiles to JavaScript". InfoQ. [PureScript] is written in and inspired by Haskell and aims at allowing to write very expressive code which is still clear and readable when translated into JavaScript.
  • Eames, Joe (9 December 2015). "PureScript with John A. De Goes and Phil Freeman". JavaScript Jabber. …people will find PureScript useful for the same reason that I created it and why I find it useful, which is that you want something fairly close to JavaScript like TypeScript is, [but with] the nice syntax and types that you get from Haskell.
  • Google (28 April 2015). "Exhaustiveness Checker for PureScript". Google Summer of Code. The main goal from this project is to provide an exhaustiveness checker for pattern match errors that allows non-exhaustive patterns to exist, yet ensures that a pattern match error does not occur and thus avoiding unexpected crashes while executing a program. {{cite web}}: |author1= has generic name (help)
  • Google (28 April 2015). "Pursuit enhancements". Google Summer of Code. Enhance PureScript's Pursuit tool to provide better searching by names, searching by types, and a centralized documentation store—the three of these together should make it significantly easier to discover and use PureScript libraries. {{cite web}}: |author1= has generic name (help)
  • Proctor, Steven (15 September 2015). "Episode 26". Functional Geekery. We cover his reason for creating PureScript, how it differs between other languages that compile to JavaScript, PureScript Conf 2015, the future of PureScript, and different ways to get started with PureScript.
  • Srb, Michal (12 June 2015). "Haskell-Like S-Expression-Based Language Designed for an IDE" (PDF). Imperial College London: 9. PureScript is a strict (not lazy), Haskell-like language which strives to compile to readable JavaScript without having to provide a large runtime library. {{cite journal}}: Cite journal requires |journal= (help)


External links[edit]


Category:Haskell programming language family Category:Functional languages Category:Pattern matching programming languages Category:Statically typed programming languages Category:Cross-platform free software Category:Software using the MIT license Category:Programming languages created in 2013