This repository contains code that I wrote to learn Scheme programming language.
It mostly uses Chez Scheme dialect (R6RS) but I tried to maintain at least a glimmer of hope for portability (hence, portability library).
As an excercise, I've written build-application library that tries to create a whole-program-optimized program to be run. See descriptor.json
for build definition.
- Testing "framework"
- Tests for exposed functionality
- External libraries loading