Skip to content

Instantly share code, notes, and snippets.

@practicalli-johnny
Last active November 2, 2016 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save practicalli-johnny/f0bae2a5bd4e92a3db4d6e51246c3dfe to your computer and use it in GitHub Desktop.
Save practicalli-johnny/f0bae2a5bd4e92a3db4d6e51246c3dfe to your computer and use it in GitHub Desktop.
Suggested examples from the "Great Clojure Bake-Off" exercies for ClojureBridge London
{:meal ["starter" "main course" "desert"]}
{:meal
["starter" ["soup" "bread rolls"]
"main course" ["fish" "chips" "mushy peas"]
"dessert" ["cheese" "wine"]]}
{:meal
{:starter ["soup" "bread rolls"]
:main-course ["fish" "chips" "mushy peas"]
:desert ["cheese" "wine"]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment