Begin port of partial_eval to Chicken Scheme, with a bunch of stuff to define a vaguely kraken-like environment in scheme

This commit is contained in:
Nathan Braswell
2021-11-09 00:35:58 -05:00
parent 437c2c7166
commit 627ccb4aa0
2 changed files with 67 additions and 0 deletions

View File

@@ -8,5 +8,7 @@ mkShell {
nodejs
valgrind
kcachegrind
chicken
chez
];
}