Category:Frege: Difference between revisions

From Rosetta Code
Content added Content deleted
(flesh out the Frege stub a tiny bit more)
(add "runs on" markup for JVM)
Line 9: Line 9:
{{language programming paradigm|Declarative}}
{{language programming paradigm|Declarative}}
{{language programming paradigm|functional}}
{{language programming paradigm|functional}}
'''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]].
'''Frege''' is a purely [[functional programming]] language with non-strict semantics, strongly influenced by [[Haskell]], but targeting the [[runs on vm::Java Virtual Machine|JVM]], and deviates from Haskell in ways which make it easier to interoperate with [[Java]].


==Citations==
==Citations==

Revision as of 09:20, 22 December 2012

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