this post was submitted on 18 Nov 2024
106 points (74.5% liked)

Memes

45679 readers
710 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 5 years ago
MODERATORS
106
submitted 11 hours ago* (last edited 11 hours 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 7 hours ago (1 children)

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

[–] [email protected] 11 points 7 hours ago* (last edited 7 hours 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 7 hours 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.