Last active
November 2, 2016 18:11
Suggested examples from the "Great Clojure Bake-Off" exercies for ClojureBridge London
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{: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