1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
Commit Graph

222 Commits

Author SHA1 Message Date
Gavin Lewis
bcb7af3191
Update Rust version information in README.md 2019-11-02 16:43:24 -07:00
Dov Murik
84eaa11caf README: add Wren implementation 2019-11-02 21:23:51 +02:00
Gavin Lewis
8501fcab11
Add missing python.2 author (myself) to README.md
I missed the authors table when originally submitting the `python.2` implementation.
2019-10-21 21:01:33 -07:00
GL
791052af2d
Update README.md for python.2 2019-10-15 13:55:29 -07:00
Tim Morgan
343c633205 Link to malcc on GitHub 2019-10-03 23:51:13 -05:00
Dov Murik
742af2bbf6 README: add Pike implementation 2019-09-18 08:53:48 +03:00
Joel Martin
9a7485aa1f README update wasm MODE info.
Also, update test count to be closer to 800.
2019-08-12 01:10:14 -05:00
Ben Harris
23e3304bf2 Update version requirement for perl.
I don't think it's worked on perl 5.8 for a long time.
2019-08-04 16:50:09 +01:00
Joel Martin
b65e5d7fdf
Merge pull request #412 from bjh21/bjh21-minor-fixes
Minor documentation and comment fixes
2019-07-08 09:55:11 -05:00
Ben Harris
33102dd1b4 README: Pedantically refer to PostgreSQL by its proper name. 2019-07-07 10:31:54 +01:00
Ben Harris
26460a25ff README: Correct a stray mention of PL/pgSQL in the PL/SQL section. 2019-07-07 10:31:36 +01:00
Ben Harris
e007416e0c README: Correct capitalisation of "PostScript" and "Ghostscript". 2019-07-07 10:31:36 +01:00
Ben Harris
69990448a0 README: Escape asterisks in "SQL*Plus". 2019-07-07 10:31:36 +01:00
scott-silver
98a83a874a
Update README.md
grammatical error
2019-07-05 11:01:14 -07:00
Ben Harris
45c103e673 bbc-basic: Travis and top-level README updates for new implementation. 2019-05-18 23:37:33 +01:00
Joel Martin
c424b18de1 d: support ldc2 and dmd modes from top-level.
Symlink dmd to /usr/bin in the dockerfile so that no PATH modification
is necessary.

Also, add a runtime modes count to the README.
2019-05-10 14:05:53 -05:00
Simon Tatham
846a226bb3 Update counters and .travis.yml. 2019-05-10 19:45:21 +01:00
Simon Tatham
213a328875 Add an implementation written in Vala.
I needed to learn Vala in order to work on an existing program written
in it, and since Ben Harris had been enthusing about mal to me
recently, I thought this would be a good way to learn the language.

In other words, this is my first Vala project, so I can't promise it's
perfectly idiomatic by the standards of experienced Vala programmers!

Also, the style isn't all that consistent. For example, sometimes I
implement a function for every value type by adding a method to the
Mal.Val base class, and sometimes instead I do it by having a function
(e.g. pr_str) dynamically test all the possible subtypes in a chain of
else-ifs.

Those decisions were partly because of the source file structure
required by this project (pr_str is supposed to live in its own file);
partly because for my own learning goals I wanted to try both
strategies and find out how easy they both were; and mostly just
because of indecision and bad planning.
2019-05-10 09:41:11 +01:00
Joel Martin
030f725c4a wasm: wax runtime. Use WASI preopen process.
Add wasi-sdk to Dockerfile to be able to compile C code to wasm that
uses WASI API calls.
2019-04-19 01:07:08 -05:00
Joel Martin
d88adace47 README: add webassembly embeddings/runtimes. 2019-04-17 00:35:39 -05:00
Joel Martin
d4dec75bbf README: reorganize slightly.
Move external implementations and other mal projects above the long
implementation details section. The implementation details are linked
to from the overview section so it's fine to have that lower on the
page.
2019-04-13 11:57:15 -05:00
Joel Martin
6d9e1684de graph: add ada.2, update perf numbers. 2019-03-28 00:17:07 -05:00
Joel Martin
971450db2d README: fix anchor to ada.2 2019-03-27 11:25:14 -05:00
Joel Martin
d387f26eef README: add ada.2 2019-03-27 11:22:32 -05:00
Joel Martin
e503fe64aa README: link to malcc blog post. 2019-03-27 09:04:28 -05:00
Joel Martin
833fc8cc19 README: order and names updates. 2019-03-20 23:34:21 -05:00
陆遥
2c1c266085 Update readme and .travis.yml to add swift 4. 2019-03-06 09:35:31 +08:00
Joel Martin
c5cd05aee8 README: language list to table with anchor links 2019-02-19 15:41:42 -06:00
Joel Martin
dad737adbf README: add Tim Morgan (malcc) github user. 2019-02-19 10:58:19 -06:00
Joel Martin
daafc18dfa README: better title "Other mal projects" 2019-02-19 10:54:04 -06:00
Joel Martin
7cdb44161d README: link to Tim Morgan's malcc project.
Resolves https://github.com/kanaka/mal/issues/342
2019-02-19 10:52:43 -06:00
Joel Martin
138cbb9c10
README: fix typo 2019-02-12 11:13:46 -08:00
Joel Martin
5b6498bcf1
README: description section formatting and diagram
Number the 3 description sections highlights. Add the step A diagram to the educational highlight.
2019-02-12 11:10:42 -08:00
Joel Martin
d57f74df9b README: mention make help target. 2019-01-30 12:06:32 -06:00
Joel Martin
f98792ade0 README: bold language names to make clearer. 2019-01-28 17:43:04 -06:00
Joel Martin
23e4342877 README: move creator info to first list.
The creator information should be more prominent instead of hidden
within the build/run instructions.
2019-01-28 17:31:49 -06:00
Joel Martin
07734c0931 README: add external implementations section.
Move the alternate rust implementations to this section and add
a link to HolyC implementation.
2019-01-28 16:07:27 -06:00
Joel Martin
45a714987c README: the tested version of lua is now 5.2. 2019-01-28 13:44:24 -06:00
Raj Mahey
70cefa38a9
Updated README
change "yes the" into "yes, the". Stylised make command and changed download to downloaded
2019-01-10 13:30:21 -08:00
Joel Martin
86633b3365 README: fix formatting. 2018-12-08 18:29:28 -06:00
Joel Martin
27359631a6 README: add missing talk youtube links. 2018-12-08 18:26:13 -06:00
Joel Martin
d72395aa8b wasm: update README. Activate in travis. 2018-12-08 18:02:56 -06:00
Vitaly Shukela
9bd2b1ef86
Add link to my Rust implementation
I assume this README serves as a wiki for collecting impls.
2018-11-10 00:24:56 +03:00
Omar Roth
5185c56e92 Update Crystal implementation 2018-10-29 18:20:02 -05:00
Joel Martin
9581ba403e Add link to Rust implementation by Tim Morgan. 2018-08-25 17:30:33 -05:00
Chris McCormick
b0687d365b Added README section for projects using mal. 2018-06-26 18:04:56 +08:00
James Vaughan
d7f720e653
Fix typo in Common Lisp section 2018-06-23 16:08:15 -07:00
Vasilij Schneidermann
b440380f64 Rename gst and pil directories in README 2018-06-22 18:20:38 +02:00
Dov Murik
92708e3488 Add Fantom implementation 2018-06-03 20:08:19 +00:00
Ben Dudson
918f2bee96 Bump language count in README
Updated to 72 languages
2018-01-02 23:39:01 +00:00