[racket-users] Re: [ANN] New package: live-free-or-die

2016-09-25 Thread Linh Chi Nguyen
let its spirit live on, for jay's big heart ^^ On Thursday, 22 September 2016 04:33:32 UTC+2, Jay McCarthy wrote: > I've just put a new package on the server: live-free-or-die > > This package lets you escape from Typed Racket's contracts. > > -- > > Here's a little example: > > Suppose that

[racket-users] Re: [ANN] New package: live-free-or-die

2016-09-22 Thread Jay McCarthy
If I knew how, I'd do unsafe-in, but I just know how to fake a typed context. The whole point is to use the optimizer so libraries like math are usable. Jay On Friday, September 23, 2016, Leif Andersen wrote: > Umm...if you're going to do this, why is it imperative, and not a require > transfor