Tower
A metaprogramming IDE
Tower is a project to create an experimental software development environment based on creating and combining Domain Specific Languages.
As envisioned, the project will comprise of an extensible, customizeable multiplatform GUI implemented as a scriptable system, and integrating:
- A set of several core DSLs used to define and implement other DSL and tooling (debuggers, code explorers, unit tests etc.) for them,
- A "standard library" of DSLs for solving common tasks,
- A project...