cfunction
src/core/corelib.c on line 351, column 1
(keyword & xs)
Creates a keyword by concatenating the elements of `xs` together.
If an element is not a byte sequence, it is converted to bytes via
`describe`. Returns the new keyword.
(->> ["small" "cuddly" "creature"]
(interpose "-")
splice
keyword)
# => :small-cuddly-creature
(keyword :)
# => :
(keyword)
# => :
(keyword "")
# => :