Heh... I just finished a job where I had to use CCS... it was really quite nice, since I know C already. No bugs that I found, but I did have to write my own LCD driver for a 4x20 LCD.

If the new version of PBP was a properly functional language instead of 'baby-code' then I wouldn't ever use anything else. Once you've tasted C syntax, in all it's ugly yet functional glory, it's hard to go back!

I still prefer PBP for smaller projects, but when things get big, it's nice to have modular functions that don't require coding just for the modularity (as in doing macro wrappers all the time).

I sincerely hope that the new version has proper functions, not to mention floating point.