View Single Post
Old Oct 18th, 2007, 3:07 PM   #6
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: compile a var name from another var

Quote:
...every variable you create is a property of some object or the another...
While this is true of some languages (not all), it is definitely not true of the underlying microprocessor, as a whole.

Therein lies the problem. Abstraction is a moving target. To define something as "evil", whether it be an eval or a goto, is to indulge in the kind of behavior that judges a food by the taste of the wrapper.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote