AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

Adept should have a standard library like Go #308

Open ghost opened 6 months ago

ghost commented 6 months ago

Discussed in https://github.com/AdeptLanguage/Adept/discussions/226

Originally posted by **ghost** November 20, 2023 Go's popularity is not only because its simple and elegant syntax but also because of its standard library. Google knows very well what the developers need so the standard library of Go covered almost everything you would need. The standard library of Adept is in a very sorry state. It even doesn't have a standard IO library. You have to call the functions from the CRT!
IsaacShelton commented 6 months ago

Yes I agree the current standard library sucks. Also there should be proper file-system operations support in the standard library like you described