<div dir="ltr">Up and running again. Thanks for the help and resources, Bil!<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 26, 2016 at 2:07 PM,  <span dir="ltr">&lt;<a href="mailto:bil@ccrma.stanford.edu" target="_blank">bil@ccrma.stanford.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In case, the keys are in a list, so the syntax<br>
is (case the-case<br>
     ((0) ...)<br>
     ((1) ...)))<br>
You&#39;re currently missing the extra parens around the<br>
0 and 1.  For Scheme, &quot;The Scheme Programming Language&quot;<br>
by Dybvig is clear, but try to find the second edition --<br>
I think the newer edition describes r6rs scheme which<br>
has been abandoned.  Scheme is very<br>
close to Common Lisp, so the best intro of all is<br>
probably Peter Seibel&#39;s Practical Common Lisp,<br>
available online.<br>
<br>
<br>
<br>
</blockquote></div><br></div>