Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mezoni
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
mezoni
9y ago
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 typ
2.
▲
by
mezoni
10y ago
Неужели этот язык никому не интересен?
3.
▲
by
mezoni
10y ago
Но что мешает реализовывать back-end на языке Dart? Может быть убогость сопутствующего программного обеспечения? Вероятнее всего, да. Хороших драйверов для работы с базами данных для него днем с огнем не найти.
4.
▲
by
mezoni
10y ago
Отличная новость. Скоро Dart станет рекордсменом по числу выпущенных версий в год. Но, смею заметить, даже при таких темпах версия-строения так и не была выпущена версия Dart 2.0, но было заявлено (не так давно) о ее выходе в начале 201
5.
▲
by
mezoni
11y ago
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 available an anothe
6.
▲
by
mezoni
11y ago
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 web development on the
7.
▲
by
mezoni
11y ago
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 companies still has
8.
▲
by
mezoni
11y ago
Soon Dart will replace Javascript.
9.
▲
by
mezoni
11y ago
This was a long time ago at October 2, 2013.
10.
▲
by
mezoni
11y ago
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?
11.
▲
by
mezoni
11y ago
What exactly is great in Dart in comparison with other languages?
12.
▲
by
mezoni
11y ago
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.
13.
▲
by
mezoni
11y ago
>> 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
14.
▲
by
mezoni
11y ago
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 ideas). Survival is wh
15.
▲
by
mezoni
12y ago
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 n
16.
▲
by
mezoni
12y ago
>> 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 checkin
17.
▲
by
mezoni
12y ago
>> 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
18.
▲
by
mezoni
12y ago
>> 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 and effecti
19.
▲
by
mezoni
12y ago
> 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 (unlik
20.
▲
by
mezoni
12y ago
>> 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" (f
21.
▲
by
mezoni
12y ago
>> 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 because they ar
22.
▲
by
mezoni
12y ago
>> 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 requi
23.
▲
by
mezoni
12y ago
What's wrong with the following code? https://github.com/dart-lang/bleeding_edge/blob/master/dart/... =============================== class _IntegerImplementation extends _Num { @inline(INL
24.
▲
by
mezoni
12y ago
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. https://www.youtube.com/watch?v=lGdnh8QSPPk#t=1734
25.
▲
by
mezoni
12y ago
>> This is a very misguided comment. >> Dart and JavaScript are both completely dynamically typed. V8 VM optimized for that (type dynamics). Dart VM has a lot problem with performance with this dynamics because Dart VM is a trul
26.
▲
by
mezoni
12y ago
Dart VM uses a black list for methods that cannot be optimized by VM intelligence. I cannot say anything about V8. But with optimization in Dart VM not all so good. Dynamic typing in Javascript is a normal behavior (VM optimized for that).