
In addition, debugging a script can be hell. Languages such as C/C++ have
matured over many years and your typical development environment
comes with a powerful suite of debugging utilities. You can step through
code a line at a time, break into the code at will, and create watches to track
the peskier of your variables. Programmers have never had it so easy. How
-
ever, when you start to use scripting languages, the simplest of bugs can
take an age to track down. Even a plain old syntactical error can seem like
a bug from hell.
Of course, the level of evil inherent in scripting languages varies tre
-
mendously. Some languages provide no assistance whatsoever ...