OK, already downloaded. But what with writer in io.clj? In old duck-
streams.clj I've just used (let [w (writer z1) r (reader z2)] ... ),
but now I get just:

commons=> java.lang.Exception: Unable to resolve symbol: writer in
this context (NO_SOURCE_FILE:108)
commons=>

My import is (:require (clojure.contrib io)) in a (ns ... )


Beside this let me give you a feedback about Clojure main page. Here
is a list:
 - clicking on clojure main logo  should redirect me always to
http://clojure.org (now on http://richhickey.github.com/clojure/ it
brings me to http://richhickey.github.com/clojure-contrib/index.html),
because right now there are two domains connected by hiperlink only
in
one way from http://clojure.org to http://richhickey.github.com/clojure/
 -  http://richhickey.github.com/clojure-contrib/ should allow to go
to 1.2 branch, we are quite "sniff and peek" community so hiding
information about 1.2 is useless
 - in the left menu on main http://clojure.org/ there should be just
two links "Clojure API" which moves to http://richhickey.github.com/clojure/,
and "Contrib Libraries API" which moves to 
http://richhickey.github.com/clojure-contrib/
(now the second one is somehow put on top right)
 - There should be some word on http://clojure.org/libraries, how to
use these libraries, just note that you must pull it by git and run
ant
 - There is nice list off all functions on http://richhickey.github.com/clojure/
made by unknown author, since we live now in AJAX world, why don't
make that hovering on any link brings its documentation in a tooltip.
It would decrease traffic on page and increase effectivity for
searching.
 - IRC - few months ago I could easly use IRC channel, right now some
kind of registration is required. Searched with Google and even found
some instruction, but couldn't able to register - I use Mac's
Colloquy. Any help on web page would be great - also list good IRC
Clients for each Operating System.


On 8 Maj, 00:48, Mark Engelberg <mark.engelb...@gmail.com> wrote:
> On Fri, May 7, 2010 at 1:32 PM, Stuart Sierra
>
> <the.stuart.sie...@gmail.com> wrote:
> > In Clojure 1.2 the core Clojure data structures will all be
> > Serializable.  You can test this in the current development master
> > branch.
>
> So is binding *print-dup* still the recommended way to serialize, or
> is there some other standard way to do serialization in Java which
> will become the norm for Clojure?
>
> --
> 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 
> athttp://groups.google.com/group/clojure?hl=en

-- 
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