MPS Links
Categories
-
Tags
2.0 Announcement beta book bug fix release conference debugger del diagrams documentation Domain-specific languages Domain Specific Language DSL EAP editor extensions Feature generator integration interview introduction Jetbrains Jetbrains MPS language engineering languages language workbench mps mps 2.0 mps 2.5 mps 3.0 mps 3.1 mps 3.2 MPS 3.3 mps 3.4 MPS 2017.1 mps 2017.2 plugin plugins presentation projectional editor release screen-cast tutorial type-system workshopOther JetBrains Blogs
Meta
Tag Archives: extensions
Intervals in MPS
Language of mathematics contains a lot of domain specific constructs. Almost every part of mathematics has its own domain specific “extensions”. So it’s a good idea to borrow from there. In MPS we have a special base language extension that … Continue reading
Tuples Support in the MPS Base Language
Many functional and dynamic languages have “tuples” in their syntax. Tuple is a sequence of a fixed length. For example, pair, triple and quadruple are tuples. They are very useful when you have algorithms operating on entities which have two, … Continue reading