Joy (programming language): Difference between revisions

Content deleted Content added
m Corrected link to disambiguation page. (you can help!)
added infobox
Line 1:
{{Infobox programming language
|name = Joy
|logo =
|paradigm = [[multi-paradigm programming language|multi-paradigm]]: [[functional programming|functional]], [[procedural programming|procedural]], [[Stack-oriented programming language|stack-oriented]]
|year = 2001
|designer = [[Manfred von Thun]]
|developer = Manfred von Thun, [[John Cowan]]
|latest release version = [[March 17]], [[2003]]
|latest release date = [[March 17]], [[2003]]
|typing = Typeless
|implementations = Joy0, Joy1, "Current Joy", "John Cowan's Joy"
|dialects =
|influenced_by = [[Forth]], [[Scheme programming language|Scheme]], [[C programming language|C]]
|influenced =
}}
 
The '''Joy programming language''' is a purely [[functional programming language]] that was produced by Manfred von Thun of [[Latrobe University]] in [[Melbourne]], [[Australia]]. Joy is based on composition of functions rather than [[lambda calculus]]. It has turned out to have many similarities to [[Forth programming language|Forth]], due less to design than to a sort of parallel evolution and convergence.