ELENA-LANG / elena-lang

ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
https://elena-lang.github.io/
MIT License
227 stars 23 forks source link

templates with parameters #606

Open arakov opened 10 months ago

arakov commented 10 months ago

templates with parameters: template can have attribute values in the brackets after the main body e.g : info("My class"), MyTemplateWithArg(-2). This feature could be used for the field template