|
|
|
|
|
by mentos
195 days ago
|
|
I'm really curious to see if Python will maintain this lead in the future or if all languages will catch up to the same level of accuracy. If not then I see the argument for everything being done in Python and performance coming from optimizing Python -> C. |
|
I more bullish on the Python -> Rust pipeline. The two languages have a lot of overlap in philosophies, have great interop, and have similar levels of guard rails (when it comes to multithreading Rust even beats Python in terms of safety). And both languages seem well suited to being vibecoded