actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Guide: integrating a C library #1916

Closed plajjan closed 2 months ago

plajjan commented 2 months ago

This includes a page on how to integrate a C library into Acton code. We use the zlib C library to implement an Acton zlib modue for compression decompression. We go through memory allocation and other things one needs to keep in mind when working with C code around Acton.