Welcome to F1RE and our technology blog
On these pages we share our accumulated knowledge within the model driven software engineering domain. We share some insights and useful content here.
JetBrains MPS Shortcuts
In this post we will explain the best and most useful shortcuts MPS has, in what context they are used and a little bit more.
JetBrains' MPS Getting Started Part II
Part two of the Getting started with JetBrains' MPS DSL development series where we will extend a library language with behavioural aspects.
JetBrains' MPS Getting Started Part I
Part one of the Getting started with JetBrains' MPS DSL development series where we will create a basic DSL that will simulate a library.
MPS language design patterns: Externalized names (and other common attributes)
We often want to intermix referred names and defined names. This works best if we plan ahead for this situation, and have a shared abstraction for both of them from the beginning.