Implemented Kotlin MAL up to step 4
[jackhill/mal.git] / README.md
index 1ce783f..7ea9653 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ Mal is implemented in 41 different languages:
 * Java
 * JavaScript ([Online Demo](http://kanaka.github.io/mal))
 * Julia
+* Kotlin
 * Lua
 * GNU Make
 * mal itself
@@ -324,6 +325,18 @@ cd julia
 julia stepX_YYY.jl
 ```
 
+### Kotlin
+
+*The Kotlin implementation was created by [Javier Fernandez-Ivern](https://github.com/ivern)*
+
+The Kotlin implementation of mal has been tested with Kotlin M14.
+
+```
+cd kotlin
+make
+java -jar stepX_YYY.jar
+```
+
 ### Lua
 
 Running the Lua implementation of mal requires lua 5.1 or later,