Add tasks for all the new languages

This commit is contained in:
Tina Müller 2016-12-05 23:44:36 +01:00
parent 9dc3c2bb62
commit bba7bfd280
13208 changed files with 134745 additions and 0 deletions

25
Lang/Morfa/00DESCRIPTION Normal file
View file

@ -0,0 +1,25 @@
{{language|Morfa
|exec=machine
|strength=strong
|gc=yes
|safety=both
|express=both
|compat=nominal
|checking=both
|parampass=both
|site=http://morfalang.org/
|hopl=no
|LCT=no}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|procedural}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|Functional}}
{{language programming paradigm|generic}}
'''Morfa''' is a general purpose programming language which enables custom Domain Specific Language (DSL) creation. It aims at combining fast and robust development of large systems with high expressiveness and performance.
* statically typed with type inference for variables
* JIT compiled
* user-defined operators
* [[object-oriented]], [[functional programming|functional ]] and [[generic programming|generic]]
Morfa has been inspired by '''[[D]]''' and shares some of its features.

View file

@ -0,0 +1 @@
../../Task/Add-a-variable-to-a-class-instance-at-runtime/Morfa

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/Morfa

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/Morfa

View file

@ -0,0 +1 @@
../../Task/Constrained-genericity/Morfa

View file

@ -0,0 +1 @@
../../Task/Extend-your-language/Morfa

1
Lang/Morfa/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/Morfa

View file

@ -0,0 +1 @@
../../Task/Higher-order-functions/Morfa

1
Lang/Morfa/Loops-For Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-For/Morfa

1
Lang/Morfa/Loops-While Symbolic link
View file

@ -0,0 +1 @@
../../Task/Loops-While/Morfa

1
Lang/Morfa/README Normal file
View file

@ -0,0 +1 @@
Data source: http://rosettacode.org/wiki/Category:Morfa