What does your ideal programming language look like? Which language(s) is it based on? Which paradigm(s) does it use? Give examples of what the code looks like (FizzBuzz, Fibonacci, function/class definition).
It's assembly, but with a compile-time grammar engine on top of it. So the actual code that I write might look like C, or it might look like C++, or it might look like Scheme. Depending on my mood, I just choose which grammar layer I want to use that day, or maybe I define a completely new one for some special purpose.
Yeah, I could already do this with lex/yacc, I guess. But I want it in the form of an IDE with a debugger that is aware of the grammar layer and can debug it.