Live data from Hacker News

Viewing profile — acehreli

acehreli

HN member
Joined
Fri, Aug 28, 2015, 8:19 PM UTC
HN karma
220
Public activity
54 items

About acehreli

No profile information was provided.

Recent public activity

  1. comment
    Comment #48926327

    Well, others might have said `i, s:` is not an independent label.

  2. comment
    Comment #48926295

    We may first need to go over what "elegant" means I guess. :)

  3. comment
    Comment #43800484

    D is technically better than C++ in most features. (It has always lead C++. For example, among about 100 new feauters that C++11 brought, only 2 were not already in D. No C++ desig…

  4. comment
    Comment #43799222

    Exactly. It really was a happy accident. I talked about it here: https://dlang.org/blog/2016/06/29/programming-in-d-a-happy-a...

  5. comment
    Comment #43799152

    Mike Shah has been using D for teaching software engineering at Northeastern University and Yale. Here is his DLang playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9Fso…

  6. comment
    Comment #43799107

    All I need is another wave of motivation. I'm searching. :)

  7. comment
    Comment #43799072

    Author here... AMA.

  8. comment
    Comment #34102507

    Because Google saves us all.

  9. comment
    Comment #33185372

    It may not be a step function improvement but the difference is still night and day: Dreading one more line of C++ versus looking forward to many fun lines of D. I mean... Modules …

  10. comment
    Comment #33171974

    That historically backwards: C++ has been catching up to D since C++11.

  11. comment
    Comment #33171529

    I see what you mean but array of bytes is something else in D: byte[].

  12. comment
    Comment #33170840

    D's string is not text by itself because it is an array of UTF-8 code units. However, we have this infamous feature called auto-decoding in the standard library that presents strin…

  13. comment
    Comment #33170762

    > unit tests printed some weird error I am not aware of a common issue like that but D has bugs. > Also importC isn't what you think it is That's contrary to my tests: I installed …

  14. comment
    Comment #33169712

    No. We had a very long discussion about safe-by-default on the forums but failed to reach a consensus. As I understand it, for safe-by-default to work, either all C libraries would…

  15. comment
    Comment #33169212

    > memory usage and binary size Don't forget the -betterC compiler switch please. ;)

  16. comment
    Comment #33169165

    I heard Discord may have negative posts as well but I find the official D newsgroups (with a forum interface) very friendly and clean. Minimal moderation seems to help there.

  17. comment
    Comment #33168147

    > how is D different I don't know Zig yet. I had an opinion long time ago that nobody should use C anymore; I would suggest C++ at least because it has constructors and templates. …

  18. comment
    Comment #33167913

    It is definitely chewing on it. :) D's advantage over Rust is its familiar syntax and semantics. C, C++, Java, C#, Python, etc. programmers feel at home once they learn some differ…

  19. comment
    Comment #33167358

    AMA I am the speaker.

  20. comment
    Comment #33166624

    http://ddili.org/ders/d.en/index.html

  21. comment
    Comment #33166608

    Wonderful to see you here as well! :)

  22. comment
    Comment #31854901

    D is not popular but has a strong long-time following.

  23. comment
    Comment #28051524

    I don't know what code Walter is referring to but I had similar experiences during a presentation of the Boost Spirit library (at our Silicon Valley C++ Meeting; must be about a de…

  24. comment
    Comment #26115341

    D's templates has always been very strong and useful compared to C++'s. The following example is similar to C macros because it generates code as string and mixes it in as code but…

  25. comment
    Comment #26109586

    Thanks for letting me know. This seems to be far from being adopted into C++, if at all, right? Is the C++ community behind this effort?