I am the current maintainer of the Clojure Cheat Sheet, and certainly have
no objections if anyone wishes to translate it into other languages.

Most of the content of the cheat sheet are the Clojure symbols themselves,
the documentation strings that come with Clojure 1.5.1, and links to the
ClojureDocs.org web site for examples.

At the very least, you would probably want to translate the documentation
strings into another language, and perhaps the names of the symbols
themselves.  If you would like to do that translation, I am now looking
into a straightforward way to change all built-in doc strings of a running
Clojure process to alternate doc strings (it is simply doing alter-meta! on
the Clojure symbols of the functions and macros, which is easy).  If you do
that, I could generate a version of the Clojure cheat sheet web page with
those translated doc strings and either link to it from my Github web page,
or perhaps even from clojure.org/cheatsheet.

Andy


On Sun, Nov 10, 2013 at 5:28 PM, 竹内景太郎 <tiyotiyo...@gmail.com> wrote:

> Hello everyone,I am a Clojure user in Japan.
>
> I think for beginners Clojure in Japan, you want published on the site
> ClojureCheetSheet you have Japanese translation, but I would be all right.
>
> Thanks in advance.
>
> Keitaro Takeuchi
>
>
>  --
> --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to