Remix.run Logo
mcswell 6 months ago

> 1. Terrible performance

Performance only matters if you're doing something compute- or disk-intensive, and then only if the libraries you're using are Python all the way down. (AI programming, at least the kind that most of us do--I don't know about places like OpenAI) is generally done with Python using libraries that use some compiled language under the hood.

And in this case--a linter--performance is almost certainly never an issue.

IshKebab 6 months ago | parent [-]

The only thing computers do is compute and disk.

Performance only matters if you care about performance, and I do care about performance. If you don't, fine I guess.

mcswell 5 months ago | parent [-]

What do you care if a program takes one second or half a second, or even 1/10 of a second?