Sha256: d8e55ff497abf9ed05ca27a9d2e063c5b17c80a27f1fc1989c7d3ce96c6a6c31
Contents?: true
Size: 693 Bytes
Versions: 7
Compression:
Stored size: 693 Bytes
Contents
PureScript is a purely functional, statically-typed programming language with type inference. **Functional** means that functions are first-class data types. **Purely Functional** means (roughly) that there are no side effects. Every function will always return the same value for a given argument and will do nothing else. **Statically-typed** means that identifiers have a type set at compile time--like those in Java, C++ or C#--instead of holding data of any type like those in Python, Ruby or JavaScript. **Type inference** means that the compiler will often figure out the type of an identifier by itself so you don't have to specify it. Scala and later versions of C# both do this.
Version data entries
7 entries across 7 versions & 1 rubygems