Category:Frege: Difference between revisions

From Rosetta Code
Content added Content deleted
(create stub for Frege)
 
(flesh out the Frege stub a tiny bit more)
Line 1: Line 1:
{{stub}}{{language}}
{{language|Frege
|strength=strong
|safety=safe
|compat=structural
|checking=static
|gc=yes
|LCT=yes
|site=https://github.com/Frege/frege}}
{{language programming paradigm|Declarative}}
{{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]].

==Citations==
* [[wp:Frege_%28programming_language%29|Wikipedia:Frege (programming language)]]

Revision as of 09:16, 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