Live data from Hacker News

Viewing profile — mezoni

mezoni

HN member
Joined
Wed, Jul 10, 2013, 3:58 PM UTC
HN karma
-5
Public activity
28 items

About mezoni

No profile information was provided.

Recent public activity

  1. comment
    Comment #14570694

    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? //…

  2. comment
    Comment #13173854

    Неужели этот язык никому не интересен?

  3. comment
    Comment #12706780

    Но что мешает реализовывать back-end на языке Dart? Может быть убогость сопутствующего программного обеспечения? Вероятнее всего, да. Хороших драйверов для работы с базами данных д…

  4. comment
    Comment #11627985

    Отличная новость. Скоро Dart станет рекордсменом по числу выпущенных версий в год. Но, смею заметить, даже при таких темпах версия-строения так и не была выпущена версия Dart 2.0, …

  5. comment
    Comment #10995977

    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 – th…

  6. comment
    Comment #10995943

    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 makin…

  7. comment
    Comment #10722854

    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…

  8. comment
    Comment #10722850

    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…

  9. comment
    Comment #10160067

    Soon Dart will replace Javascript.

  10. comment
    Comment #9966727

    This was a long time ago at October 2, 2013.

  11. comment
    Comment #9950512

    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 the…

  12. comment
    Comment #9896460

    What exactly is great in Dart in comparison with other languages?

  13. comment
    Comment #9879903

    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 …

  14. comment
    Comment #9747061

    >> 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…

  15. comment
    Comment #9746469

    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…

  16. comment
  17. comment
    Comment #8747789

    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 Goog…

  18. comment
    Comment #8704743

    >> 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…

  19. comment
    Comment #8704717

    >> 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…

  20. comment
    Comment #8704635

    >> 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 …

  21. comment
    Comment #8704356

    > 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, whic…

  22. comment
    Comment #8704278

    >> 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 ec…

  23. comment
    Comment #8703497

    >> 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 …

  24. comment
    Comment #8703417

    >> 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…

  25. comment
    Comment #8703127

    What's wrong with the following code? https://github.com/dart-lang/bleeding_edge/blob/master/dart/... =============================== class _IntegerImplementation extends _Num { @i…