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

177 Commits

Author SHA1 Message Date
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
Ben Dudson
331ddfed79 Adding README.md file and Make all target
* README.md in nasm/ directory lists some features and limitations

* Added NASM entry to root directory README.md

* Added an 'all' target to the nasm Makefile
2017-12-27 23:33:03 +00:00
Dov Murik
a366531121 README: Add Yorick (the 71st implementation) 2017-09-22 21:27:20 +00:00
Joel Martin
ccab8f5907 Hy: add to README and travis. 2017-09-22 12:16:54 -05:00
Vasilij Schneidermann
d209e68a49 Merge remote-tracking branch 'upstream/master' into r7rs-implementation 2017-09-12 10:08:15 +02:00
Vasilij Schneidermann
6c0968a6a4 Make use of scheme_MODE 2017-09-12 09:44:51 +02:00
Joel Martin
2d76e8776c Generic <impl>_MODE setting. Add travis modes.
For implementations that support different compile/run modes, the
convention is not <impl_name>_MODE=<mode>. This is passed through to
make/docker commands. Fix Makefiles and run scripts to listen to the
respective *_MODE variables.

Enable travis builds/tests for 4 Haxe modes and 2 python modes.
2017-09-11 17:54:26 -05:00
Vasilij Schneidermann
a7b8df6715 Rename to scheme 2017-09-11 23:54:50 +02:00
Joel Martin
4bb2ab37be Matlab: update to Octave 4.2.1
Make Octave the primary in the README description and add instructions
for direct Octave execution.
2017-09-11 16:47:55 -05:00
Vasilij Schneidermann
ff3a8bf8c1 Mention Scheme in README, add instructions 2017-09-10 12:24:55 +02:00
Joel Martin
b5775743e1 README: update to 68 languages. 2017-07-25 11:18:33 -05:00
Jos van Bakel
c9673ca1ec Merged master, resolved conflicts 2017-07-25 08:28:33 +02:00
Jos van Bakel
f38c7ffad1 Elm: fix makefile, added to readme and enable travis 2017-07-22 22:18:35 +02:00
Dov Murik
44a3e2ef70 rexx: Add Rexx to main README 2017-07-20 12:09:35 +00:00
Vasilij Schneidermann
9592d833f2 Mention in README 2017-07-10 09:14:54 +02:00
Joel Martin
04260e2741 Merge pull request #262 from c0deaddict/master
Livescript implementation
2017-05-24 12:28:28 -05:00
Jos van Bakel
0af8fd20ce Fixed Makefile, added Dockerfile and updated README. 2017-05-24 19:12:00 +02:00
Dennis Felsing
4603f2a931 Update to Nim 0.17.0 2017-05-23 19:07:34 +02:00
Joel Martin
9ed75afdf4 Update README with LambdaConf presentation. 2017-03-31 10:25:24 -05:00
vvakame
db885df9a0 address comment 2017-02-26 11:05:38 +09:00
vvakame
c527d56558 add TypeScript section README.md 2017-02-25 14:32:18 +09:00
Joel Martin
3c823be2f8 Merge pull request #250 from dubek/skew
Add Skew implementation
2016-11-21 11:16:23 -06:00
Dov Murik
034e82adc5 Add Skew implementation
See http://skew-lang.org/ for details on the Skew language. Currently
Mal only compiles to Javascript, as there are some issues with the C#
backend for Skew (https://github.com/evanw/skew/issues/19).

Tested with Skew 0.7.42.
2016-11-20 10:10:41 +00:00
Iqbal Ansari
e7f85ce18c Common Lisp: Add documentation 2016-11-18 22:49:18 +05:30
Harry Terkelsen
b15933d273 update number of languages Mal is implemented in 2016-11-13 14:44:11 -08:00
Harry Terkelsen
bcf95720f2 update readme 2016-11-13 14:35:35 -08:00
Joel Martin
332611f520 README: note ChucK tested on more than just Arch. 2016-11-04 22:52:05 -05:00
Joel Martin
2bcc46af48 Basic: capitalize BASIC
I guess.
2016-10-31 17:50:13 -05:00
Joel Martin
2bec1db017 Basic: update to 61 impls after merge. 2016-10-31 17:45:00 -05:00
Joel Martin
b3658328e4 Merge branch 'master' of github.com:kanaka/mal 2016-10-31 17:41:58 -05:00
Joel Martin
1b03073347 Merge branch 'basic' 2016-10-31 17:40:29 -05:00
Joel Martin
1b2453005e Basic: update the README. 2016-10-31 17:38:28 -05:00
Dennis Felsing
4dab2092b0 Update Nim to 0.15.2, clean up compiler warnings 2016-10-28 12:02:21 +02:00
Dov Murik
aa62cbda71 vimscript: Use Vim 8.0 lambdas to reduce boilerplate code 2016-10-25 22:33:02 +00:00
Joel Martin
8e3f833add Merge pull request #239 from wasamasa/picolisp
Picolisp
2016-10-25 17:20:07 -05:00
Vasilij Schneidermann
b6263859a9 Extend README 2016-10-25 23:43:32 +02:00
Joel Martin
f60f33e0d8 Haskell: update docker image to 7.10.3
This goes along with https://github.com/kanaka/mal/pull/238
2016-10-06 17:55:58 -05:00
Iqbal Ansari
b0e083743e Add GNU CLISP to the list of implementations 2016-08-29 22:35:43 +05:30
Joel Martin
5c34565f8d README: add PowerShell, implementation 58. 2016-08-24 17:42:19 -05:00
Vasilij Schneidermann
385a08eb76 Mention in README 2016-08-08 01:19:05 +02:00
Joel Martin
a3a6f68098 Swift3: update to Swift 3 Preview 3. 2016-07-31 23:25:23 -05:00
rhysd
d10848bb1d Crystal: subcommand is changed from 'build' to 'compile' 2016-06-25 08:21:15 +09:00
Dov Murik
4eb88ef295 Logo implementation
Tested on UCBLogo 6.0 with some minor tweaks (for performance and adding
a `timems` function).  The tweaks are performed during Docker image
creation (see Dockerfile).

Tests of step 5 are skipped because UCBLogo is too slow.

Interop is available via `(logo-eval "logo code to run")`.

The `examples` directory contains a Mal example of drawing a tree using
turtle graphics.
2016-06-17 16:36:09 -04:00
Hinrik Örn Sigurðsson
a708140106 Add Perl 6 implementation
All tests pass, but readline support (via Linenoise module) is commented
out in step0_repl.pl as it is not a core module. Should maybe change it
when docker support is added.
2016-06-11 15:02:06 +00:00
rhysd
492144ce47 Crystal: Fix steps for Crystal v0.17.4 2016-06-07 02:30:44 +09:00
Joel Martin
b88bb764ff *sql: update Makefiles, README. Logon override. 2016-05-22 00:18:25 -06:00