hackeryarn

3 posts tagged: Clojure

Clojure GitHub Actions

I recently took over the maintenance of an open source Clojure project. One of the first things I noticed was the lack CI or CD. These are things that aren't required but can save a lot of work, especially for a public project.

· 3 minutes

Why I Built a Static Site in Clojure

At a summer barbecue, a friend asked if I could build a website for his new restaurant. But what he didn't know was that I haven't built a static site in nearly a decade. However I couldn't let him spend thousands of dollars on a cookie cutter website designed by a firm that knew nothing about his restaurant.

· 2 minutes

ClojureScript Setup for Leiningen Project With Emacs

A good development environment will boost your productivity in any language. A good Clojure development environment will make you 10x more productive. This tutorial is focused on a ClojureScript environment for a Leiningen based project being developed in Emacs.

· 3 minutes