Q: How to evaluate Scheme code?
Hi. this is more a question.
Maybe a dumb one: so I've cloned the project to a local folder, then asdf:load-system
. This is all good. Now I'm in the CL repl (SLY or SBCL directly), but how can I now write scheme code and evaluate it?
Regards