os: New module.
The os! macro provides a way to compose operating-systems in layers that do not know each other directly. While allowing for more flexibility, this approach also avoids having to pass through function parameters to nested operating system functions.
src/stern-kit/os.scm
0 → 100644
tests/os.scm
0 → 100644
Please register or sign in to comment