Comment My concern... (Score 1) 623
I cut my teeth on C and later C++. The nice thing about C was that each statement maps to a few machine instructions. This is a nice feature for several reasons:
- You have tighter control over the performance of your own code.
- Apps are generally smaller