

That’s a lot of words for “I don’t understand the borrow checker”
In all seriousness, yeah rust users are annoying, but I think rust is a welcome change over C/C++
That’s a lot of words for “I don’t understand the borrow checker”
In all seriousness, yeah rust users are annoying, but I think rust is a welcome change over C/C++
Thank you for the spoiler tag, that was pretty NSFL
Ah. Seems like the effect varies from person to person I guess. Are there any studies on it? I’m kinda interested now.
What the fuck did you do to your text? It’s impossible to read.
Make it completely untyped. Everything’s just a string.
I don’t get why people hate semantic whitespace. The whitespace would be there anyway, and if anything it’s easier to read as long as you avoid 15 nested if statements, and you’re not using a dynamically typed abomination like python.
S-expressions are a hack because the Lisp devs didn’t know how to make an actual compiler, and instead had the users write the syntax tree for them. (For legal reasons I am being facetious).
In all honesty, I can understand the reason people love s-expressions, but to me they’re just unreadable at a glance.
I’m a computer engineering major (still a student tbf), I’m well aware of the difference between CISC and RISC, I was making a joke.
Also, I understand your point, but you should know though that a load-store architecture and a RISC instruction set are not the same thing. The vast majority of RISC ISAs are load-store, but not all load-store architectures are RISC.
At this point ARM is a CISC architecture
That’s not what the meme is about? It’s about how everything is marketed as AI these days, even if there’s no machine learning involved whatsoever.
“My laptop died before I could push these”
Not a good commit name I know, but my laptop stopped booting and I just really needed to continue from my desktop.
It’s a student project anyway.
I’m a zoomer and honestly I had no problems with it. I only failed the Michael Cera one because I didn’t notice one of the images had a secret hidden Michael Cera
Was thinking Nim because it’s a couple of these.
That’s SCSS, cheater!
Finally, pure functional rust.
It won’t segfault but it’ll absolutely panic over an unwrap at some point.
I actually had to add a dedicated sound card to my PC because the onboard one shat itself and died somehow, and it was way cheaper than a new motherboard.
That’s gentoo users actually
Pointers are variables that don’t hold data themselves but instead hold a reference to it. It’s really common to redirect pointers to reference something other than what they originally referenced, which is the joke in this comic. He is changing the conversation so that Star Wars actually refers to Jaws.
deleted by creator
Didn’t know D still had an active community, that’s pretty awesome. Wonder if someone has ever worked on a borrow checker for Nim.