Hacker News new | ask | show | jobs
by AlexatParis 597 days ago
The reference in this domain is Quantlib. I don't understand how this library adds value
1 comments

QuantLib is an bloated library built in C++ and ported over to Python. The design is unintuitive, lacks modularity, and employs a number of hacks, such as locks. My goal is to build an intuitive, simple, and modular alternative for users that care more about the coding experience.