All: perf test, Makefile refactor, add *host-language*
authorJoel Martin <github@martintribe.org>
Fri, 18 Apr 2014 02:49:07 +0000 (21:49 -0500)
committerJoel Martin <github@martintribe.org>
Fri, 18 Apr 2014 02:49:07 +0000 (21:49 -0500)
commitdb4c329aff4621e05b92a55be4f18173f5a4f655
tree92baaa6d88246e509cfd6a7d03d8fab997e0b935
parent8cb5cda46cf3aef847ae3926dc53a5e5f87fe261
All: perf test, Makefile refactor, add *host-language*

Other:
- bash,make,postscript: quasiquote of vectors
- Fix Java slurp
- add time function to core.mal
    - switches on *host-language* for make time-secs vs time-ms
- Ignore */experiments directories
44 files changed:
.gitignore
Makefile
bash/core.sh
bash/step7_quote.sh
bash/step8_macros.sh
bash/step9_interop.sh
bash/stepA_more.sh
c/core.c
c/core.h
c/stepA_more.c
clojure/src/core.clj
clojure/src/stepA_more.clj
core.mal
cs/core.cs
cs/stepA_more.cs
docs/TODO
java/src/main/java/mal/core.java
java/src/main/java/mal/stepA_more.java
js/core.js
js/stepA_more.js
make/core.mk
make/step7_quote.mk
make/step8_macros.mk
make/step9_interop.mk
make/stepA_more.mk
mal/stepA_more.mal
php/core.php
php/stepA_more.php
ps/core.ps
ps/env.ps
ps/printer.ps
ps/reader.ps
ps/step7_quote.ps
ps/step8_macros.ps
ps/step9_interop.ps
ps/stepA_more.ps
ps/types.ps
python/core.py
python/stepA_more.py
ruby/core.rb
ruby/stepA_more.rb
tests/perf1.mal [new file with mode: 0644]
tests/perf2.mal [new file with mode: 0644]
tests/step7_quote.mal