Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.01 KB

bindings.md

File metadata and controls

67 lines (45 loc) · 2.01 KB

Most Wanted Native Bindings

These are the native libraries that are most wanted as NativeCall bindings rather than as Perl 6 source ports. Often this is because the native library offers performance or security guarantees that would be difficult or impossible to provide in HLL code. In other cases, it is because the library provides such complex or finicky functionality that it could not be reproduced in a correct new implementation without great effort -- effort that could be better spent on other most-wanted tasks.

Archives and Compression

Databases

  • DBD::
    • MySQL (TODO: proper placeholder / prepared statements)
    • Postgres (TODO: binary data, casting to appropriate types)
    • SQLite (done)

Image processing

  • Canvas and/or GD (WIP: GD, Cairo)
  • Charting/Graphing
  • ImageMagick or similar (WIP: MagickWand)

i18n and NLP

Internationalization and Natural Language Processing

Security

User interfaces

Other