1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

425 Commits

Author SHA1 Message Date
Joel Martin
2bb7b341a5 Merge pull request #35 from vi/fix_perl_hostlanguage_value
Fix *host-language* in Perl
2015-03-10 10:18:06 -05:00
Joel Martin
0c4a306170 Merge pull request #38 from steveno/steveno-patch-1-1
Correct typo
2015-03-10 10:17:49 -05:00
Joel Martin
aafcc227a4 Merge pull request #37 from steveno/patch-1
Correct typo
2015-03-10 10:17:29 -05:00
Steven Oliver
f628ab687a Update types.cs 2015-03-10 08:18:01 -04:00
Steven Oliver
10f0bf4196 Correct typo 2015-03-10 08:15:33 -04:00
Vitaly _Vi Shukela
8cee6f3c7e
Fix *host-language* in Perl 2015-03-10 03:49:23 +03:00
Joel Martin
1380d8c176 guide: fix typo and unfinished sentence in step 4. 2015-03-09 16:17:12 -05:00
Joel Martin
d2f15f5e9e Rename LICENSE file so it's picked up by github. 2015-03-09 14:20:30 -05:00
Joel Martin
e7b5e72201 Merge pull request #34 from microamp/guide-wrong-file
guide: incorrect filename fixed
2015-03-08 23:58:29 -05:00
james sangho nah
169ddeb250 guide: step2_env.qx -> step3_env.qx 2015-03-08 22:43:27 +13:00
Joel Martin
bd08422d33 README: remove gratuitous parens. 2015-03-07 23:56:00 -06:00
Joel Martin
0a63c9f9db guide: minor cleanup of "let*" section. 2015-03-07 15:59:52 -06:00
Joel Martin
daa1cf3fe5 guide: typo. 2015-03-07 15:24:22 -06:00
Joel Martin
45a8b3ca5b guide: change optional section to deferrable.
- 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-07 09:07:13 -06:00
Joel Martin
10b07148ba All step0: add test, fix bugs, remove step0 eval. 2015-03-07 09:04:07 -06:00
Joel Martin
64574360c5 Merge pull request #33 from microamp/typos
typos
2015-03-07 08:59:03 -06:00
james sangho nah
2315fd53e1 typos fixed 2015-03-07 16:42:18 +13:00
Joel Martin
138901f99a Merge pull request #31 from microamp/py3
Compatibility with Python 3
2015-03-06 16:13:50 -06:00
Joel Martin
9ab77a16c0 Merge pull request #32 from nacmartin/patch-1
Removed extra parenthesis in tests for step5
2015-03-06 16:09:05 -06:00
Nacho Martín
a917237630 Removed extra parenthesis in tests for step5
Hi there, just fixing an extra parenthesis. 

PS: This thing is very addictive :)
2015-03-06 22:43:59 +01:00
james sangho nah
8e4628da2c compatible with python 3 2015-03-07 09:32:23 +13:00
Joel Martin
e27782ea09 tests: fix long line error when self-hosted. 2015-03-06 07:03:41 -06:00
Joel Martin
55a253cbce Revert "Revert "Replace pcre with Rust-implemented regex crate (based on RE2).""
This reverts commit 30794b7111.
2015-03-05 23:22:56 -06:00
Joel Martin
62a05753ff Merge pull request #29 from kanaka/revert-28-master
Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)....
2015-03-05 23:15:16 -06:00
Joel Martin
30794b7111 Revert "Replace pcre with Rust-implemented regex crate (based on RE2)." 2015-03-05 23:14:56 -06:00
Joel Martin
a6b7d1334b Merge pull request #28 from BurntSushi/master
Replace `pcre` with Rust-implemented regex crate (based on RE2).
2015-03-05 23:09:34 -06:00
Andrew Gallant
9522f103b3 Replace pcre with Rust-implemented regex crate (based on RE2). 2015-03-05 20:01:29 -05:00
Joel Martin
9106a221b8 README: update Rust version. 2015-03-05 13:40:15 -06:00
Joel Martin
fb439f3cdf Rust: apply improvements in stepA to other steps. 2015-03-05 13:15:12 -06:00
Joel Martin
35012ea4d5 Merge pull request #26 from alexcrichton/update
Update Rust code to the current Rust nightly
2015-03-05 13:07:30 -06:00
Alex Crichton
e1b2062f95 Fix a bad copy/paste apparently 2015-03-05 09:46:51 -08:00
Joel Martin
758933f215 tests: add macro-in-macro test.
E.g.: (or (or false 4))  ->  4
2015-03-05 11:27:22 -06:00
Alex Crichton
bbeb1b87c2 Update Rust code to the current Rust nightly
Lots of changes! Hopefully everything is still semantically equivalent (tests
still pass)
2015-03-05 00:40:57 -08:00
Joel Martin
a551bd4cd4 Merge pull request #25 from hellyeah/master
Fixed implementation typo
2015-03-04 20:35:22 -06:00
David Fontenot
274250fb10 Fixed implementation typo 2015-03-04 16:45:04 -08:00
Joel Martin
434516e0d1 Rust: build with --release. 10X performance boost! 2015-03-04 11:25:21 -06:00
Joel Martin
6cee207674 Merge pull request #12 from tebeka/master
Works when ~/.mal-history does not exist
2015-03-04 10:29:46 -06:00
Joel Martin
c67c27e6c2 Merge pull request #21 from def-/master
Fix and clean up Nim implementation
2015-03-04 08:48:52 -06:00
def
2800f31881 Fix and clean up Nim implementation 2015-03-04 15:43:18 +01:00
Joel Martin
2c47ac541e Nim: rename stepA_interop to stepA_mal 2015-03-03 23:14:53 -06:00
Joel Martin
2b0fa48326 Merge pull request #20 from def-/master
Add Nim
2015-03-03 22:46:09 -06:00
def
a2cd0a3ada Add instructions and makefile for Nim 2015-03-04 04:39:43 +01:00
Joel Martin
58ba5af470 Integrate feedback from github.com/boxed
https://github.com/kanaka/mal/issues/19
2015-03-03 20:45:24 -06:00
Joel Martin
8a98ef9a3f process/guide.md: add some step8 wrapup text. 2015-03-02 21:30:10 -06:00
Joel Martin
b52c54b9ed README: missing end paren. 2015-03-02 17:59:41 -06:00
Joel Martin
294aba2c43 README: add more testing info.
Fix stats target for matlab.
2015-03-02 17:57:45 -06:00
Joel Martin
612bfe4af7 runtest.py: cleanup all grandchildren too.
Launch Popen with process group and kill that instead. Use atexit to
register cleanup function rather than direct calls.
2015-03-02 17:36:09 -06:00
Joel Martin
992543a722 Various: stepA test fixes/ignores. 2015-03-02 13:46:30 -06:00
Joel Martin
9a3835358a runtest.py: cleanup and rename --redirect to --mono 2015-03-02 13:41:49 -06:00
Joel Martin
85f95f369c ocaml: fix empty? on vectors. 2015-03-02 13:41:27 -06:00