Hi All,

I'm probably dense but I didn't see the source for clojure.org 
on https://github.com/clojure. It looks like it's served out of S3 based on 
at the response headers so I'm guessing it's a static site of some sort...

While I don't necessarily subscribe to "everyone else is doing it" I was 
thinking it would be nice to add a sample snippet of "hello world" code on 
the home page similar to Go and Ruby's site. I'd see it placed just above 
the "Learn More" section.

I wanted to make a PR with a snippet like:

(ns cool.clojure
  (:gen-class))

(defn -main []
  (prn "Hello world!"))

Underneath it could link to a page "so you've decided to learn Clojure 
here's how you map common idioms from OO/imperative to Clojure" obviously 
it'll need something a little snappier.

Kind regards,
Nathan

-- 
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/d/optout.

Reply via email to