Skip to content

Instantly share code, notes, and snippets.

@practicalli-johnny
Last active November 2, 2016 18:11
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