• EvanM
      link
      fedilink
      22 years ago

      More so, their mirroring from Gemini, not the other way around

  • dinomug
    link
    fedilink
    22 years ago

    Drew: I don’t want anyone to see my new programming language.

    Also Drew: Makes a complete page with docs, tutorials, resources, and public repos. And he asks you to please keep it as a secret ㊙ .

    He has a good sense of humor 🤣

  • EvanM
    link
    fedilink
    1
    edit-2
    2 years ago

    Drew is going to be very mad…

    I share your frustration however, and am happy you did this. Maybe he will eventually come around and laugh

  • @nachtigall@feddit.de
    link
    fedilink
    02 years ago

    Nice find. I would have assumed that Drew kept the development quiet to not raise expectations that could not be met.

    • @iortega@lemmy.eus
      link
      fedilink
      12 years ago

      I don’t know if I want to know how will Drew react to this…

      What I for sure know is that even though this decision to share the info about the language might be beneficial for its development, it will most likely not be so for, I guess, relationship between developers, as now they are going to be fractured. Maybe Drew goes completely crazy and decides to destroy anything related to this new language, I don’t know.

      • @Yujiri@lemmy.mlOP
        link
        fedilink
        12 years ago

        Maybe Drew goes completely crazy and decides to destroy anything related to this new language, I don’t know.

        There’s no way he’d do that. He and others spent years building this project already. He’s not gonna throw away that much effort and a promising project just because people are seeing it sooner than he intended.

  • @mogoh@lemmy.ml
    link
    fedilink
    -12 years ago

    There are many languages that try to be a better C. For example Zig, D, C#, Swift, rust, Odin, etc. Has Hare some unique goals, or what sets it apart?

    • EvanM
      link
      fedilink
      12 years ago

      It’s a novelty, it can fit on a floppy. That’s my conclusion, it’s possible I’m missing something.

      Also add nim to that list!

    • @Yujiri@lemmy.mlOP
      link
      fedilink
      12 years ago

      If you want a TLDR of how it compares to other languages, I think this: https://drewdevault.com/2021/03/19/A-new-systems-language.html

      First I’ve heard of Odin, I think most of the languages you list can’t be considered true altneratives to C. A key aspect of C is manual memory management; probably any language with garbage collection cannot replace C in its appropriate use cases (kernels, interpreters, device drivers, etc).

      My impression is that Hare aims to be drastically simpler than Rust, but borrows at least one major idea from it: pattern matching. I suspect a big reason Drew didn’t consider Zig satisfactory is because of its lack of unicode string support. See this fascinating thread where he argues with the Zig developers about their decision to leave it out: https://github.com/ziglang/zig/issues/234