aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-28Merge pull request #14 from anton-trunov/guide-small-fixJoel Martin
2015-02-28Merge pull request #13 from euc/patch-1Joel Martin
2015-02-28Merge pull request #11 from treeform/patch-1Joel Martin
2015-02-28JS: fix https://github.com/kanaka/mal/issues/9Joel Martin
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
2015-02-28Add long running perf test.Joel Martin
2015-02-28Multiple: interop enhancements.Joel Martin
2015-02-28Nim: step3def
2015-02-28Nim: step2def
2015-02-28grammar fixjoelpickup
2015-02-28Nim: step1def
2015-02-28guide: insert missing wordAnton Trunov
2015-02-28Update guide.mdErik Chancy
2015-02-28Nim: step0def
2015-02-27small typo in exampletreeform
2015-02-28Ruby: Updated for Ruby 1.9+Inge Jørgensen
2015-02-25README: add miniMAL.Joel Martin
2015-02-25miniMAL: add classOf and fix printing.Joel Martin
2015-02-25forth: add Makefile for stats.Joel Martin
2015-02-24miniMAL: self-hosting! Add atoms. Fix malfunc.Joel Martin
2015-02-24miniMAL: add metadata support.Joel Martin
2015-02-16miniMAL: keyword, vector and hash-map support.Joel Martin
2015-02-16miniMAL: stepA. Comments. Add impl Makefile for stats.Joel Martin
2015-02-15miniMAL: step9Joel Martin
2015-02-15miniMAL: step8.Joel Martin
2015-02-15miniMAL: step7Joel Martin
2015-02-15miniMAL: step6Joel Martin
2015-02-15miniMAL: add step5.Joel Martin
2015-02-15miniMAL: step4.Joel Martin
2015-02-24miniMAL: add step4 (without functions).Joel Martin
2015-02-24miniMAL: step3Joel Martin
2015-02-11miniMAL: step2Joel Martin
2015-02-11miniMAL: step1.Joel Martin
2015-02-24Merge pull request #8 from Chouser/forth3Joel Martin
2015-02-23forth: Add map-hint to symbols for better perfChouser
2015-02-23forth: Clean up symbol eval for better perfChouser
2015-02-23forth: Add call-site caching to boost perfChouser
2015-02-23forth: Add . interop special operator and testsChouser
2015-02-21Merge pull request #7 from Chouser/forth-prJoel Martin
2015-02-21Merge pull request #6 from Chouser/tests-prJoel Martin
2015-02-21forth: Update READMEChouser
2015-02-21forth: Fix bug in (get nil ...)Chouser
2015-02-21forth: Fix bug in extend-protocol array insertionChouser
2015-02-21forth: Back-propogate fixes from stepA through step1Chouser
2015-02-21forth: Self-hosted mal passes all testsChouser
2015-02-21forth: Finish step 9Chouser
2015-02-21forth: Add step 9, just try*/throwChouser
2015-02-21forth: Add step 8Chouser
2015-02-21forth: Add step 7Chouser
2015-02-21forth: Add step 6, clean up comment parsingChouser