Dart
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 5: | Line 5: | ||
|released=2011 | |released=2011 | ||
}} | }} | ||
− | :''Not related to the [[DART]] disk image format. | + | :''Not related to the [[DART]] disk image format. Or the Dodge Dart for that matter. |
'''Dart''' (originally named Dash during its development process, but renamed) is a programming language created by Google, intended to replace [[JavaScript]]. It was released as open-source software in the hopes that it is adopted by [[web]] browsers other than Google's own Chrome, but thus far it has not had an enthusiastic reception outside of Google. Its syntax is similar to [[C]], with an object-oriented structure. | '''Dart''' (originally named Dash during its development process, but renamed) is a programming language created by Google, intended to replace [[JavaScript]]. It was released as open-source software in the hopes that it is adopted by [[web]] browsers other than Google's own Chrome, but thus far it has not had an enthusiastic reception outside of Google. Its syntax is similar to [[C]], with an object-oriented structure. |
Revision as of 23:07, 8 July 2014
- Not related to the DART disk image format. Or the Dodge Dart for that matter.
Dart (originally named Dash during its development process, but renamed) is a programming language created by Google, intended to replace JavaScript. It was released as open-source software in the hopes that it is adopted by web browsers other than Google's own Chrome, but thus far it has not had an enthusiastic reception outside of Google. Its syntax is similar to C, with an object-oriented structure.