Joy (programming language): Difference between revisions

Content deleted Content added
External links: Link to wayback machine for browsable copy of website
top: red links; minor languages may not be worth mentioning; phrasing ("parallel" was misleading)
Line 14:
|dialects =
|influenced_by = [[Scheme (programming language)|Scheme]], [[FP (programming language)|FP]], [[Forth (programming language)|Forth]]
|influenced = [[Factor (programming language)|Factor]], [[Cat (programming language)|Cat]], V, [[Trith (programming language)|Trith]]
}}
 
The '''Joy programming language''' in [[computer science]] is a [[purely functional programming language]] that was produced by Manfred von Thun of [[La Trobe 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 not to design but to aan sort of parallelindependent evolution and convergence. It was also inspired by the [[Function-level programming|function-level programming style]] of [[John Backus]]'s [[FP (programming language)|FP]].<ref>{{cite web|title=A Conversation with Manfred von Thun|author=Manfred von Thun|url=http://www.nsl.com/papers/interview.htm|access-date=May 31, 2013|date=December 12, 2003|quote=" In the early 1980s I came across the famous Backus paper "Can programming be liberated from the von Neumann style," and I was immediately intrigued by the higher level of programming in his FP."}}</ref>
 
== How it works ==