this post was submitted on 31 Jan 2024
233 points (98.3% liked)

Comics

434 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 8 months ago
MODERATORS
 

Hover Text:

I wrote 20 short programs in Python yesterday. It was wonderful. Perl, I'm leaving you.

Transcript

[A Cueball-like friend is talking to Cueball, who is floating in the sky.]
Friend: You're flying! How?
Cueball: Python!
Cueball: I learned it last night! Everything is so simple!
Cueball: Hello world is just print "Hello, World!"
Friend: I dunno... Dynamic typing? Whitespace?
Cueball: Come join us! Programming is fun again! It's a whole new world up here!
Friend: But how are you flying?
Cueball: I just typed 'import antigravity'
Friend: That's it?
Cueball: ...I also sampled everything in the medicine cabinet for comparison.
Cueball: But I think this is the python.

you are viewing a single comment's thread
view the rest of the comments
[–] Doorbook@lemmy.world 8 points 7 months ago (1 children)

Wouldn't IDE ensure these things are looked after?

[–] ysjet@lemmy.world 7 points 7 months ago (1 children)

Yes, but people feel threatened by good programming languages instead of just learning them.

[–] johannesvanderwhales@lemmy.world 2 points 7 months ago (1 children)

There aren't good languages and bad languages, there are better tools for a particular job and worse.

[–] YIj54yALOJxEsY20eU@lemm.ee 6 points 7 months ago

Javascript is widely regarded as a bad programming language even though for many use cases it is the best tool for the job.