@PMunch nice writeup! I look forward to reading more. Any plans to do write ups on dynlib's?
@adokitkat I'm planning at some point of setting up Nesper to use [cimporter](https://github.com/elcritch/cimporter). It automates c2nim by taking some ideas from Futhark. Importantly, it uses the C compiler's built-in preprocessor to handle defines so it's able to parse almost all C code. There's an example project I'm using it to wrap ROS2 [libraries](https://github.com/Ros2Nim/rcutils/blob/main/rcutils.ants). There's still tweaking required but it's sort of meant to be a middle between Futhark and c2nim where you still want to tweak the headers.
