1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 01:30:26 +03:00

Commit Graph

  • daa1cf3fe5 guide: typo. Joel Martin 2015-03-07 15:24:22 -0600
  • 45a8b3ca5b guide: change optional section to deferrable. Joel Martin 2015-03-07 09:06:00 -0600
  • 10b07148ba All step0: add test, fix bugs, remove step0 eval. Joel Martin 2015-03-07 09:04:07 -0600
  • 64574360c5 Merge pull request #33 from microamp/typos Joel Martin 2015-03-07 08:59:03 -0600
  • 2315fd53e1 typos fixed james sangho nah 2015-03-07 16:42:18 +1300
  • 138901f99a Merge pull request #31 from microamp/py3 Joel Martin 2015-03-06 16:13:50 -0600
  • 9ab77a16c0 Merge pull request #32 from nacmartin/patch-1 Joel Martin 2015-03-06 16:09:05 -0600
  • a917237630 Removed extra parenthesis in tests for step5 Nacho Martín 2015-03-06 22:43:59 +0100
  • 8e4628da2c compatible with python 3 james sangho nah 2015-03-07 09:32:23 +1300
  • e27782ea09 tests: fix long line error when self-hosted. Joel Martin 2015-03-06 07:03:41 -0600
  • 55a253cbce Revert "Revert "Replace pcre with Rust-implemented regex crate (based on RE2)."" Joel Martin 2015-03-05 23:22:56 -0600
  • 62a05753ff Merge pull request #29 from kanaka/revert-28-master Joel Martin 2015-03-05 23:15:16 -0600
  • 30794b7111 Revert "Replace pcre with Rust-implemented regex crate (based on RE2)." Joel Martin 2015-03-05 23:14:56 -0600
  • a6b7d1334b Merge pull request #28 from BurntSushi/master Joel Martin 2015-03-05 23:09:34 -0600
  • 9522f103b3 Replace pcre with Rust-implemented regex crate (based on RE2). Andrew Gallant 2015-03-05 20:01:29 -0500
  • 9106a221b8 README: update Rust version. Joel Martin 2015-03-05 13:40:15 -0600
  • fb439f3cdf Rust: apply improvements in stepA to other steps. Joel Martin 2015-03-05 13:15:12 -0600
  • 35012ea4d5 Merge pull request #26 from alexcrichton/update Joel Martin 2015-03-05 13:07:30 -0600
  • e1b2062f95 Fix a bad copy/paste apparently Alex Crichton 2015-03-05 09:46:51 -0800
  • 758933f215 tests: add macro-in-macro test. Joel Martin 2015-03-05 11:25:26 -0600
  • bbeb1b87c2 Update Rust code to the current Rust nightly Alex Crichton 2015-03-05 00:22:43 -0800
  • a551bd4cd4 Merge pull request #25 from hellyeah/master Joel Martin 2015-03-04 20:35:22 -0600
  • 327bd96767 fsharp: step 1: Factored tokenizer out of reader and generally cleaned things up. Peter Stephens 2015-03-04 19:14:07 -0600
  • 274250fb10 Fixed implementation typo David Fontenot 2015-03-04 16:45:04 -0800
  • 4a940bb5a8 Merge branch 'master' of github.com:kanaka/mal Alex Kalderimis 2015-03-05 00:26:53 +0000
  • 2a4ecf48c9 Support macros Alex Kalderimis 2015-03-05 00:23:40 +0000
  • 1cd0c4f3da Remove Rust. Steve Klabnik 2015-03-04 14:36:20 -0500
  • 434516e0d1 Rust: build with --release. 10X performance boost! Joel Martin 2015-03-04 11:25:21 -0600
  • 6cee207674 Merge pull request #12 from tebeka/master Joel Martin 2015-03-04 10:29:46 -0600
  • c67c27e6c2 Merge pull request #21 from def-/master Joel Martin 2015-03-04 08:48:52 -0600
  • 2800f31881 Fix and clean up Nim implementation def 2015-03-04 14:12:19 +0100
  • f95e751806 Added quoting Alex Kalderimis 2015-03-04 11:33:23 +0000
  • 2c47ac541e Nim: rename stepA_interop to stepA_mal Joel Martin 2015-03-03 23:14:53 -0600
  • 2b0fa48326 Merge pull request #20 from def-/master Joel Martin 2015-03-03 22:46:09 -0600
  • a2cd0a3ada Add instructions and makefile for Nim def 2015-03-04 04:17:43 +0100
  • 58ba5af470 Integrate feedback from github.com/boxed Joel Martin 2015-03-03 20:45:24 -0600
  • ed727c9436 Added some helpful basic stuff Alex Kalderimis 2015-03-04 01:05:36 +0000
  • 8a603e8d22 Added cons and concat Alex Kalderimis 2015-03-04 00:31:41 +0000
  • d113a5a9b7 Implemented running files Alex Kalderimis 2015-03-04 00:22:07 +0000
  • 6a74946819 Added file loading Alex Kalderimis 2015-03-04 00:13:32 +0000
  • 070f27a81a Implemented TCO Alex Kalderimis 2015-03-03 23:37:44 +0000
  • 2ed134d111 Passing test 3 Alex Kalderimis 2015-03-03 20:53:55 +0000
  • 16ef77b404 Tests passing for step2 Alex Kalderimis 2015-03-03 20:50:38 +0000
  • 02b078503d Passing test1 Alex Kalderimis 2015-03-03 20:47:31 +0000
  • 8a98ef9a3f process/guide.md: add some step8 wrapup text. Joel Martin 2015-03-02 21:30:10 -0600
  • b52c54b9ed README: missing end paren. Joel Martin 2015-03-02 17:59:41 -0600
  • 294aba2c43 README: add more testing info. Joel Martin 2015-03-02 17:57:45 -0600
  • 612bfe4af7 runtest.py: cleanup all grandchildren too. Joel Martin 2015-03-02 17:36:09 -0600
  • 992543a722 Various: stepA test fixes/ignores. Joel Martin 2015-03-02 13:46:30 -0600
  • 9a3835358a runtest.py: cleanup and rename --redirect to --mono Joel Martin 2015-03-02 13:41:49 -0600
  • 85f95f369c ocaml: fix empty? on vectors. Joel Martin 2015-03-02 13:41:27 -0600
  • 478fd9ce40 miniMAL: use npm published miniMAL. Joel Martin 2015-03-02 13:20:55 -0600
  • 751ab516f1 matlab: move Reader.m to +types/Reader.m Joel Martin 2015-03-02 13:04:44 -0600
  • 334a71b607 Add link to syntax-across-languages Joel Martin 2015-03-02 11:04:46 -0600
  • 4ce9e165ba Nim: stepA def 2015-03-01 21:46:19 +0100
  • 96deb6a966 runtest.py: fix C# and VB tests. Joel Martin 2015-03-02 00:23:58 -0600
  • b856be1eb0 fsharp: step 1: deref & with-meta. Time to polish things up. Peter Stephens 2015-03-01 23:44:06 -0600
  • c53af760df runtest.py: fix cleanup to use kill. Joel Martin 2015-03-01 23:41:32 -0600
  • d9c020b069 guide: typo. Fix https://github.com/kanaka/mal/issues/17 Joel Martin 2015-03-01 15:48:40 -0600
  • 8de9f3085c Nim: step9 def 2015-03-01 17:39:15 +0100
  • 6dcc04dbba fsharp: Partial step 1: maps & comments Peter Stephens 2015-03-01 09:49:55 -0600
  • fe5c687c03 Minor changes - few more builtins Alex Kalderimis 2015-03-01 13:36:46 +0000
  • e7621e7cdf Aded and/or Alex Kalderimis 2015-03-01 12:45:53 +0000
  • 5252fddd8a Added defn Alex Kalderimis 2015-03-01 12:19:00 +0000
  • cf80aacf62 Implemented destructuring Alex Kalderimis 2015-03-01 12:14:37 +0000
  • f5cf5237ee Nim: step8 def 2015-03-01 06:08:18 +0100
  • 9fb199e2cb Merge branch 'master' of https://github.com/kanaka/mal Miki Tebeka 2015-03-01 06:12:42 +0200
  • 49916f9402 readline works even when ~/.mal-history does not exist Miki Tebeka 2015-03-01 06:08:47 +0200
  • 3b82891f65 fsharp: Partial step 1: lists & vectors Peter Stephens 2015-02-28 22:07:55 -0600
  • 6743d5046c Implemented functions Alex Kalderimis 2015-03-01 04:00:36 +0000
  • dc7f0b6afd Nim: step7 def 2015-03-01 04:57:38 +0100
  • 978af8a768 running "gofmt" on the code Miki Tebeka 2015-03-01 05:57:02 +0200
  • 3603af9666 Nim: step6 def 2015-03-01 04:38:43 +0100
  • 2ef1d9c6a1 Added environments, including let, def and do Alex Kalderimis 2015-03-01 03:04:32 +0000
  • 5dfcbb6b4d Nim: step5 def 2015-03-01 03:55:05 +0100
  • 46002b7a32 Added evaluation Alex Kalderimis 2015-03-01 02:10:05 +0000
  • 3ed396765b Implemented reading Alex Kalderimis 2015-03-01 01:32:33 +0000
  • 2cb013877c Merge pull request #16 from tcoopman/patch-1 Joel Martin 2015-02-28 16:27:57 -0600
  • f6c83b2b80 runtest.py: cleanup orphan test processes. Joel Martin 2015-02-28 16:25:00 -0600
  • 3e0b36dcee Lua: fix with new runtest.py Joel Martin 2015-02-28 15:58:35 -0600
  • 7907cd904a runtest.py: order of magnitude faster. Joel Martin 2015-02-28 15:41:18 -0600
  • 943f21c422 small typo Thomas Coopman 2015-02-28 22:27:53 +0100
  • 819bd786cb Nim: step4 def 2015-02-28 19:52:01 +0100
  • c2a6838f39 Merge branch 'elektronaut-ruby1.9' Joel Martin 2015-02-28 11:31:50 -0600
  • f2a758cb13 Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into elektronaut-ruby1.9 Joel Martin 2015-02-28 11:30:45 -0600
  • 757397e6ed Merge pull request #15 from joelpickup/master Joel Martin 2015-02-28 11:27:33 -0600
  • 9812eb296c Merge pull request #14 from anton-trunov/guide-small-fix Joel Martin 2015-02-28 11:27:13 -0600
  • 7b14b9e673 Merge pull request #13 from euc/patch-1 Joel Martin 2015-02-28 11:26:38 -0600
  • 2963f8cebb Merge pull request #11 from treeform/patch-1 Joel Martin 2015-02-28 11:24:18 -0600
  • 90ab31710e JS: fix https://github.com/kanaka/mal/issues/9 Joel Martin 2015-02-28 11:18:18 -0600
  • 90f618cbe7 All: rename stepA_interop to stepA_mal Joel Martin 2015-02-28 11:09:54 -0600
  • 699f0ad23a Add long running perf test. Joel Martin 2015-02-28 10:38:17 -0600
  • 2ab1e5845c Multiple: interop enhancements. Joel Martin 2015-02-28 10:35:04 -0600
  • 7af2994e50 Nim: step3 def 2015-02-28 16:08:36 +0100
  • c9d2371f7f Nim: step2 def 2015-02-28 15:20:37 +0100
  • 2769615752 grammar fix joelpickup 2015-02-28 13:48:13 +0000
  • b94acce656 Nim: step1 def 2015-02-28 14:14:18 +0100
  • c10dcb9467 guide: insert missing word Anton Trunov 2015-02-28 13:55:55 +0300
  • fc03712f7a Update guide.md Erik Chancy 2015-02-28 18:00:27 +1100
  • 937f0cdc66 Nim: step0 def 2015-02-28 05:15:38 +0100