|
|
|
|
|
by WhyCause
741 days ago
|
|
I would argue that the fast part isn't optional for web apps (where "transpiling"), but it can be in many other instances. I write a lot of data-pipeline code in Python that mostly runs once a day. Does it matter if it takes an hour to run instead of five minutes? Not really, as long as it's ready to go for the next run. |
|