AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
119 stars 9 forks source link

More complete coverage of C standard library headers #257

Open ghost opened 8 months ago

ghost commented 8 months ago

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

Originally posted by **ghost** October 1, 2023 If you only want to be a better C, you will need a more complete coverage of C standard library headers to be a drop-in replacement for C.

Yes not all headers have an Adept equivalent right now. Which headers in particular are you talking about?

Please bring it at least on par with FreeBASIC: https://github.com/freebasic/fbc/tree/master/inc/crt

IsaacShelton commented 8 months ago

That sounds like a good level

Doing so isn't the highest priority right now since time is limited, but for the next iteration this will be a goal.

You are welcome to make a PR for Adept 2.x in the meantime though