PureScript Development Team is announcing that PureScript with version number 0.7.2.0 is already available to download.
What is PureScript ?
PureScript is An advanced and standalone programming language with lots of cool features that compiles to standards compliant JavaScript code .
PureScript was inspired by Haskell and is a way to write very complex and dynamic code and then compile it JavaScript and run it in your browser.It includes lots of features JavaScript will never be able to support natively, enabling developers to write very powerful JavaScript applications without having to torture themselves with JavaScript hacks and other quirks.The PureScript language itself is strongly typed and statically typed at the same time, and also supports expressive types.This basically places PureScript in the same category as other programming languages like Java, C++, C#, Haskell, D, Scala, Rust, and Pascal.Before choosing to write your Web applications in PureScritp, make sure to check out the documentation first.
This is changelog for PureScript version 0.7.2.0 :
- psc-docs can now generate tags files for Vim and Emacs.
- psci now supports a --node-opts flag for passing options to the Node executable.
- psci now supports long-form directives.
- Syntax for imports and other declaration types in psci was improved.
You can read the complete changelog and also download this latest version on their homepage:
www.purescript.org