I've tried several ways to build shen from the sources provided, so as to be able to hack on them. However, when I follow the instructions in the Sources directory for the 39.1 kernel, I get the following error:
occurs? is a system function
I'm using the sbcl version of shen compiled from the provided klambda files, on Linux. I've also tried using that version to compile the code at the shen-sources repo, but I get the error:
expt is a system function
I really prefer the sbcl runtime to chez scheme, but I can't seem to get it to build. Am I missing something obvious?
Thanks!
--Dallin