2023/04/24:更新(シンタックスクォートのみを用いた方式を紹介。それ以外を削除。) 内容がほとんど同じな2つの関数 java.timeのLocalDateTimeとZonedDateTimeのparseメソッドを呼び出す2つの関数があります。 この2つの関数をマクロを用いて共通部分を抜き出したいです。 (ns code01 (:import (java.time LocalDateTime ZonedDateTime) (java.time.format DateTimeFormatter))) (defn parse-local ^LocalDateTime [^CharSequen…