Quote:
|
Originally Posted by BadBit
Yeah, thinking about this it is possable to just have one huge compiler (hide this from M$) you could specifie what language your using for each code segment.
eg,
<@main body in subset language>
<:java>
.....
</:java>
<:c++>
....
</:c++>
|
This is called
LOP (Language Oriented Programming). I suggest you check out
MPS (still in "planning" stage) and
Logix