<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Jan 18, 2007, at 2:13 AM, wooks wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">I chose to represent the letters of the alphabet as a list because you</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">can't get the length of a symbol</DIV></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I'm a total n00b when it comes to scheme, but I do know that symbol-&gt;string and string-&gt;symbol allow you to convert</DIV><DIV>symbols to strings and strings to symbols respectively. Take this example:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>&gt; (symbol-&gt;string 'x)</DIV><DIV>"x"</DIV><DIV>&gt; (string-length (symbol-&gt;string 'x))</DIV><DIV>1</DIV><DIV>&gt; </DIV><DIV>&gt; (symbol? (string-&gt;symbol "hello"))</DIV><DIV>#t</DIV><DIV>&gt; </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hope this helps.</DIV><DIV><BR class="khtml-block-placeholder"></DIV></DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>--</DIV><DIV>Andrew Gwozdziewycz</DIV><DIV><A href="mailto:apgwoz@gmail.com">apgwoz@gmail.com</A></DIV><DIV><A href="http://and.rovir.us">http://and.rovir.us</A>  |  <A href="http://www.photub.com">http://www.photub.com</A>  |  <A href="http://www.23excuses.com">http://www.23excuses.com</A> </DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN></SPAN></SPAN> </DIV><BR></BODY></HTML>