Category:Ela

From Rosetta Code
Revision as of 05:10, 29 April 2011 by 94.245.127.12 (talk) (Ela is a dynamic functional programming language)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Ela is a high-level functional language. Ela supports both strict and non-strict evaluation but is strict by default. Ela has an ML-style syntax with several features borrowed from Haskell (where-bindings, function definition by pattern matching, etc.). Ela is an impure functional language and provides a support for side effects. However it is primary oriented towards pure functional programming styles. Features supported by Ela include first class functions, pattern matching, lazy evaluation, variants. Ela runs on its own virtual machine but currently requires .NET or Mono.

Subcategories

This category has the following 3 subcategories, out of 3 total.