Re: [racket] json-rpc (was: Re: Racket and .NET)

2011-06-22 Thread Greg Hendershott
I had a similar thought, although my first idea was simply a RESTful string like "function?Param=Val&Parm2=Val2". I also thought it would be nifty to have a `define/contract' variant that would return a wrapper that takes the query params string, unpacks it into the procedure args, raises an excep

[racket] json-rpc (was: Re: Racket and .NET)

2011-06-22 Thread John Clements
On Jun 22, 2011, at 9:21 AM, Grant Rettke wrote: > 2011/6/22 Thomas Chust : >> * Use interprocess or network communication to connect a Racket >> program and a .NET program. > > Anybody used something like this before? Sounds like an interesting > enough problem that there ought to be an e