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
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,