Re: Sending Clojure Objects over TCP

2013-02-07 Thread Feng Shen
slacker - Transparent, non-invasive RPC by clojure and for clojure. https://*github*.com/sunng87/*slacker* * * 1. 2. On Thursday, February 7, 2013 9:16:03 AM UTC+8, JvJ wrote: > > Does anyone know if there's a simplified networking library that allows > this? -- -- You received

Re: Sending Clojure Objects over TCP

2013-02-07 Thread Matthew
Aleph On Thursday, February 7, 2013 12:16:03 PM UTC+11, JvJ wrote: > > Does anyone know if there's a simplified networking library that allows > this? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: Sending Clojure Objects over TCP

2013-02-06 Thread Softaddicts
To send clojure values: http://clojuredocs.org/clojure_core/clojure.core/pr-str You may need to extend print-dup if you need to stringify Java objects or defrecords. http://amalloy.hubpages.com/hub/Dont-use-XML-JSON-for-Clojure-only-persistence-messaging Have a nice reading and come back if som

Re: Sending Clojure Objects over TCP

2013-02-06 Thread JvJ
I was just looking for sending data structures. But hey, if RPC existed that would be cool too. On Wednesday, 6 February 2013 20:24:54 UTC-5, Luc wrote: > > Objects ?!?!? You want to exchange only data structures ? > Or do you expect some form of RPC ? > > Luc P. > > > > Does anyone know if t

Re: Sending Clojure Objects over TCP

2013-02-06 Thread Softaddicts
Objects ?!?!? You want to exchange only data structures ? Or do you expect some form of RPC ? Luc P. > Does anyone know if there's a simplified networking library that allows > this? > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. >

Re: Sending Clojure Objects over TCP

2013-02-06 Thread Jay Fields
http://code.google.com/p/jetlang/wiki/Remoting On Wed, Feb 6, 2013 at 8:16 PM, JvJ wrote: > Does anyone know if there's a simplified networking library that allows > this? > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this

Sending Clojure Objects over TCP

2013-02-06 Thread JvJ
Does anyone know if there's a simplified networking library that allows this? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be