Post a Comment
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.
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.
The C language sadly allows various ways to write it, especially multiple instructions per line (this is NOT like assembler which allows only one instruction per line). My boss and some of my collegues have exactly this f--king habitude to write several things 'belonging to the same statement' on the same line. Now imagine multiple nested PT_WAIT_UNTIL on the same line... How the hell are you finding the bug ?
Kochise



