April 26th, 2008, 1:37 pm
I want a language that is close to meDSL Creating a domain-specific language, with, of course, software to support it, can be worthwhile if the language allows a particular type of problems or solutions to them to be expressed more clearly than pre-existing languages would allow, and the type of problem in question reappears sufficiently often. Language Oriented Programming considers the creation of special-purpose languages for expressing problems a standard part of the problem solving process. Pure OOP is only part of the solution and Generic Programming allows more room for better modularity and black-box composition. Now there is just too much reinvention going on.
Last edited by
Cuchulainn on April 25th, 2008, 10:00 pm, edited 1 time in total.