Add support for [SRFI-105](https://srfi.schemers.org/srfi-105/) ([SRFI Document](https://srfi.schemers.org/srfi-105/srfi-105.html)). Will be useful when building math libraries, and allowing intuitive handling of math operations. A related one is [SRFI-266](https://srfi.schemers.org/srfi-266/) but it is currently in draft. Enable code such as ``` (display {2 + 2}) ```
Add support for SRFI-105 (SRFI Document).
Will be useful when building math libraries, and allowing intuitive handling of math operations.
A related one is SRFI-266 but it is currently in draft.
Enable code such as