[BULK] Re: [plt-scheme] The perfect teaching language--Is this too much to ask for?
On Sat, Jun 13, 2009 at 11:10 PM, Stephen Bloch<sbloch at adelphi.edu> wrote:
>
> Is there a way to get enforced contracts in PLT Scheme within a single
> module?
Yes, the new "with-contract" construct allows contract boundaries at
arbitrary places in programs:
http://blog.plt-scheme.org/2009/02/new-contract-related-features.html
http://docs.plt-scheme.org/reference/Attaching_Contracts_to_Values.html#(form._((lib._scheme/private/contract..ss)._with-contract))
--
Carl Eastlund