<br><div class="gmail_quote">On Tue, Feb 24, 2009 at 2:04 PM, Sam TH <span dir="ltr">&lt;<a href="mailto:samth@ccs.neu.edu">samth@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, Feb 24, 2009 at 4:57 PM, YC &lt;<a href="mailto:yinso.chen@gmail.com">yinso.chen@gmail.com</a>&gt; wrote:<br>
&gt; what&#39;s the submission process?  do we just send the code to you?<br>
<br>
</div>Sending code to me is probably the best strategy.  You can also post<br>
it to this list, where perhaps other people might have feedback.<br>
<br>
Thanks for your interest,<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>I am happy to participate as I have availability.<br><br>do you have a hard and fast deadline?  I want to make sure I don&#39;t over promise and under deliver :) <br>
<br>also - any license requirements? <br><br>in the mean time, here&#39;s a low hanging fruit for file/md5.  please let me know if this does what you want, as this would be my first typed-scheme code.<br><br>;; md5.ss                                                                                                                    <br>
;; wrapper on file/md5                                                                                                       <br>#lang typed-scheme<br>(require/typed file/md5<br>               (md5 (Input-Port -&gt; Bytes))<br>
               )<br>(provide md5)<br><br><br></div></div>