Category:Wrapl: Difference between revisions

m
Links, typos
(New page: {{language|Wrapl}} Wrapl is a dynamic programming language designed for various programming tasks including rapid prototyping, scripts and GUI application development. The key feature...)
 
m (Links, typos)
Line 1:
{{language|Wrapl}}Wrapl is a dynamic programming language designed for various programming tasks including rapid prototyping, scripts and [[GUI]] application development.
{{language|Wrapl}}
Wrapl is a dynamic programming language designed for various programming tasks including rapid prototyping, scripts and [[GUI]] application development.
 
The key features in Wrapl include:
* [[Object-oriented]]: Every value in Wrapl is an object with a type which is known at runtime[[run time]]. The types form a hierarchy with [[multiple inheritenceinheritance]].
* Multiple-dispatch: Method dispatch in Wrapl dependdepends on the types and values of all of their arguments.
* Pass-by-reference: Wrapl allows variables to be passed by reference to other functions.
* Functional [[closures]]: Functions in Wrapl are first-class objects which may passed to other functions or stored in variables. Functions can both read and write variables declared in surrounding scopes.
* Goal-directed: Every expression in Wrapl can produce 0, 1, or more values. An expression which can produce more than 1 value may be resumed to produce its next value.
 
Anonymous user