Hi,

I am just learning Clojure (and Lisp) and I was thinking about
developing a Clojure memcached client as an exercise. I am in doubt
about the best way to do it. I could just write a thin wrapper around
some existing Java memcached library (like Dustin Sallings'
spymemcached or Greg Whalin's memcached client). Or I could start from
scratch and implement the memcached protocol directly, using only
Java's base network classes . The former is certainly easier but I
tend to think the direct implementation would be more useful,
specially in terms of integration with existing clojure libraries.

What do you think?

Paulo

--~--~---------~--~----~------------~-------~--~----~
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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to