Old C Compiler Lives Again Under GPL
JordanH writes "The DeSmet-C compiler, a commercial C compiler from the '80s, is being released under the GPL. Yet another alternative C compiler implementation available for your coding pleasure."
← Back to Stories (view on slashdot.org)
How is something from the 80's considered OLD?! It's not even vintage yet. I have underwear from the 80's that are just fine.
I remember seeing this in shareware catalogs. Didn't it generate assembler code, and you had to have MASM to build your program?
Anyone remember MIX C? They used to have the full-page ads in Computer Shopper, you got the compiler, book, and everything for $59.95.
I never got to use either of them, I was lucky enough to get a copy of Borland Turbo C.
I started feeling the usual insane urge to play with a C compiler source.
It seems it's more for people who just want to poke at the source of a real compiler, without having to deal with the mind-boggling complexities of GCC. I might take a look myself.
LOAD "SIG",8,1
I should have added that I saw this on the excellent PLNews: Programming Language News site.