Jump to content

Parallel Language Syntax Reference


davej

Recommended Posts

This website is all about online web programming documentation. One thing I would like to see is a language syntax cross-reference. In other words you write occasionally in several different languages... but now you are trying to remember how to parseFloat -- it would be nice to have a table showing the various equivalent syntax of maybe Java, C#, Php, Javascript, ASP and maybe a couple more languages.

 

Maybe it is Double.parse() or Float.parse() or Math.parseFloat() or something else. Who can remember these details?

Link to comment
Share on other sites

  • 2 weeks later...

Personally, I just check the reference of the language I'm programming with. It's not that hard. W3Schools isn't a programmers reference, it's a web developers' reference, web developers usually don't need to deal with more than two languages.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...