ffi

Jul
31

Handling errno in foreign code

If you are writing and interfacing with foreign libraries in Chez Scheme, it's often rather important that you
1 min read
Jul
18

Bytevectors and Foreign Code

Sometimes when working with bytevectors in Chez Scheme, you want to treat that bytevector as a foreign allocated block of
2 min read