Category:Mirelle: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "Mirelle is a programming / scripting language for the .NET platform. It is designed to be strongly statically typed, imperative, object-oriented and keyboard-friendly. It featur...")
 
(Lang template, paradigms, website, linkify)
 
Line 1: Line 1:
{{language
Mirelle is a programming / scripting language for the .NET platform. It is designed to be strongly statically typed, imperative, object-oriented and keyboard-friendly.
|strength=strong
|checking=static
|site=http://mirelle.codeplex.com
}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|imperative}}Mirelle is a programming / scripting language for the [[.NET]] platform. It is designed to be strongly statically typed, imperative, object-oriented and keyboard-friendly.


It features a lightweight and clear syntax, inspired by Python and Ruby, built-in abilities for graph plotting, matrix handling, and discrete-event simulation modelling.
It features a lightweight and clear syntax, inspired by [[Python]] and [[Ruby]], built-in abilities for graph plotting, matrix handling, and discrete-event simulation modelling.


Mirelle is implemented as a compiler which emits .exe files in the format of .NET assemblies. While not being very powerful yet, it can be extended by other .NET-compliant code.
Mirelle is implemented as a compiler which emits .exe files in the format of .NET assemblies. While not being very powerful yet, it can be extended by other .NET-compliant code.

The homepage of the project is on [http://mirelle.codeplex.com Codeplex].

Latest revision as of 03:30, 11 May 2011

Language
Mirelle
This programming language may be used to instruct a computer to perform a task.
Official website
Type strength: Strong
Type checking: Static
See Also:


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

Mirelle is a programming / scripting language for the .NET platform. It is designed to be strongly statically typed, imperative, object-oriented and keyboard-friendly.

It features a lightweight and clear syntax, inspired by Python and Ruby, built-in abilities for graph plotting, matrix handling, and discrete-event simulation modelling.

Mirelle is implemented as a compiler which emits .exe files in the format of .NET assemblies. While not being very powerful yet, it can be extended by other .NET-compliant code.

Subcategories

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