Category:Coconut
Appearance
Coconut
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Coconut.
This programming language may be used to instruct a computer to perform a task.
See Also: |
|
---|
Coconut is a functional programming language that compiles to Python.
Coconut adds to Python built-in, syntactical support for:
• pattern-matching • algebraic data types • destructuring assignment • partial application • lazy lists • function composition • prettier lambdas • infix notation • pipeline-style programming • operator functions • tail call optimization • where statements • And more