aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-08Merge pull request #34 from microamp/guide-wrong-fileHEADmasterJoel Martin
guide: incorrect filename fixed
2015-03-08guide: step2_env.qx -> step3_env.qxjames sangho nah
2015-03-07README: remove gratuitous parens.Joel Martin
2015-03-07guide: minor cleanup of "let*" section.Joel Martin
2015-03-07guide: typo.Joel Martin
2015-03-07guide: change optional section to deferrable.Joel Martin
- Clarify that this is not the same class as optional tests. - Also, add deferrable not about adding the original function to the value return by `fn*` in step 5. Fixes https://github.com/kanaka/mal/issues/27
2015-03-07All step0: add test, fix bugs, remove step0 eval.Joel Martin
2015-03-07Merge pull request #33 from microamp/typosJoel Martin
typos
2015-03-07typos fixedjames sangho nah
2015-03-06Merge pull request #31 from microamp/py3Joel Martin
Compatibility with Python 3
2015-03-06Merge pull request #32 from nacmartin/patch-1Joel Martin
Removed extra parenthesis in tests for step5
2015-03-06Removed extra parenthesis in tests for step5Nacho Martín
Hi there, just fixing an extra parenthesis. PS: This thing is very addictive :)
2015-03-07compatible with python 3james sangho nah
2015-03-06tests: fix long line error when self-hosted.Joel Martin
2015-03-05Revert "Revert "Replace `pcre` with Rust-implemented regex crate (based on ↵Joel Martin
RE2)."" This reverts commit 30794b71110f6c3cbd8f446de6acab3954f6555c.
2015-03-05Merge pull request #29 from kanaka/revert-28-masterJoel Martin
Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)....
2015-03-05Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-masterJoel Martin
2015-03-05Merge pull request #28 from BurntSushi/masterJoel Martin
Replace `pcre` with Rust-implemented regex crate (based on RE2).
2015-03-05Replace `pcre` with Rust-implemented regex crate (based on RE2).Andrew Gallant
2015-03-05README: update Rust version.Joel Martin
2015-03-05Rust: apply improvements in stepA to other steps.Joel Martin
2015-03-05Merge pull request #26 from alexcrichton/updateJoel Martin
Update Rust code to the current Rust nightly
2015-03-05Fix a bad copy/paste apparentlyAlex Crichton
2015-03-05tests: add macro-in-macro test.Joel Martin
E.g.: (or (or false 4)) -> 4
2015-03-05Update Rust code to the current Rust nightlyAlex Crichton
Lots of changes! Hopefully everything is still semantically equivalent (tests still pass)
2015-03-04Merge pull request #25 from hellyeah/masterJoel Martin
Fixed implementation typo
2015-03-04Fixed implementation typoDavid Fontenot
2015-03-04Rust: build with --release. 10X performance boost!Joel Martin
2015-03-04Merge pull request #12 from tebeka/masterJoel Martin
Works when ~/.mal-history does not exist
2015-03-04Merge pull request #21 from def-/masterJoel Martin
Fix and clean up Nim implementation
2015-03-04Fix and clean up Nim implementationdef
2015-03-03Nim: rename stepA_interop to stepA_malJoel Martin
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