this post was submitted on 18 Nov 2024
194 points (78.0% liked)

Memes

49399 readers
875 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
194
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Check out my new community: [email protected]

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 4 months ago (1 children)

exactly! i prefer python or ruby or even java MUCH more than assembly and maybe C

[–] [email protected] 12 points 4 months ago* (last edited 4 months ago) (1 children)

I mean, I'd say it depends on what you do. When I see grad students writing numeric simulations in python I do think that it would be more efficient to learn a language that is better suited for that. And I know I'll be triggering many people now, but there is a reason why C and Fortran are still here.

But if it is for something small, yeah of course, use whatever you like. I do most of my stuff in R and R is a lot of things, but not fast.

[–] [email protected] 3 points 4 months ago

But if it is for something small, yeah of course, use whatever you like.

or if you have a deadline and using something else would make you miss that deadline.