May 5, 2011
11:09 p.m.
2011/5/5 Cédrick Béler <cdrick65@gmail.com>:
Lastly, most Smalltalk systems are image based...
...which makes you feel the system is "alive", hence one **huge benefit** of Smalltalk: its debugger which enables on the fly debbuging... and also test driven development (real one [1]) where you can run incomplete code and code what's missing iteratively when you need it (Smalltalk is a live system, not only a language as somebody said lately).
Super Full Agree!
Cédrick [1] see in particular this webcast: http://www.pharocasts.com/2010/01/starting-with-sunit-and-debugger.html
--