On May 25, 2006, at 7:25 PM, Jason Dagit wrote:
I will say that you should add a macro or high order function (depneding on lisp vs. haskell) that is something like "(with-client (c args-list) body)", that way you can simplify the creation/cleanup of clients. Same idea as with-open-file. You can do the same with server.
Yes, thanks for the suggestion. This would indeed be useful. -- http://wagerlabs.com/ _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
