[REQ] Creating a new generator using Kotlin as language
Created by: Fjolnir-Dvorak
I want to create a new python generator that is inspired by the Haskell generator. The current python-generator for a server is not usable without editing the generated code. I want to create a new one where no single code change is necessary to get a working server to ease the process of updating the server without the need to merge the code changes manually.
I really appreciate the language Kotlin along with its type safety and null safety which makes it easier to produce a more readable and secure code base.