Category:Alore: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (Some links, add type checking param)
 
Line 1: Line 1:
{{stub}}{{language|
{{stub}}{{language
|exec=bytecode
|exec=bytecode
|strength=strong
|strength=strong
|checking=both
|gc=yes
|gc=yes
|site=http://www.alorelang.org/}}
|site=http://www.alorelang.org/}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Object-oriented}}


Alore is an object-oriented programming language with a clean syntax that resembles Python and Lua. Alore is optionally-typed like Google Dart: it is both a dynamic scripting language and a general-purpose language with static typing. It is aimed at diverse programming tasks, from short scripts to complex applications. Alore also allows you to freely mix static and dynamic typing within a program.
Alore is an [[object-oriented programming]] language with a clean syntax that resembles [[Python]] and [[Lua]]. Alore is optionally-typed like Google Dart: it is both a dynamic scripting language and a general-purpose language with static typing. It is aimed at diverse programming tasks, from short scripts to complex applications. Alore also allows you to freely mix static and dynamic typing within a program.

Latest revision as of 13:16, 11 October 2011

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Alore
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Type strength: Strong
Type checking: Dynamic, Static
See Also:


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


Alore is an object-oriented programming language with a clean syntax that resembles Python and Lua. Alore is optionally-typed like Google Dart: it is both a dynamic scripting language and a general-purpose language with static typing. It is aimed at diverse programming tasks, from short scripts to complex applications. Alore also allows you to freely mix static and dynamic typing within a program.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Alore"

The following 6 pages are in this category, out of 6 total.