Skip to content

How to add attributes

Александар Симић edited this page May 26, 2019 · 3 revisions

If you were to add attributes, such as [Test] to say a function, you'd do it like:

(defn ^{Attribute "Test"} foo
  [arg]
  ...)

Also see this exchange from the mail list.

Clone this wiki locally