Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Ahhhh, C++ (Score 1) 757

i'm sorry, but most compilers use another language as an intermediate representation. gcc uses several of these, including a couple of abstract trees and platform-specific assembly. c-front used C, as did ghc. moc uses code as an intermediate representation. it's common practice in the industry.
get. over. it.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...