Linked by Thom Holwerda on Mon 5th Jun 2006 18:15 UTC, submitted by Adam Dunkels
Thread beginning with comment 130896
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE[2]: preprocessor forever
by transputer_guy on Tue 6th Jun 2006 02:12
in reply to "RE: preprocessor forever"
We are all doomed to reinvent Lisp in one way or another, though its much worse for those that don't know that.
While I wouldn't choose to write in Lisp today, I still on my most respected language list (of (lists)) and my other list of most unreadable. I was never a fan of Lambda calculus either.
I can live without self modifying (or even self constructing code on the fly) since caches & OoO cpus don't much like it but then a compiler in your project can give you some of that.




Member since:
2005-07-08
I love how much can be done with the preprocessor something most of the newer Java users will never know.
It basically lets one reinvent a language to fit ones needs and also allows one to shoot themselves in the foot when it doesn't work. Portability though seems to be a killer, different preprocessors in compilers reduced my useage of it quite a bit.
Without __LINE__, I guess this thread package would be alot harder or impossible. I had only thought about using it in compiler error contexts but this makes me think more about other uses, and it brings us back to Contiki again.