Projects
chca
A Zettelkasten-inspired CLI notes manager written in Scheme.
Features:
- Custom concise markup language with support for nesting and tags;
- Adherence to Unix philosophy;
- Single storage format - one file per note database;
- CLI-focused design that simplifies automation and workflow integration;
volcar
An engine for simulating and visualizing cellular automata, written in Chicken Scheme. Several evolution rules are implemented, including "Game of Life" and "Seeds". The graphics are implemented using OpenGL and GLFW3. It also supports toroidal space and random world generation.
Project Link