wolfram-library-link 0.5.0

Bindings to Wolfram LibraryLink
Documentation
1
2
3
4
5
6
7
VerificationTest[
    createPoint = LibraryFunctionLoad["libwll_docs", "create_point2", LinkObject, LinkObject];

    createPoint[]
    ,
    Point[{3.0, 4.0}]
]