you are viewing a single comment's thread
view the rest of the comments
[–] 23 points 9 months ago (2 children)

I've been enjoying zig.

It feels like when I go to write C, but without a bunch of code churn/copy paste on getting just the right memory management interface.

It's not perfect, and the API churn makes it really annoying to find decent documentation. But it's fun.

  • source
  • hideshow 4 child comments
  • [–] 6 points 9 months ago* (1 child)

    You might like Odin. It's stable and in industry use.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 9 months ago (1 child)

    I think the next language I’ll learn will be rust, but Odin has been recommended to me a couple times now.

    I do want to try that one out

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 9 months ago (1 child)

    Same boat, but be warned that Zig and Odin are C-like, while Rust is C++ like. The different workflow needs some getting used to.

  • source
  • parent
  • hideshow 2 child comments