Skip to content

Commit

Permalink
More mal links.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Feb 23, 2017
1 parent f277163 commit 6acb9ef
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Expand Up @@ -115,16 +115,26 @@ Mapping the constellation of [Clojure](https://en.wikipedia.org/wiki/Clojure)-li

Notable/usable implementations follow.

### [malc](https://github.com/dubek/malc)

> Mal (Make A Lisp) compiler
* Compiler for Mal, written in Mal itself.
* Compiles a Mal program to LLVM assembly language (IR), and then uses the LLVM optimizer, assembler and gcc linker to produce a binary executable.

### [miniMAL](https://github.com/kanaka/miniMAL)

> A Delightfully Diminutive Lisp. Implemented in < 1 KB of JavaScript with JSON source.
* [Try it](https://kanaka.github.io/miniMAL/).
* Uses JSON syntax.


### [Mal PHP](https://github.com/kanaka/mal/tree/master/php)
### [mal/php](https://github.com/kanaka/mal/tree/master/php)

* Implemented in PHP.
* Interop with & runs where PHP does.

### [mal/ruby](https://github.com/kanaka/mal/tree/master/ruby)

* Implements the #mal IRC bot.

0 comments on commit 6acb9ef

Please sign in to comment.