Category:Alore: Difference between revisions

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.