git » just-lisp-things.git » commit 8799e04

rm clojure Afn post

author Alan Dipert
2023-12-09 00:58:56 UTC
committer Alan Dipert
2023-12-09 00:58:56 UTC
parent d0a17ee99b68f64061612b179c33aba7019e2ba3

rm clojure Afn post

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

diff --git a/posts/customized-clojure-functions.md b/posts/customized-clojure-functions.md
deleted file mode 100644
index 18e9d49..0000000
--- a/posts/customized-clojure-functions.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-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.
----