Trying to spread the idea that humans need to evolve beyond our current stage based on mutual exploitation and learn to again live on this planet sustainably and without coercion.

  • 0 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle













  • Zig

    Choosing a high-level language would limit your world so all of those are out. I could make my own high-level language if absolutely necessary from Zig but the reverse is not possible.

    Zig > C as it’s easier to write safer more secure code while being as fast or even faster than C, and usable in embedded and other places only C is normally used. In fact, I can create C binaries with my Zig compiler.

    Zig > Rust because actually writing safe Rust code would use all my time and sanity so would end up writing unsafe Rust, but then what’s the point.

    Zig > Go because Go is slower, higher level, and backed by one of the most evil entities to ever exist.