this post was submitted on 27 Jun 2023
47 points (98.0% liked)

Programmer Humor

33267 readers
917 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 2 years ago (3 children)

What are the last two? I know Python and C, but haven't seen the last two.

[–] [email protected] 20 points 2 years ago (1 children)

The third one is rust which has become a meme at this point. Programmers like it because it has almost as much performance as C but has a lot of safeguards preventing memory errors and vulnerabilities. I have no idea what the last one is tho

[–] [email protected] 7 points 2 years ago (2 children)

Did rust change it's logo? I thought it was a gear. :s

[–] [email protected] 11 points 2 years ago

It did not change logo. This is the mascot.

[–] [email protected] 2 points 2 years ago (1 children)

I think it just has two logos but idk

[–] [email protected] 3 points 2 years ago

The crab is public domain, so you can use it to advertise your own Rust project or whatever. The gear logo belongs to the Rust foundation, which sparked some controversy a while ago.

[–] [email protected] 11 points 2 years ago* (last edited 2 years ago)
[–] [email protected] 5 points 2 years ago (1 children)

Crab is Rust, but the last one...

[–] [email protected] 11 points 2 years ago (2 children)
[–] [email protected] 8 points 2 years ago (3 children)

I'm pretty skeptical it could be as fast and safe as Rust without the added challenge. Like, even doing what Rust did was a big deal.

[–] [email protected] 3 points 2 years ago

I could be wrong, but based on the Wikipedia article it seems like it’s more trying to be a python replacement than a rust/c++/Java/etc replacement. The big thing with rust is that it’s rules allow memory safety without a garbage collector, while unless I missed something it seems like nim just uses a garbage collector. Not that that’s necessarily some huge problem or anything, but you know, different purposes

[–] [email protected] 1 points 2 years ago (1 children)

Can compile to C which then compiles using your favourite compiler. So it can operate at the speed of C

And the new memory management system is similar to rusts system (and can be fully disabled if you want manual memory management)

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Can compile to C which then compiles using your favourite compiler. So it can operate at the speed of C

Technically, it all compiles to assembly, but Python is still a lot slower than C or Rust. Speed is lost along the way through those layers of abstraction.

And the new memory management system is similar to rusts system (and can be fully disabled if you want manual memory management)

So it doesn't have a garbage collector? I'm going to have to actually look into this myself.

[–] [email protected] -1 points 2 years ago

I think it transpiles to C so theoretically it could be quite fast, but I doubt the generated C is as fast as manually written C or Rust.

[–] [email protected] 1 points 2 years ago

OH… NIM NIM NIM NIM NIM FUCKING NIM