Category:Coconut: Difference between revisions

m
added language stub.
(Add Coconut Language Category Page)
 
m (added language stub.)
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{language}}
 
[http://coconut-lang.org/ Coconut] is a '''functional programming language''' that '''compiles to Python'''.
 
Coconut adds to Python ''built-in, syntactical support for:''
 
• pattern-matching
• algebraic data typespattern-matching
• destructuringalgebraic assignmentdata types
• partialdestructuring applicationassignment
• lazypartial listsapplication
• functionlazy compositionlists
• prettierfunction lambdascomposition
• infixprettier notationlambdas
• pipeline-styleinfix programmingnotation
• operatorpipeline-style functionsprogramming
• tailoperator call optimizationfunctions
• wheretail statementscall optimization
• Andwhere morestatements
• And more