Category:Joy: Difference between revisions

m
Updated official site
m (Changed over to language header)
m (Updated official site)
 
(7 intermediate revisions by 2 users not shown)
Line 1:
{{language|Joy}}
|strength=strong
'''Joy''' is a functional programming language based on combinators rather than lambda expressions. This gives it a post-fix syntax, similar to [[Forth]], although the semantics are quite different.
|safety=safe
*[http://www.latrobe.edu.au/philosophy/phimvt/joy.html Joy homepage]
|checking=dynamic
 
|site=http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language
[[Category:Solutions by Programming Language]]
|hopl id=2137
|LCT=yes}}
{{language programming paradigm|concatenative}}
{{language programming paradigm|functional}}
'''Joy''' is a [[functional programming]] language based on combinators rather than lambda expressions. This gives it a post-fixpostfix syntax, similar to [[Forth]], although the semantics are quite different.