a lisp but wolfy
Find a file
2026-01-06 13:03:59 -03:00
.editorconfig symbol interning 2026-01-06 12:27:53 -03:00
.gitignore initial commit 2026-01-06 11:57:26 -03:00
gc.c gc and cons pairs 2026-01-06 13:03:59 -03:00
main.c gc and cons pairs 2026-01-06 13:03:59 -03:00
Makefile gc and cons pairs 2026-01-06 13:03:59 -03:00
object.c gc and cons pairs 2026-01-06 13:03:59 -03:00
print.c gc and cons pairs 2026-01-06 13:03:59 -03:00
README.md initial commit 2026-01-06 11:57:26 -03:00
shell.nix gc and cons pairs 2026-01-06 13:03:59 -03:00
symbol.c gc and cons pairs 2026-01-06 13:03:59 -03:00
wscm.h gc and cons pairs 2026-01-06 13:03:59 -03:00

wolfscheme

An experiment in how quick I can get from zero to a decent Scheme.