Skip to content

zarkone/shmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Shmap

bullethell

Property value shorthand macro, like in js. When you are too lazy to specify both key and value.

(let [one 1
      two 2
      :three three
      ten 10]
  (shmap one
         two
         :three three
         ten)) => {:one 1, :two 2, :three 3, :ten 10}

About

Property value shorthand macro, like in js. When you are too lazy to specify both key and value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors