Mar 03, 2021
I’ve recently strung out the MVP of Dinghy. I’m compiling Kinc with a set of extensions I wrote in C into a dll, then calling those functions with C# bindings I wrote. The C# bindings (“Karp”) call that compiled library code. Karp is hand-written for now, but I’m hoping at some point to have the bindings generated as part of the same build process.
Bringing those two DLLs (Kinc + Karp) over into a new Dotnet project and running the test function in Karp, produces this!