true
'''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 and generic
Morfa has been inspired by '''D''' and shares some of its features.