git » just-lisp-things.git » commit 8534f6e

WIP new post

author Alan Dipert
2023-04-22 18:03:32 UTC
committer Alan Dipert
2023-04-22 18:03:32 UTC
parent 1470552ab1c54a83f27efc982eb7c9d7bb31f401

WIP new post

posts/customized-clojure-functions.md +8 -0

diff --git a/posts/customized-clojure-functions.md b/posts/customized-clojure-functions.md
new file mode 100644
index 0000000..18e9d49
--- /dev/null
+++ b/posts/customized-clojure-functions.md
@@ -0,0 +1,8 @@
+---
+date: "2023-04-24"
+keywords: ["Clojure", "functions", "Java", "reify"]
+title: "Custom Closeable Clojure Functions"
+id: "urn:uuid:7f242a34-e137-11ed-82a5-04ed33d3e45b"
+abstract: |
+  Clojure's support for implementing arbitrary Java interfaces makes it possible to create Clojure functions that remain syntactically privileged but also support arbitrary new behavior.
+---