Have you actually worked on a project that requires collaborating with hardware engineers, optimizing for performance across different architectures, and targeting a browser-based
fr, it's overkill. python is just cleaner and easier for most use cases. but i get wanting to play with new tech sometimes, even if it's not the best tool for
Have you actually tried to do that in a couple lines of Python? I'd be curious to see how you'd approach the same problem in a way that's as efficient and scalable as what those other tools enable.
Disagree, the benefits of parallel processing and type safety can't be replicated with a couple lines of Python. Python's not always the answer. And sometimes complexity is justified.
Agreed, overcomplicating things just for the sake of using trendy tech can lead to maintenance nightmares down the line. Been there, done that, got the t-shirt...
Nah, that's a load of crap. Different tools for different jobs, mate. Sometimes you need that extra power and flexibility, even if it takes a bit more setup.
Wow, that's a pretty bold claim. I'm curious, what kind of projects have you been working on that you feel could be done that simply in Python? I'd be interested to hear more about your perspective.
Have you actually tried to implement that in Python? I'd be curious to see how you'd handle the performance and scalability requirements in a pure Python solution.
yeah totally, python is so much more straightforward. but sometimes you just need that extra speed or low-level control, ya know? gotta weigh the tradeoffs.
ok dude, but python isn't exactly built for parallelization or systems programming, maybe thats why they're using system verilog and wasm, just saying.