| Author of the language here, I think it is a major advantage for several reasons: - the documentation is in one place instead of several places - the dependencies of a Mint project is usually a few megabytes since everything is included instead of hundreds of megabytes (I have a production app that does not have any dependencies at all) - only need to learn one (compact) thing, instead of many complex things (complex since there is no compiler to make it simple) - only need to update the code once there is a new version of the language not every time there is a new version of a dependency On top of the libraries mentioned the language also includes a formatter, package manager, builder/dev server and testing environment, also for which you would need to add dependencies. All of these add up to less cognitive load so I can focus on building the product instead of managing the development environment. (edit: formatting) |
I will try Mint our later today.