Re: [racket-users] scribble defproc?

2017-01-15 Thread Philip McGrath
I would strongly consider using serial-lambda (from the web server libraries: http://docs.racket-lang.org/web-server-internal/closure.html?q=serial-lambda), which creates a procedure that can be serialized using racket/serialize and sent to a place, rather than (I assume) relying on eval.

Re: [racket-users] scribble defproc?

2017-01-15 Thread 'John Clements' via Racket Users
> On Jan 15, 2017, at 09:23, Andreas Olsson wrote: > > I have function that demand a quoted lambda as an argument, how would you > write that in defproc? I think that—unlike the contract system, or typed racket—you can put pretty much anything you want in the

[racket-users] Request for Information about Racket and .NET interop support

2017-01-15 Thread Alexander McLin
Dear Racketeers, I've been using Racket on and off for small-scale private projects over several years. Unfortunately the majority of my development work has been based on .NET Framework as part of my daily job. I'm interested in incorporating Racket into my software stack but I need to be

[racket-users] scribble defproc?

2017-01-15 Thread Andreas Olsson
I have function that demand a quoted lambda as an argument, how would you write that in defproc? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to