clojure, groovy, rpython, scala: fix macro result evaluation
authorJoel Martin <github@martintribe.org>
Tue, 26 Jan 2016 20:15:16 +0000 (14:15 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 26 Jan 2016 20:15:16 +0000 (14:15 -0600)
commit44aef1f4013c07ea9744870bed856425ebd3edc6
treecc9384e91a3fb1c1dcb80933597d96b0a280c530
parent36e287b51fa51896247a2e11f88d9cc1fa7afcc6
clojure, groovy, rpython, scala: fix macro result evaluation

Related to issue #142.

- also, fix groovy build dependency bug
13 files changed:
clojure/src/step8_macros.clj
clojure/src/step9_try.clj
clojure/src/stepA_mal.clj
groovy/Makefile
groovy/step8_macros.groovy
groovy/step9_try.groovy
groovy/stepA_mal.groovy
rpython/step8_macros.py
rpython/step9_try.py
rpython/stepA_mal.py
scala/step8_macros.scala
scala/step9_try.scala
scala/stepA_mal.scala