# HG changeset patch # User Steve Losh # Date 1468537071 0 # Node ID 37fbb1777117ed68c23be63187ce568cc963a438 # Parent 8685ef18a416039e7370e8585b3f8aadc954e6be fucking markdown diff -r 8685ef18a416 -r 37fbb1777117 README.markdown --- a/README.markdown Thu Jul 14 22:56:51 2016 +0000 +++ b/README.markdown Thu Jul 14 22:57:51 2016 +0000 @@ -350,7 +350,7 @@ return values for everything this time instead of taking/returning vectors everywhere, just to see how it felt. - Implementing the core functions felt really nice with multiple values, but + Implementing the core functions felt really nice with multiple values, but when it came to the drawing code things got a bit more awkward. Needing to use `multiple-value-(call/bind)` to get things done is kind of a pain in CL because of how verbose things can get. I could make some read macros to ease