Skip to content

Instantly share code, notes, and snippets.

@yuriyzubarev
Last active December 10, 2015 19:18
Show Gist options
  • Save yuriyzubarev/4480279 to your computer and use it in GitHub Desktop.
Save yuriyzubarev/4480279 to your computer and use it in GitHub Desktop.

Clojure and Groovy side-by-side

Clojure Groovy
map (map inc [1 2 3 4 5]) (2 3 4 5 6) ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment