DART on Googlen avoimen lähdekoodin ohjelmointikieli, joka toimii verkkosivuilla ja servereissä, ja jolla voi JavaScriptiä paremmin hoitaa suurten verkkosovellusten koodaamisen. DART kielen kehitys aloitettiin 9/2011 ja 1.0-versio kielestä julkistettiin loppuvuodesta -2013. Nyt jo on olemassa lähes valmiit työkalut Chrome selainta varten. Blogger-blogien pitäjiä varten saamme ehkä kiintoisia Gadgetteja sivupalkkeihin ja muuta toiminnallisuutta verkkosivuille.
TÄMÄ blogi sisältää pääosin omia pohdintojani ja muistiinpanoja, eikä se varmaankaan tuo kovinkaan paljon uutta DART-kielen opiskeluun. Materiaali on pääosin KOPIOITU :( Dartlang-sivustoilta, josta kannattaa KÄYDÄ TARKISTAMASSA kielen viimeiset syntaksit.

lauantai 24. maaliskuuta 2012

Dart Lang Spec update 0.08, whats new and my own notes for it.


This text is from:  http://news.dartlang.org/2012/03/dart-language-spec-update-to-008.html  

It was almost 2 months ago for spec 0.07, so here it is...  I add my own notes here...


Dart language spec update to 0.08

Posted by Seth Ladd

The Dart team has updated the Dart language spec to version 0.08. Changes include:

5:  Static variables are lazily initialized, but need not be constants. Orthogonal notion of constant variable introduced.
7.1.2: Added equals operator as part of revised == treatment.
7.5.1: Initializing formals have the same type as the field they correspond to.
7.7: Static variable getter rules revised to deal with lazy initialization.
10: Modified syntax to support cascaded method invocations.
10.1: Removed support for + operator on Strings. Extended string constants to support certain cases of string interpolation. Revised constants to deal with constant variables
10.5: Corrected definition of HEX_DIGIT_SEQUENCE. Support implicit concatenation of adjacent single line strings.
10.13.2: Centralized and corrected type rules for function invocation.
10.14: Moved rules for checking function/method invocations to 10.1.3.2. Added definition of cascaded method invocations.
10.1510.16: Updated noSuchMethod() call for getters and setters to conform to planned API.
10.17: Modified syntax to support cascaded method invocations.
10:20: Revised semantics for ==.
10:28: Removed importlibrary and source from list of built-in identifiers. Revised rules for evaluating identifiers to deal with lazy static variable initialization.
11.13: Fixed bug that allowed continue labeled on non-loops.
12: Revised syntax so no space is permitted between # and directives. Introduced show: combinator. Describe prefix: as a combinator. Added initial discussion of namespaces. Preclude string interpolation in arguments to directives.

Not everything is implemented by both the Dart VM and the Dart to JavaScript compiler yet.

As always, the Dart team appreciates your feedback. The mailing list is a good way to participate and share your thoughts.

Ei kommentteja:

Lähetä kommentti