aboutsummaryrefslogtreecommitdiff
path: root/tests/step9_try.mal
AgeCommit message (Collapse)Author
2015-02-16miniMAL: stepA. Comments. Add impl Makefile for stats.Joel Martin
2015-02-21Add tests for problems uncovered during forth self-hosted testsChouser
2015-01-08Lua: all steps and self-hosting.Joel Martin
Also some misc docs/TODO updates.
2015-01-09Racket: add steps0-A. Self-hosting.Joel Martin
- Some additioanl tests. - Split step9 tests into optional but self-hosting requirements (metadata on functions) and other optional (conj, metadata on collections).
2015-01-09All: add keywords.Joel Martin
Also, fix nth and count to match cloure.
2015-01-09R: atom support, fixes for self-hosting.Joel Martin
2015-01-09R: add step8_macros and step9_try.Joel Martin
2015-01-06rust: add conj, stepA. Self-hosting!Joel Martin
2015-01-06rust: core hash-map functions.Joel Martin
2015-01-06All: swap step9,A. Fixes for bash, C, perl.Joel Martin
step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files.