Category:Wortel: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language}}")
 
No edit summary
 
Line 1: Line 1:
{{stub}}{{language}}
{{language|Wortel
|site=http://github.com/atennapel/Wortel
|LCT=no
}}
{{language programming paradigm|Functional}}
Wortel is a programming language that compiles down to JavaScript, like CoffeeScript. It's main goals are to be concise and to provide functional features such as partial application and composition.

Latest revision as of 13:09, 14 November 2013

Language
Wortel
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Wortel.

Wortel is a programming language that compiles down to JavaScript, like CoffeeScript. It's main goals are to be concise and to provide functional features such as partial application and composition.