this post was submitted on 05 Mar 2025
1577 points (99.0% liked)

Programmer Humor

21016 readers
1339 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
[–] cm0002@lemmy.world 6 points 1 day ago (2 children)

AI does decently enough on scripting languages if you spell it out enough for it lol, but IMO it tends to not do so well when it comes to compiled languages

I've tried Python with VScode Copilot (Claude) and it did pretty good

[–] isVeryLoud@lemmy.ca 4 points 1 day ago (1 children)

That's because scripted languages are more forgiving in general.

[–] cm0002@lemmy.world 6 points 1 day ago (1 children)

I was chalking it up to some scripting languages just tending to be more popular (like python) and thus having more training data for them to draw from

But that's a good point too lol

[–] isVeryLoud@lemmy.ca 5 points 1 day ago

Both can be true, Python does have a lot of examples floating online.

[–] Tungsten5@lemm.ee 1 points 21 hours ago

Yeah I tried that, Claude with some C code. Unfortunately the Ai only took me from point A to point A. And it only took a few hours :D