8
  1. What will Harmony mean for me as a programmer?
  2. I have various JavaScript programs... will I have to re-write these?
  3. How should I get ready for it? Can I already begin programming against Harmony?
  4. When will it be released?
Jason Stackhouse
  • 1,796
  • 2
  • 18
  • 19

1 Answers1

11

What will Harmony mean for me as a programmer?

More options

I have various JavaScript programs... will I have to re-write these?

No

How should I get ready for it?

At the moment, there really isn't much you can do beyond the usual "becoming a better programmer in general".

Can I already begin programming against Harmony?

Not practically. Chrome, at least, has some features implemented (but not in such a way that you can use them on the WWW).

When will it be released?

Possibly by the end of 2013, but it will be longer before there is widespread support in the browsers on people's computers.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335