PureScript

230
Strongly-typed, purely-functional programming language that compiles to JavaScript and other languages. It is used for developing web applications, server-side apps, and desktop applications. PureScript's syntax is similar to Haskell and includes features like row polymorphism, extensible records, and strict evaluation.
Details
Written With
| Name | Description |
|---|---|
| Haskell | Statically-typed, purely functional language known for type inference and lazy evaluation. |
| JavaScript | Scripting language essential for web interactivity and development. |