aboutsummaryrefslogtreecommitdiff
path: root/tests/step6_file.mal
AgeCommit message (Collapse)Author
2015-02-15miniMAL: step6Joel Martin
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-09Haskell: Add steps9-A, metadata, and atoms.Joel Martin
Some refactoring of Core.hs to make better use of pattern matching. Only remaining thing is exception handling (generic try/throw).
2015-01-09Scala: refactor collections with metadata.Joel Martin
Convert numeric to Long. Add time-ms. Add Makefile for stats targets.
2015-01-09R: atom support, fixes for self-hosting.Joel Martin
2014-04-23Perl: add vector, hash-map, metadata, atom support. TCO let*Joel Martin
- Changes all collections to be one level of inderection where the top level is always a hash containing 'meta' and 'val'.
2014-04-19Tests: move optional features to end and print header.Joel Martin
2014-03-24Current state of mal for Clojure West lighting talk.Joel Martin