Forgot your password?

typodupeerror

Comment: Re:I like it (Score 1) 238

by aled (#37966054) Attached to: Eclipse Launches New Programming Language

The key power C macros had over any Template-type construct I've seen is that you can actually paste the name of the macro arguments to form unique variable names within the macro. So a single macro could expand to three or four different functions, a handful of variables, etc.

Yes, people are prone to hanging themselves by abusing macros, but you can do some wicked code simplification that expands inline to maximize performance. I had macros in my library of useful stuff that turned all the declarations and accessors of a "attribute and methods" into a single macro invocation. It was hard to debug them initially, but I used them for years afterwards without problems.

Sorry but reading this gives me shudders. Read some winning entries in the The International Obfuscated C Code Contest to see why some 'features' of C are like a disease. One just has to love the Biggar entry beautiful abuse of the C macro system.

Comment: Re:Not so bad to have different systems. (Score 1) 2288

by aled (#35891724) Attached to: Why Does the US Cling To Imperial Measurements?

Well that would be an amazing coincidence.

But TV and movies have already taught us that all aliens speak English, so is it really that far fetched that they'd use the metric system too?

Yes. If aliens speak in English it follows logically that they use the imperial system, even if they have tentacles instead of foots. Maybe they have 12 tentacles of an inch=1 foot
Yeah, IMHO it makes as much sense as using a 12 based system for humans.

Be frank and explicit with your lawyer ... it is his business to confuse the issue afterwards.

Working...