9.3 Interfaces to C libraries
Write solid, well-thought out, well documented glue libraries
to allow use of major C libraries from native Mythryl code.
Don’t forget docs, examples and tutorials.
Current targets include:
-
Ncurses.
- Gtk.
- OpenGL.
- OpenSSL.
- OpenSSH.
- OpenCV.
- ALSA.
- Jack.
- A good linear algebra package. Extra credit: an APL/J style pure-functional interface.
- MySQL. (Try to make it inherently SQL injection proof by at least optionally not going through a text stage.)
- IMAP mailbox access.