aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-10-06-clojure.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-10-06-clojure.md')
-rw-r--r--content/posts/2021-10-06-clojure.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-10-06-clojure.md b/content/posts/2021-10-06-clojure.md
index 78b209d..ef5f36e 100644
--- a/content/posts/2021-10-06-clojure.md
+++ b/content/posts/2021-10-06-clojure.md
@@ -1,9 +1,9 @@
---
-title: "Clojure"
-date: 2021-10-06T21:35:37+01:00
-draft: false
-params:
- comments: true
+.title = "Clojure",
+.author = "Martin Ashby",
+.date = @date("2021-10-06T21:35:37+01:00"),
+.layout = "single.html",
+.custom = {"comments": true},
---
I'm learning [Clojure](https://clojure.org) on the basis that you should learn something that will change your way of thinking. I've previously stuck to C-family languages, and I work professionally with Java.