Benjamin: Towards a new SymPy
Benjamin: Towards a new SymPy
Posted Sep 21, 2023 12:48 UTC (Thu) by pizza (subscriber, #46)In reply to: Benjamin: Towards a new SymPy by LtWorf
Parent article: Benjamin: Towards a new SymPy
> In C++, like in python, if you pick a library written by a noob that changes the API at every release, you do get the problem.
In C++, you'll (almost always) know this at compile time. In Python, you won't know that a sub-sub-sub dependency changed an API until a backtrace pukes all over your shoes at _some point_ during program execution.