Reverse order of quoting & macros koans

The macros lesson depends on the quoting one.
This commit is contained in:
Colin Jones
2016-05-12 10:43:41 -05:00
parent 6c00a3e358
commit 007cbae060
3 changed files with 24 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
(ns koans.24-quote
(ns koans.18-quote
(:require [koan-engine.core :refer :all]))

View File

@@ -1,4 +1,4 @@
(ns koans.18-macros
(ns koans.24-macros
(:require [koan-engine.core :refer :all]))
(defmacro hello [x]