Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages