From: Geoffrey K. <ge...@kn...> - 2003-01-13 21:28:34
|
I needed some string handling functions, so I looked at MIT Scheme's src/runtime/string.scm, cannibalized what I needed, and it worked fine in JScheme. I had to change "fix:" arithmetic function calls to ordinary ones, and decide if I wanted to adopt `guarantee-string'. |