On Tue, Feb 24, 2009 at 2:04 PM, Sam TH <[email protected]> wrote:

> On Tue, Feb 24, 2009 at 4:57 PM, YC <[email protected]> wrote:
> > what's the submission process?  do we just send the code to you?
>
> Sending code to me is probably the best strategy.  You can also post
> it to this list, where perhaps other people might have feedback.
>
> Thanks for your interest,
>

I am happy to participate as I have availability.

do you have a hard and fast deadline?  I want to make sure I don't over
promise and under deliver :)

also - any license requirements?

in the mean time, here'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.

;;
md5.ss

;; wrapper on
file/md5

#lang typed-scheme
(require/typed file/md5
               (md5 (Input-Port -> Bytes))
               )
(provide md5)
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to