Commit Diff


commit - b9cf09c44a5e06888e72c739acb56cb802e6ae01
commit + c986ef112edb519b625dfaf8bd384bc5d53fc15d
blob - 30b5c9ae0ac76c9660fd557c3d88db1d2d80786f
blob + dd2579cc7ce95b9f506d1d959be0a63f75d276cd
--- resources/posts.edn
+++ resources/posts.edn
@@ -1,4 +1,12 @@
-[{:title    "Parsing UTF-8"
+[{:title    "Parsing PO files in Clojure"
+  :short    "Building parsers on top of transducers, what can go wrong?"
+  :slug     "parsing-po"
+  :date     "2021/01/13"
+  :tags     #{:clojure :parsing :literate-programming}
+  :gemtext? true
+  :music    {:title "Metropolis Pt. 2 scenes From a Memory"
+             :by    "Dream Theater"}}
+ {:title    "Parsing UTF-8"
   :short    "The ugly, the uglier and the finite approach"
   :slug     "parsing-utf8"
   :date     "2021/01/11"