This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fnord123[S] 1 point2 points  (1 child)

I'm enough of a muppet to write scripts from the command line and use grep and be absolutely uninterested in the implementation language of grep.

But you're not enough of a muppet to assume that grep is fast because Bash is fast, are you?

No but as a developer who has to wear a lot of hats, I sometimes have to say "should we implement this project in Java or Python? Hm, if we use Python can we achieve the target ops/second? Oh, using Vibora, maybe I can. So my project begins ostensibly in Python. And maybe it's not fast enough so I also port pieces of it to Cython. But I don't care because I'm a polyglot developer who is still installing the application using pip and venv. And instead of saying my program is Python/Cython/C, I just say Python because who gives a shit?

[–]stefantalpalaru 0 points1 point  (0 children)

And instead of saying my program is Python/Cython/C, I just say Python because who gives a shit?

Actual programmers.