scheme
equivalents of mathematical notation as procedures in scheme (similar to math-as-code)
more purely functional scheme
a syntactic module system for scheme similar to what is explained here or what is used in chez scheme
guile binding to lmdb
scheme command-line code refactoring and analysis. find uses, declarations, rename modules/other-identifiers, list dependency trees
a simple command-line guile-wisp calculator, like the node.js repl but using prefix notation
a small scheme transpiler that allows for some coffeescript syntax: space, newline, and indent for application and commas for continued argument lists
implement natural cubic splines in scheme