RosettaCodeData/Lang/Alore/00DESCRIPTION
2013-04-11 12:07:39 -07:00

9 lines
No EOL
571 B
Text

{{stub}}{{language
|exec=bytecode
|strength=strong
|checking=both
|gc=yes
|site=http://www.alorelang.org/}}
{{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.