Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
25
Lang/Morfa/00DESCRIPTION
Normal file
25
Lang/Morfa/00DESCRIPTION
Normal 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.
|
||||
1
Lang/Morfa/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
1
Lang/Morfa/Add-a-variable-to-a-class-instance-at-runtime
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Add-a-variable-to-a-class-instance-at-runtime/Morfa
|
||||
1
Lang/Morfa/Averages-Root-mean-square
Symbolic link
1
Lang/Morfa/Averages-Root-mean-square
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Averages-Root-mean-square/Morfa
|
||||
1
Lang/Morfa/Conditional-structures
Symbolic link
1
Lang/Morfa/Conditional-structures
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Conditional-structures/Morfa
|
||||
1
Lang/Morfa/Constrained-genericity
Symbolic link
1
Lang/Morfa/Constrained-genericity
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Constrained-genericity/Morfa
|
||||
1
Lang/Morfa/Extend-your-language
Symbolic link
1
Lang/Morfa/Extend-your-language
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Extend-your-language/Morfa
|
||||
1
Lang/Morfa/Hello-world-Text
Symbolic link
1
Lang/Morfa/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/Morfa
|
||||
1
Lang/Morfa/Higher-order-functions
Symbolic link
1
Lang/Morfa/Higher-order-functions
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Higher-order-functions/Morfa
|
||||
1
Lang/Morfa/Loops-For
Symbolic link
1
Lang/Morfa/Loops-For
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-For/Morfa
|
||||
1
Lang/Morfa/Loops-While
Symbolic link
1
Lang/Morfa/Loops-While
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Loops-While/Morfa
|
||||
1
Lang/Morfa/README
Normal file
1
Lang/Morfa/README
Normal file
|
|
@ -0,0 +1 @@
|
|||
Data source: http://rosettacode.org/wiki/Category:Morfa
|
||||
Loading…
Add table
Add a link
Reference in a new issue