axetroy / deno_math

Deno module for high-precision calculations and scientific computing
23 stars 3 forks source link

Why wrap old version of Big.js? #6

Closed Bomper closed 2 hours ago

Bomper commented 2 hours ago

The Big part just re-exports an older version of Big.js. Big.js recently released a new major version, and this repo is 4 years old.

What's the point of wrapping an old version?

Also the README looks unprofessional.

Wouldn't it be better to remove Big.js and let users use it from NPM?

axetroy commented 2 hours ago

Please note that this repository is 4 years old, when Deno was not mature.

This is for historical reasons.

And the repository is no longer maintained, it is recommended to import Big.js from npm