Skip to content

Commit

Permalink
Hy: add to README and travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Sep 22, 2017
1 parent 1872f73 commit ccab8f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ matrix:
- {env: IMPL=haxe haxe_MODE=python, services: [docker]}
- {env: IMPL=haxe haxe_MODE=cpp, services: [docker]}
- {env: IMPL=haxe haxe_MODE=js, services: [docker]}
- {env: IMPL=hy, services: [docker]}
- {env: IMPL=io, services: [docker]}
- {env: IMPL=java, services: [docker]}
- {env: IMPL=js, services: [docker]}
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Mal is a Clojure inspired Lisp interpreter.

Mal is implemented in 69 languages:
Mal is implemented in 70 languages:

* Ada
* GNU awk
Expand Down Expand Up @@ -36,6 +36,7 @@ Mal is implemented in 69 languages:
* GNU Smalltalk
* Haskell
* Haxe (Neko, Python, C++ and JavaScript)
* Hy
* Io
* Java
* JavaScript ([Online Demo](http://kanaka.github.io/mal))
Expand Down Expand Up @@ -501,6 +502,15 @@ make all-js
node ./stepX_YYY.js
```

### Hy

The Hy implementation of mal has been tested with Hy 0.13.0.

```
cd hy
./stepX_YYY.hy
```

### Io

*The Io implementation was created by [Dov Murik](https://github.com/dubek)*
Expand Down

0 comments on commit ccab8f5

Please sign in to comment.