← Back to context

Comment by reactordev

3 days ago

But can I still write a library in C3 and export the symbols to use in bindings?

The only thing stopping me from just going full C the rest of my career is cstrings and dangling pointers to raw memory that isn’t cleaned up when the process ends.

> But can I still write a library in C3 and export the symbols to use in bindings?

Yes, it has the same ABI.

> dangling pointers to raw memory that [are not] cleaned

How do you feel about building special constructs to automatically handle these ?