Category:Morfa

From Rosetta Code
Language
Morfa
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type safety: Safe, Unsafe
Type strength: Strong
Type compatibility: Nominal
Type expression: Implicit, Explicit
Type checking: Dynamic, Static
See Also:


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

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.

Morfa has been inspired by D and shares some of its features.