this post was submitted on 30 Dec 2024
521 points (98.5% liked)

Programmer Humor

19880 readers
158 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] taanegl@lemmy.ml 7 points 6 days ago (1 children)

It's just C with a borrow checker.

[–] Mubelotix@jlai.lu 1 points 6 days ago (1 children)
[–] taanegl@lemmy.ml 1 points 5 days ago* (last edited 5 days ago)

Well, achually, the Clang compiler along visualcode is planned to compile C++ with a borrow checker implementation.

Also, C is imperative, C++ is object oriented, and Rust is functional programming - which is how they differer fundamentally.

That Rust is the first one with a borrow checker doesn't make every language (or compiler, as I "well achually" myself) that implements a borrow checker Rust.

It just means they have implemented a borrow checker - most likely at compile time, similarly to how macros are just boilerplate code applied at compile time and that it too is a feature available in many programming languages - or compilers.

It's "well achually" all the way down.

Also, I wrote all this when I realized the minus was the joke part making fun of c++ lol

I well achually'ed myself into doing a dumb, which is usually what that does. Hopefully somebody gets something out of this.