1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00
Commit Graph

267 Commits

Author SHA1 Message Date
Nala Ginrut
52f9b50949 update README 2015-04-04 04:13:34 +08:00
Nala Ginrut
690f360d98 update README.md 2015-04-04 02:43:16 +08:00
Joel Martin
0fe47e8839 README: update count to 31, note Factor version. 2015-04-02 17:36:16 -05:00
Jordan Lewis
44c8a5245c factor: typo in README 2015-04-02 17:50:04 -04:00
Jordan Lewis
5a53c6432e Add factor instructions to readme 2015-04-01 15:55:56 -04:00
Joel Martin
393817926c README: update with Julia. 2015-04-01 09:47:29 -05:00
Joel Martin
a848d78396 README: add names/links of implementation creators. 2015-03-28 11:48:11 -05:00
Joel Martin
73fc93661a README: add C++ instructions and bump count to 29. 2015-03-28 11:41:16 -05:00
Joel Martin
bd62ff74cf guide: most of step 9 and start step A. 2015-03-25 20:53:53 -06:00
Joel Martin
8b142f0828 Swift: lang cnt to 28, note XCode, skip in docker.
- Update the README to 28 languages.
- Note that Swift impl currently requires XCode/OS X :-(
- Add Swift to skip list in Dockerfile.
2015-03-24 09:29:53 -06:00
Keith Rollin
2539e6af82 Initial Swift implementation. 2015-03-23 01:23:27 -07:00
Joel Martin
144f2b6aec README: link to FAQ and mention #mal (freenode). 2015-03-15 15:41:11 -05:00
Vincent St-Amour
3796240a60 Fix extension for Racket in README. 2015-03-15 13:01:50 -04:00
Joel Martin
753635673d README: add docker test environment usage info. 2015-03-12 17:29:34 -05:00
Joel Martin
8569b2af48 Misc updates to TODO, guide and README.
- Also, add SKIP_IMPLS option to top-level Makefile to ignore a list
  of implementations. Particularly useful for excluding licensed
  matlab when running tests on system without it (e.g. within
  container).
2015-03-11 22:08:21 -05:00
Joel Martin
bd08422d33 README: remove gratuitous parens. 2015-03-07 23:56:00 -06:00
Joel Martin
9106a221b8 README: update Rust version. 2015-03-05 13:40:15 -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
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
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
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
478fd9ce40 miniMAL: use npm published miniMAL. 2015-03-02 13:20:55 -06:00
Joel Martin
f2a758cb13 Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into elektronaut-ruby1.9 2015-02-28 11:30:45 -06:00
Joel Martin
757397e6ed Merge pull request #15 from joelpickup/master
grammar fix
2015-02-28 11:27:33 -06:00
Joel Martin
90f618cbe7 All: rename stepA_interop to stepA_mal
Also, add missed postscript interop tests.
2015-02-28 11:09:54 -06:00
joelpickup
2769615752 grammar fix 2015-02-28 13:48:13 +00:00
Inge Jørgensen
107d969497 Ruby: Updated for Ruby 1.9+ 2015-02-28 00:36:27 +01:00
Joel Martin
1218ce98a4 README: add miniMAL. 2015-02-25 00:27:37 -06:00
Chouser
9603289087 forth: Update README 2015-02-21 13:22:44 -05:00
Joel Martin
8a9d0a8a41 matlab: add to README. 24th implementation! 2015-02-10 12:15:24 -06:00
Joel Martin
cbcf8a6308 README: update count to 23 to reflect OCaml addition. 2015-01-30 12:10:08 -06:00
Chouser
bc6448bce9 OCaml: add to README.md 2015-01-30 12:54:55 -05:00
Joel Martin
0f4ca9d1de Draft guide and architecture diagrams. 2015-01-29 23:40:10 -06:00
Joel Martin
9d42904e47 Lua: all steps and self-hosting.
Also some misc docs/TODO updates.
2015-01-08 23:25:40 -06:00
Joel Martin
fd888612ca Move template to top level. Add license.
Also, cleanup TODO a bit.
2015-01-08 22:56:12 -06:00
Joel Martin
f522319598 Racket: add steps0-A. Self-hosting.
- Some additioanl tests.
- Split step9 tests into optional but self-hosting requirements
  (metadata on functions) and other optional (conj, metadata on
  collections).
2015-01-09 16:16:55 -06:00
Joel Martin
5400d4bf5e Haskell: add error handling and try*/catch*.
Achieve self-hosting!
2015-01-09 16:16:54 -06:00
Joel Martin
2988d38e84 Haskell: add step7 and 8. 2015-01-09 16:16:53 -06:00
Joel Martin
b76aa73bc7 Haskell: steps 0-3 2015-01-09 16:16:52 -06:00
Joel Martin
a816262a05 Scala: refactor collections with metadata.
Convert numeric to Long. Add time-ms.

Add Makefile for stats targets.
2015-01-09 16:16:51 -06:00
Joel Martin
821930dbd9 Scala: all steps 0-9 but no metadata. 2015-01-09 16:16:51 -06:00
Joel Martin
ee7cd5859e VB.Net: port of C# version. 2015-01-09 16:16:47 -06:00
Joel Martin
891c3f3b47 CoffeeScript: add all steps. Self-hosting. 2015-01-09 16:16:45 -06:00
Joel Martin
9b3362e86a R: add time-ms. Readline history. Misc cleanups. 2015-01-09 16:16:45 -06:00
Alan Dipert
8d8679f20b tiny typo fix 2015-01-08 12:47:14 -05:00
Joel Martin
111dbaf1ac rust: update README. Remove exp.rs compilation. 2015-01-08 10:56:10 -06:00
Joel Martin
abdd56ebc0 Rust: step0_repl and step1_read_print 2015-01-06 21:58:35 -06:00
Joel Martin
f41866dbe9 Doc cleanup of step9/stepA swap. 2015-01-06 21:57:24 -06:00
Joel Martin
01c9731649 All: swap step9,A. Fixes for bash, C, perl.
step9_interop -> stepA_interop
stepA_more -> step9_try

C: fix glib headers
bash: behavior change of declare -A and pattern replacement.
perl: squelch new 5.18 warnings related to switch/given statement.

Also, include some in-progress interop related files.
2015-01-06 21:57:24 -06:00
Joel Martin
1771ab50b8 go: update README. Backport Func usage. 2015-01-06 21:57:02 -06:00
Joel Martin
fa64b74146 PS: include/run from same directory. 2014-05-10 16:29:07 -05:00
Joel Martin
d32f9b878d README.md: add linke to online demo. 2014-04-27 18:36:27 -05:00
Joel Martin
9b1563a3fb README: fix c# header, specify perl 5.8 2014-04-23 23:07:16 -05:00
Joel Martin
592eb5cfb9 README: instructions on running tests. 2014-04-23 22:59:41 -05:00
Joel Martin
6301e0b637 All: TCO let* and quasiquote. 2014-04-23 21:59:50 -05:00
Joel Martin
9e5b215158 Perl: add readline interface and step0_repl 2014-04-19 13:57:00 -05:00
Joel Martin
a05f7822b1 Python: metadata on builtin funcs. Support python3. 2014-04-16 22:42:17 -05:00
Joel Martin
b3402a82d3 README: typo. 2014-04-15 21:11:35 -05:00
Joel Martin
8adb082743 Java, JS: cleanup and sync steps.
- Java: less direct use of obj.value attribute.
2014-04-13 15:36:02 -05:00
Joel Martin
edc3b0640f README: add C# info. Cleanup top Makefile.
Also, re-order impls into alphabetical order.
2014-04-09 22:15:54 -05:00
Joel Martin
54c7538265 README, TODO, step_notes updates. 2014-03-30 16:39:44 -05:00
Joel Martin
bcddc3e49a README: add more details. 2014-03-29 19:01:14 -05:00
Joel Martin
5d446bd8a0 README: minor name synchronization ("argument"). 2014-03-29 18:37:20 -05:00
Joel Martin
60154d24a8 Update README.md and TODO. Minor PS update. 2014-03-29 15:17:00 -05:00