Hi: During the last Saturday meetup, we discussed about how similar keywords among programming languages suggest a closer evolution, eg. Java and PHP
Here is the link to the document, i mentioned. Please download from http://www.twincling.org/twincling/publications/reserved.pdf Here are some points to note regarding the language C : covers ISO C99 C++ : covers C++0x (where x mostly will be 9) Java : atleast Java 5.0 PHP : PHP 5.3.6 (note the 'namespace' keyword) JavaScript : atleast JavaScript 2.0 Ruby : Ruby 2.0 Erlang : Erlang (erts 5.6.2) Lua : Lua 5.1.3 Additionally, i've tried to document the Compiler extensions for gcc and msvc as the project teams work with these. Take a look. Have fun. thanks Saifi.

