gensym: hide the counter in an environment, define inc in stepA.
[jackhill/mal.git] / guile / run
1 #!/bin/bash
2 # XDG_CACHE_HOME is where guile stores the compiled files
3 XDG_CACHE_HOME=.cache/ exec guile -L $(dirname $0) $(dirname $0)/${STEP:-stepA_mal}.scm "${@}"