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

Version Path
trackler-2.2.1.17 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.16 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.15 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.14 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.13 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.12 tracks/purescript/docs/ABOUT.md
trackler-2.2.1.11 tracks/purescript/docs/ABOUT.md