Skip to content

Commit

Permalink
forgot to push a namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jun 28, 2023
1 parent e16895f commit 7446ec4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/scicloj/noj/v1/util.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(ns scicloj.noj.v1.util
(:require [clojure.string :as string]))

(defn concat-keywords [& kws]
(->> kws
(map name)
(string/join "-")
keyword))

0 comments on commit 7446ec4

Please sign in to comment.