Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like the DSL-ish style of routing (http method, url pattern, handler method/block). The same thing is used in Sinatra (http://sinatra.github.com/):

    get '/' do
        'Hello world!'
    end


Compojure was created by James Reeves, who said:

"The language I work with from day to day is Ruby, so Compojure has a lot in common with lightweight Ruby frameworks like Sinatra, and less with existing Java frameworks. It's designed for impatient, lazy people like myself, so it's quick to install and quick to start developing in."

http://groups.google.com/group/clojure/browse_thread/thread/...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: