All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Impressions after a month of learning Clojure through a static site generator project

By

speckx

10d ago· 6 min readenOpinion

Summary

A developer shares their hands-on impressions after using Clojure for about a month to build a static site generator. Despite initial skepticism about Clojure's syntax (three types of brackets), the author finds it surprisingly ergonomic and powerful. They compare it favorably to Common Lisp, noting Clojure feels more cohesive. The article is a personal reflection on learning a new programming language through a practical project.

Key quotes

· 3 pulled
While I've long scoffed at Clojure for its copious syntax (three types of brackets!?), it turns out to be pretty ergonomic and powerful.
Common Lisp is so called because it's a compromise among roughly all the extant lisps
In a personal tradition, I used writing a static site generator as the project to play with and learn Clojure as a new language.
Snippet from the RSS feed
I am now generating this website with Clojure (yes, right after rewriting it in GNU Make and shell; I have a problem, ok?). In a personal tradition, I used writing a static site generator as the project to play with and learn Clojure as a new language. Wh

You might also wanna read