Permanently Deleted (reddthat.com)
submitted 2 years ago* (last edited 2 years ago) by to c/linux@lemmy.ml
 

Permanently Deleted

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

Sounds dumb. Like when Java was supposed to be able to do everything, but this is faster. Doesn't make it not dumb.

  • source
  • hideshow 4 child comments
  • [–] 40 points 2 years ago

    I wouldn't necessarily call it dumb.

    Rust is much more of a drop in replacement for C/C++ than Java ever was, and it carries some serious benefits over C/C++ like proper memory management and a modern library and packaging system.

    Rebasing to Rust might genuinely be a good idea for some of these tools.

  • source
  • parent
  • [–] 2 points 2 years ago

    What's funny is Java solved an issue that is pretty much non-existent in today's environment: compatibility.

    It's much less like the Wild West these days. People have a clearer picture of what to support, how to support it, and generic tools to abstract platform-specific code.

    I like Java. I think they did good things and had a pragmatic approach to the problems they were trying to solve.

    But time goes on, and this young discipline progresses fast. It'll be interesting to see decades from now what languages survive and which ones don't.

    I predict as time goes on, we'll get fewer big languages (popular, widespread, useful, etc.) and they will stick around for much longer.

    Kind of like human language, if you think about it.

  • source
  • parent