1. 42
    1. 11

      Impressive for a month of work :)

    2. [Comment removed by moderator pushcx: Removing meme thread.]

      1. [Comment removed by moderator pushcx: Removing meme thread.]

        1. [Comment removed by moderator pushcx: Removing meme thread.]

          1. [Comment removed by moderator pushcx: Removing meme thread.]

      2. [Comment removed by moderator pushcx: Removing meme thread.]

        1. [Comment removed by moderator pushcx: Removing meme thread.]

    3. 4

      My understanding is basically that:

      • Zig is targeting C
      • Rust is targeting C++
      • Julia is targeting…Matlab/Numpy?
      • Elixir is targeting Erlang

      At least for Zig, how’s the ecosystem shaping up?

      1. 2

        Too early to tell wrt packages/libraries and that kind of thing, the package manager is planned:

        https://github.com/ziglang/zig/issues/943

        and the stdlib is intended to be fairly robust, so optimistically the soil will be good for a healthy ecosystem

      2. 2

        Julia is targeting…Matlab/Numpy?

        Maybe R.

        1. 1

          And Python!

      3. 1

        Rust is more like an Ada replacement. It’s much harder to implement ie. a graph structure in Rust than in C++.