AdeptLanguage / Adept

The Adept Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adept should have a standard library like Go

opened this issue · comments

Discussed in #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!

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