Name: Anonymous 2012-11-29 0:16
Developer time is the most valuable resource. Writing in Python may cause slower code, but it is in reality much more efficient because you will get an exponential amount of more work done!
_Bool is the actual C99 type that the compiler needs to understand as only ever holding a value of 0 or 1. The compiler must know this because using a plain integer type would lead to conversion problems like >>44.