| Age | Commit message (Expand) | Author |
| 2015-02-23 | forth: Add map-hint to symbols for better perf | Chouser |
| 2015-02-23 | forth: Clean up symbol eval for better perf | Chouser |
| 2015-02-23 | forth: Add call-site caching to boost perf | Chouser |
| 2015-02-23 | forth: Add . interop special operator and tests | Chouser |
| 2015-02-21 | Merge pull request #7 from Chouser/forth-pr | Joel Martin |
| 2015-02-21 | Merge pull request #6 from Chouser/tests-pr | Joel Martin |
| 2015-02-21 | forth: Update README | Chouser |
| 2015-02-21 | forth: Fix bug in (get nil ...) | Chouser |
| 2015-02-21 | forth: Fix bug in extend-protocol array insertion | Chouser |
| 2015-02-21 | forth: Back-propogate fixes from stepA through step1 | Chouser |
| 2015-02-21 | forth: Self-hosted mal passes all tests | Chouser |
| 2015-02-21 | forth: Finish step 9 | Chouser |
| 2015-02-21 | forth: Add step 9, just try*/throw | Chouser |
| 2015-02-21 | forth: Add step 8 | Chouser |
| 2015-02-21 | forth: Add step 7 | Chouser |
| 2015-02-21 | forth: Add step 6, clean up comment parsing | Chouser |
| 2015-02-21 | forth: Fix critical string-resizing bug | Chouser |
| 2015-02-21 | forth: Add step 5 | Chouser |
| 2015-02-21 | forth: Finish step 4 | Chouser |
| 2015-02-21 | forth: Add support for & var-args | Chouser |
| 2015-02-21 | forth: Split types for user fns vs native fns | Chouser |
| 2015-02-21 | forth: Add step 4, but not varargs | Chouser |
| 2015-02-21 | forth: Add defspecial for Mal special ops | Chouser |
| 2015-02-21 | forth: Get rid of invoke+ | Chouser |
| 2015-02-21 | forth: Get rid of car/cdr style lists | Chouser |
| 2015-02-21 | forth: Add step 3 | Chouser |
| 2015-02-21 | forth: Add step 2 | Chouser |
| 2015-02-21 | forth: Finished step 1 | Chouser |
| 2015-02-21 | forth: Add step 1, but not maps | Chouser |
| 2015-02-21 | forth: Add string printing | Chouser |
| 2015-02-21 | forth: Added lists, ints, symbols for step 1 | Chouser |
| 2015-02-21 | forth: Add step 0 | Chouser |
| 2015-02-21 | forth: protocols and some pr-str working | Chouser |
| 2015-02-21 | forth: Add basic protocol functionality | Chouser |
| 2015-02-21 | forth: Start experimenting | Chouser |
| 2015-02-21 | Add tests for problems uncovered during forth self-hosted tests | Chouser |
| 2015-02-21 | test step1: Add input for existing output case | Chouser |
| 2015-02-10 | Merge pull request #5 from alandipert/master | Joel Martin |
| 2015-02-10 | Use env in Makefile | Alan Dipert |
| 2015-02-10 | bash: use env in shebang | Alan Dipert |
| 2015-02-10 | matlab: add to README. 24th implementation! | Joel Martin |
| 2015-02-10 | matlab: fix do/slice, strings. Self-hosting! | Joel Martin |
| 2015-02-10 | matlab: add metadata and atom support. | Joel Martin |
| 2015-02-10 | matlab: add keyword, vector, hash-map support. | Joel Martin |
| 2015-02-09 | matlab: stepA, perf test, comments. | Joel Martin |
| 2015-02-08 | matlab: Add step9. | Joel Martin |
| 2015-02-08 | matlab: add step8 | Joel Martin |
| 2015-02-08 | matlab: step7, fix reader bug. | Joel Martin |
| 2015-02-08 | matlab: add step6 | Joel Martin |
| 2015-02-08 | matlab: add step5_tco | Joel Martin |