Category:Frege

Revision as of 09:20, 22 December 2012 by rosettacode>Ppelleti (add "runs on" markup for JVM)
Language
Frege
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Yes
Type safety: Safe
Type strength: Strong
Type compatibility: Structural
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Frege.

Frege is a purely functional programming language with non-strict semantics, strongly influenced by Haskell, but targeting the JVM, and deviates from Haskell in ways which make it easier to interoperate with Java.

Citations