Generate Web Pageλ︎
Generate a web page from Clojure code, using Hiccup
Generate a full HTML webpage with content.
Add a CSS library (bulma.io, bootstrap) to improve generation
Summaryλ︎
Generating a web page in Clojure shows how easy it is to structure data and transform that data into other structures.
Although this kind of project is easy enough to just do in a REPL directly, using a Clojure aware editor with a Clojure project makes changes to the code far simpler, without loosing any of the immediate feedback of the REPL.
Most Clojure developers use the REPL by evaluating code in the editor showing the source code from the project.
Practicalli Web Services book shows how to build websites, create self-documented API's, manage Web Application servers and use databases to persist data.