When Dart will enabled in Google Chrome?

167 views
Skip to first unread message

Alexey Solovey

unread,
Aug 15, 2015, 11:04:09 AM8/15/15
to Dart Misc
Hello. Tell me please, when Dart will enabled in Google Chrome? I don't see this feature even in dev version of chrome. Kept over 2 years. When will Dart language in chrome?
I don't want compiling Dart to JS for Web applications. Dart are fastest language.

Or... When in official Google Chrome will SIMD (not Dartium)? When Dart learns compiling to ASM.js? When Dart learns compiling to modern ES6-7?

Lex Berezhny

unread,
Aug 15, 2015, 11:18:42 AM8/15/15
to misc

--
For other discussions, see https://groups.google.com/a/dartlang.org/
 
For HOWTO questions, visit http://stackoverflow.com/tags/dart
 
To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+uns...@dartlang.org.

Jos Hirth

unread,
Aug 15, 2015, 5:10:44 PM8/15/15
to Dart Misc
SIMD in V8 is on its way: https://code.google.com/p/v8/issues/detail?id=4124

Dart won't compile to Asm.js because it's a far less suitable compile target for languages like Dart.

The experimental dev_compiler compiles to fairly readable ES6.

Alexey Solovey

unread,
Aug 15, 2015, 6:34:24 PM8/15/15
to Dart Misc
Sad. I wanted make pseudo-pointers for Dart. See primitive.js by acterhd in GitHub.

воскресенье, 16 августа 2015 г., 5:10:44 UTC+8 пользователь Jos Hirth написал:
Message has been deleted

Alexey Solovey

unread,
Aug 15, 2015, 6:52:33 PM8/15/15
to Dart Misc
I want operator for class such as value of. In my original ES6 code this realized through setter and getters ".ptr". In dart I want this setter and getter through operator like C.

var some = *pointerObj; //getter
*pointerObj = another; //setter

Intead of

var some = pointerObj.ptr; //getter
pointerObj.ptr = another; //setter

суббота, 15 августа 2015 г., 23:04:09 UTC+8 пользователь Alexey Solovey написал:
Reply all
Reply to author
Forward
0 new messages