>>30
Care to elaborate why would the syntax, of all things, be so important?
because....it is....I dont know how else to say it. The syntax should convey the style of programming youre doing, C syntax has been adopted by most popular programming languages for its conciseness and clarity. Pascal syntax still has its place, its used in Ada. Using := assignment instead of = is clutter, assignment is the most common thing done in imperative programming. Putting the type after the identifier is clutter, the type should come first. It really suprises me that Ken Thompson would choose Pascal syntax over C syntax, he is making a big mistake here.