http://richhickey.github.com/clojure/


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 the navigation on Clojure main page is quite bad:
 - 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 7 Maj, 22:32, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> On May 7, 11:55 am, Michael Jaaka <michael.ja...@googlemail.com>
> wrote:
>
> > I was searching for function which converts to and back all clojure
> > structures like maps, vectors and sequences to serializable java
> > objects.
>
> In Clojure 1.2 the core Clojure data structures will all be
> Serializable.  You can test this in the current development master
> branch.
>
> -S
>
> --
> 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