aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-02index.html: update copyright.gh-pagesJoel Martin
2015-03-02Merge branch 'master' into gh-pagesJoel Martin
Conflicts: .gitignore
2015-03-02process/guide.md: add some step8 wrapup text.Joel Martin
2015-03-02README: missing end paren.Joel Martin
2015-03-02README: add more testing info.Joel Martin
Fix stats target for matlab.
2015-03-02runtest.py: cleanup all grandchildren too.Joel Martin
Launch Popen with process group and kill that instead. Use atexit to register cleanup function rather than direct calls.
2015-03-02Various: stepA test fixes/ignores.Joel Martin
2015-03-02runtest.py: cleanup and rename --redirect to --monoJoel Martin
2015-03-02ocaml: fix empty? on vectors.Joel Martin
2015-03-02miniMAL: use npm published miniMAL.Joel Martin
2015-03-02matlab: move Reader.m to +types/Reader.mJoel Martin
Fixes https://github.com/kanaka/mal/issues/18 for case insensitive file-systems.
2015-03-02Add link to syntax-across-languagesJoel Martin
Thanks to https://news.ycombinator.com/user?id=klibertp for suggestion.
2015-03-02runtest.py: fix C# and VB tests.Joel Martin
It is an ugly fix, but basically, use regular Popen (without pty) when using mono, and do hardcoded echo of the commands when they are sent/written. It could be worse I suppose...
2015-03-01runtest.py: fix cleanup to use kill.Joel Martin
Still doesn't work with C# and VB.
2015-03-01guide: typo. Fix https://github.com/kanaka/mal/issues/17Joel Martin
2015-02-28Merge pull request #16 from tcoopman/patch-1Joel Martin
small typo
2015-02-28runtest.py: cleanup orphan test processes.Joel Martin
2015-02-28Lua: fix with new runtest.pyJoel Martin
2015-02-28runtest.py: order of magnitude faster.Joel Martin
C#, VB and Lua tests are broken though.
2015-02-28small typoThomas Coopman
2015-02-28Merge branch 'elektronaut-ruby1.9'Joel Martin
2015-02-28Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into ↵Joel Martin
elektronaut-ruby1.9
2015-02-28Merge pull request #15 from joelpickup/masterJoel Martin
grammar fix
2015-02-28Merge pull request #14 from anton-trunov/guide-small-fixJoel Martin
guide: insert missing word
2015-02-28Merge pull request #13 from euc/patch-1Joel Martin
Updated guide.md
2015-02-28Merge pull request #11 from treeform/patch-1Joel Martin
small typo in example
2015-02-28JS: fix https://github.com/kanaka/mal/issues/9Joel Martin
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-02-28Add long running perf test.Joel Martin
2015-02-28Multiple: interop enhancements.Joel Martin
2015-02-28grammar fixjoelpickup
2015-02-28guide: insert missing wordAnton Trunov
2015-02-28Update guide.mdErik Chancy
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
- refactor malfunc to use objects like others.
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