D's new ImportC for easier C library usage
Details
ImportC is a new feature of D. It enables "importing" C header files as if they are D modules, obviating the need for writing and maintaining D bindings for C libraries:
https://dlang.org/spec/importc.html
Ali will demonstrate an example using the GNU plotutils library.
Bonus: Surprisingly, ImportC effectively adds modules to C!
New Technology
Programming Languages
Computer Programming
Open Source
Software Development
