this post was submitted on 16 Sep 2023
579 points (93.9% liked)

Programmer Humor

19207 readers
1310 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago (1 children)

It's as performant as python which is way more widely used.

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

No, there circulated a performance list a while ago. Python was in the lower third while Ruby was bottom.

[–] [email protected] 5 points 1 year ago

Which benchmark are you talking about? The most common I know of is the computer language benchmarks game, here's a nice implementation of it.. You can see ruby is actually a decent bit faster.

It's an annoyingly persistent myth that ruby is significantly slower than python.