Skip to content

Meta meta

Returns metadata about a value.

(meta [1 2 3])
(meta "hello")
(meta (fn [x] (* x x)))

Work in Progress

Meta is not yet implemented for all types. Support is being expanded.

Info

  • Returns a dictionary containing type information
  • Different types have different metadata fields
  • Useful for runtime type inspection

Tip

Use meta to inspect object properties or implement generic functions