-
Notifications
You must be signed in to change notification settings - Fork 184
Should stdlib have interfaces to C functions? #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would be in favor of this as indicated in #1 (comment) and a few comments further:
However there are few questions which arise with the C interface:
A few other related issues and repositories:
There are also several Discourse threads with bits & pieces of C standard library procedures. |
Also somewhat related: #573 (the test code compares with existing hash functions written in C and C++, and we will discuss how to best manage this). |
The FizzBuzz discussion at Discourse, especially the code by Steve Kargl that calls C
printf
andputs
, suggests to me that some C functions, especially those doing I/O, should have Fortran interfaces so that a Fortran programmer does not need to drop down to C to write performant code. Which C functions if any should have interfaces in stdlib? Such functions would also have Fortran drivers demonstrating their use.The text was updated successfully, but these errors were encountered: