Earlier quoted context omitted.
Yeah, I need to try it. But the parent was suggesting that metaprogramming could make readability issues go away and I can't wrap my head around how it would do that.
In Julia you can use https://juliaarrays.github.io/StructArrays.jl/stable/ which lets your code use the array of structs interface but internally it’s a structure of arrays
Making Python faster with Rust
221–223 of 223 posts
Re: Making Python faster with Rust
#222Re: Making Python faster with Rust
#223Earlier quoted context omitted.
>Python is just a bad language. Popular, but awful. You couldn't be more wrong. Python is the language going forward. There is a reason why bleeding edge ML stuff is done through Python, as well as it being the backend to several very popular web platforms and is second most use language on github behind JS solely because JS is hard tied to web. I have a feeling the hate for Python is just comes from paradigms that a…
No, you couldn't be more wrong. Nice argument you dug up there! Language going forward... I hadn't had such a laugh in a while... It was dead in the 70s. Long before it was born. Are you under influence or something? > There is a reason why bleeding edge ML stuff is done through Python No, there isn't, and bleeding edge ML isn't done in Python. It's done mostly in C++ and more seldom in C. Which are another garbage l…