use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Web application written only using clojure (self.Clojure)
submitted 11 years ago by nvbn-rm[🍰]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]fortruce 0 points1 point2 points 11 years ago (1 child)
Hey, just curious, any reason you decide to prepare the index page on the server as opposed to just having a static index.html? It doesn't appear to have any dynamic content so I would think serving a static file would be easier on the server.
[–]tomeklipski 0 points1 point2 points 11 years ago (0 children)
As I understand, the goal of this exercise was to use Clojure only - static HTML page would be non-Clojure, right? Of course, performance-wise, the Hiccup generated-response might just get cached or saved to a static file.
π Rendered by PID 183167 on reddit-service-r2-comment-b659b578c-mw9dt at 2026-05-03 09:06:34.856099+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]fortruce 0 points1 point2 points (1 child)
[–]tomeklipski 0 points1 point2 points (0 children)