aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-03Merge pull request #20 from def-/masterJoel Martin
Add Nim
2015-03-04Add instructions and makefile for Nimdef
2015-03-03Integrate feedback from github.com/boxedJoel Martin
https://github.com/kanaka/mal/issues/19
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-02Nim: stepAdef
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-03-01Nim: step9def
2015-03-01Nim: step8def
2015-03-01Nim: step7def
2015-03-01Nim: step6def
2015-03-01Nim: step5def
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-28Nim: step4def
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-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