FAQ Topic - What does the future hold for ECMAScript? (2008-04-13)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • FAQ server

    FAQ Topic - What does the future hold for ECMAScript? (2008-04-13)

    -----------------------------------------------------------------------
    FAQ Topic - What does the future hold for ECMAScript?
    -----------------------------------------------------------------------

    The ECMAScript Technical Committee is now working on the fourth
    edition, the first implementation of which is JScript.NET. It
    includes a compiler, allowing you to create standalone JScript
    executables.

    The fourth edition of ECMAScript will provide new features like
    typed variables, and classes. More information can be found at:



    or from microsoft.publi c.dotnet.langua ges.jscript


    --
    Postings such as this are automatically sent once a day. Their
    goal is to answer repeated questions, and to offer the content to
    the community for continuous evaluation/improvement. The complete
    comp.lang.javas cript FAQ is at http://jibbering.com/faq/index.html.
    The FAQ workers are a group of volunteers. The sendings of these
    daily posts are proficiently hosted by http://www.pair.com.

  • Dr J R Stockton

    #2
    Re: FAQ Topic - What does the future hold for ECMAScript? (2008-04-13)

    In comp.lang.javas cript message <48013ef5$0$902 69$14726298@new s.sunsite.
    dk>, Sat, 12 Apr 2008 23:00:00, FAQ server <javascript@dot internet.be>
    posted:
    >
    >The fourth edition of ECMAScript will provide new features like
    >typed variables, and classes. More information can be found at:
    >
    >http://www.ecmascript.org/
    That page cites
    <http://www.ecmascript. org/es4/spec/incompatibiliti es.pdf>
    in which Section 4.1 says that Opera 9.20 parses "2007-01-01T12".
    Fortunately, 4.1 does not say that (judging by 9.27) it parses it
    correctly - the Hours part is taken as minus minutes.

    It's better if the T is replaced by space, as introduced in ISO
    8601:2004 -- new Date("2007-01-01 12:08:06 +300") sets Mon, 01 Jan 2007
    09:08:06 GMT+0000.

    IE 7 accepts "2008-W15-7" but gives "Fri Mar 6 14:00:00 UTC 2009".

    --
    (c) John Stockton, nr London, UK. ?@merlyn.demon. co.uk Turnpike v6.05.
    Web <URL:http://www.merlyn.demo n.co.uk/- w. FAQish topics, links, acronyms
    PAS EXE etc : <URL:http://www.merlyn.demo n.co.uk/programs/- see 00index.htm
    Dates - miscdate.htm moredate.htm js-dates.htm pas-time.htm critdate.htm etc.

    Comment

    Working...