Monday, February 12, 2007
The Next Big Language
Does Steve Yegge know the future (of programming)? Probably not any more than anyone else, but his prediction is definitely entertaining!
Read The Whole ThingTM
C(++)-like syntax is the standard. Your language's popularity will fall off as a direct function of how far you deviate from it.
There's plenty of wiggle room in the way you define classes and other OOP constructs, but you'll need to stick fairly closely to the basic control-flow constructs, arithmetic expressions and operators, and the use of curly-braces for delimiting blocks and function bodies.
This is because programmers are lame, but hey, it's your target audience. Give the people what they want.
Read The Whole ThingTM