Re: Presentatie over Clojure

2010-02-12 Thread Joost
A Very Simple Example: (defn list-projects [request posts] (wrap request :project (text :projects) (map project-block posts) (link-to "/project/edit/" "new"))) That's a top-level view function from a (nearly) production site I'm working at right now. Note: Clean readable code. This

Re: Presentatie over Clojure

2010-02-12 Thread Joop Kiefte
Sorry for the 3rd post, but can someone provide some nice example-code for functional structures used in real world code? 2010/2/12 Jeff Rose > Cool! This is the most fun I've ever had practicing Dutch :-) > > As someone who used to be very skeptical towards functional programming and > Lisps,