What a problem? In a second case, after checking value, type of variable does not changed. // Vraible "string" still have a non-nullble type here // What problem you found here? // Non-nullble type cannot be null even…
Неужели этот язык никому не интересен?
Но что мешает реализовывать back-end на языке Dart? Может быть убогость сопутствующего программного обеспечения? Вероятнее всего, да. Хороших драйверов для работы с базами данных для него днем с огнем не найти.
Отличная новость. Скоро Dart станет рекордсменом по числу выпущенных версий в год. Но, смею заметить, даже при таких темпах версия-строения так и не была выпущена версия Dart 2.0, но было заявлено (не так давно) о ее…
Dartino is an experimental project to enable highly productive development for embedded devices. Note that this early version of Dartino only supports a single embedded device – the Raspberry Pi 2. Very soon it will be…
The goal of the Dash effort is ultimately to replace other languages as the lingua franca of embedded devices development. It is a pity that there was a failure with plans of making Dash (Dart) as the lingua franca of…
Does this news means that Google Dart used only by the Google and does not used by other serious companies? Or does this news means that Google has finally decided to use their own software product but the other serious…
Soon Dart will replace Javascript.
This was a long time ago at October 2, 2013.
Other languages also compiles to JS (even better than Dart) and don't require JS interop and they also highly usable languages. What exactly is great in Dart in comparison with these languages?
What exactly is great in Dart in comparison with other languages?
Just another language which compiles to Javascript. Till now with their own virtual machine. But already without their own Editor. And, as always, without any programming language roadmap.
>> Newbie here. The "?" operator is the same used in Swift?. any difference? This is the same as "accessor variant of the existential operator ?." in Coffescript. I think that this was in the Coffeescript initially but…
Difference in that the: Swift lives and develops. Dart is trying to survive. All that developers rejected not so long ago (as inadmissible), now they are trying to use for survival (calling them as a new and fresh…
The list is very small. And "Stack Overflow" is not intended to be a place where "discussion happening, where do I show off my Dart stuff?" as the author asks. Limited only to Google mail list and Google+. Google+ also…
>> Do you really mean "physical address" here? >> External data is created precisely to efficiently access data allocated externally, because it allows direct raw access to a given region of memory (sans bounds…
>> Truly efficient FFI has to be part of the VM, you can not implement efficient FFI from outside. Evil of the "Truly efficient FFI" in that the it in many cases does not exists as such. Benefit of "NOT Truly efficient…
>> As I said, we have intermediate language, but we don't accept it from outside of VM (for now). Your approach very bad. It does not help in the case where other professionals in this area can help you make VM better…
> Do you use such a layer as a "Well structured intermediate language" in Dart VM? >> I don't understand the question. Dart VM uses intermediate representation when compiling, which is an implementation detail (unlike…
>> Can't you just expose the data you are reading as an external typed data array to the Dart code? That would remove any need for those methods. I work on integrating into Dart ecosysem "foreign functions interface"…
>> Annotation would be no less magic (and not available to the user code anyways). Magic of annotations in that the they are only annotates but a real magic goes elsewhere... They can be ignored and this is not a magic…
>> so I don't really understand what bothers you about these lists. This approach does not allow me to use annotations (or other way) for specifying that my own "native" methods in "native extension" are required some…
What's wrong with the following code? https://github.com/dart-lang/bleeding_edge/blob/master/dart/... =============================== class _IntegerImplementation extends _Num { @inline(INLINE.INTRINSICS) //…
In the AtScript, there is nothing out of the Dart (0%). AtScript composed entirely of TypeScript (100%). AtScript is superset of TypeScript. Dart there and does not smell.…
What a problem? In a second case, after checking value, type of variable does not changed. // Vraible "string" still have a non-nullble type here // What problem you found here? // Non-nullble type cannot be null even…
Неужели этот язык никому не интересен?
Но что мешает реализовывать back-end на языке Dart? Может быть убогость сопутствующего программного обеспечения? Вероятнее всего, да. Хороших драйверов для работы с базами данных для него днем с огнем не найти.
Отличная новость. Скоро Dart станет рекордсменом по числу выпущенных версий в год. Но, смею заметить, даже при таких темпах версия-строения так и не была выпущена версия Dart 2.0, но было заявлено (не так давно) о ее…
Dartino is an experimental project to enable highly productive development for embedded devices. Note that this early version of Dartino only supports a single embedded device – the Raspberry Pi 2. Very soon it will be…
The goal of the Dash effort is ultimately to replace other languages as the lingua franca of embedded devices development. It is a pity that there was a failure with plans of making Dash (Dart) as the lingua franca of…
Does this news means that Google Dart used only by the Google and does not used by other serious companies? Or does this news means that Google has finally decided to use their own software product but the other serious…
Does this news means that Google Dart used only by the Google and does not used by other serious companies? Or does this news means that Google has finally decided to use their own software product but the other serious…
Soon Dart will replace Javascript.
This was a long time ago at October 2, 2013.
Other languages also compiles to JS (even better than Dart) and don't require JS interop and they also highly usable languages. What exactly is great in Dart in comparison with these languages?
What exactly is great in Dart in comparison with other languages?
Just another language which compiles to Javascript. Till now with their own virtual machine. But already without their own Editor. And, as always, without any programming language roadmap.
>> Newbie here. The "?" operator is the same used in Swift?. any difference? This is the same as "accessor variant of the existential operator ?." in Coffescript. I think that this was in the Coffeescript initially but…
Difference in that the: Swift lives and develops. Dart is trying to survive. All that developers rejected not so long ago (as inadmissible), now they are trying to use for survival (calling them as a new and fresh…
The list is very small. And "Stack Overflow" is not intended to be a place where "discussion happening, where do I show off my Dart stuff?" as the author asks. Limited only to Google mail list and Google+. Google+ also…
>> Do you really mean "physical address" here? >> External data is created precisely to efficiently access data allocated externally, because it allows direct raw access to a given region of memory (sans bounds…
>> Truly efficient FFI has to be part of the VM, you can not implement efficient FFI from outside. Evil of the "Truly efficient FFI" in that the it in many cases does not exists as such. Benefit of "NOT Truly efficient…
>> As I said, we have intermediate language, but we don't accept it from outside of VM (for now). Your approach very bad. It does not help in the case where other professionals in this area can help you make VM better…
> Do you use such a layer as a "Well structured intermediate language" in Dart VM? >> I don't understand the question. Dart VM uses intermediate representation when compiling, which is an implementation detail (unlike…
>> Can't you just expose the data you are reading as an external typed data array to the Dart code? That would remove any need for those methods. I work on integrating into Dart ecosysem "foreign functions interface"…
>> Annotation would be no less magic (and not available to the user code anyways). Magic of annotations in that the they are only annotates but a real magic goes elsewhere... They can be ignored and this is not a magic…
>> so I don't really understand what bothers you about these lists. This approach does not allow me to use annotations (or other way) for specifying that my own "native" methods in "native extension" are required some…
What's wrong with the following code? https://github.com/dart-lang/bleeding_edge/blob/master/dart/... =============================== class _IntegerImplementation extends _Num { @inline(INLINE.INTRINSICS) //…
In the AtScript, there is nothing out of the Dart (0%). AtScript composed entirely of TypeScript (100%). AtScript is superset of TypeScript. Dart there and does not smell.…