@technomancy I've never done anything substantial in Scheme before, not super loving it, honestly. Like you can tell they really tried to strip Common Lisp down and make it cleaner, then you find stuff like car and cdr held over.
And stuff like call-with-port is IMO worse then CL's with-open-file.
...and that's before you get into the mess of "Oh, I need this thing time to figure out what random SRFI I have to use" and 98% of Guile code being in a module named "ice-9" because someone thought that was a cute name, once.