Replies: 1 comment 1 reply
|
Yes I agree the current standard library sucks. Go has a nice HTTP server standard library and stuff out of the box as well. Ideally Adept would have a standard library like Go or Rust. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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!
All reactions