nicolaspanel / numjs

Like NumPy, in JavaScript
MIT License
2.4k stars 184 forks source link

numjs guaranteed? #146

Open rezamarzban opened 7 months ago

rezamarzban commented 7 months ago

Is numjs guaranteed or trusted for production?!

rezamarzban commented 7 months ago

We know that MATLAB is guaranteed for production, And what is it about numjs?!

falktan commented 3 months ago

@rezamarzban this project is licensed with MIT license. This basically says, that there is no warranty or anything the like (See https://github.com/nicolaspanel/numjs/blob/master/LICENSE). That being said, many open source project have this or a similar license. Whether or not you can use this in some production environment depends on the project and its guidelines.