[plt-dev] Re: [plt-scheme] Call for Participation: Writing Typed Scheme wrapper modules
On Tue, Feb 24, 2009 at 2:04 PM, Sam TH <samth at ccs.neu.edu> wrote:
> On Tue, Feb 24, 2009 at 4:57 PM, YC <yinso.chen at gmail.com> 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20090224/461df351/attachment.html>