Browse Source

Update README.md

Ahmad Alhour 7 years ago
parent
commit
7a4ba83c61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -441,7 +441,7 @@ _This section aims at listing code projects of Compilers, Interpreters, Translat
   * [Hython](https://github.com/mattgreen/hython) - Haskell-powered Python 3 interpreter.
     + Discussions: [Reddit](https://redd.it/46f8j4).
   * [llgo](https://github.com/llvm-mirror/llgo) - Go frontend for LLVM written in Go.
-  * [Mal's Interpreter](https://github.com/kanaka/mal) - Clojure-inspired Lisp interpreter implemented in 64 languages.
+  * [MAL](https://github.com/kanaka/mal): Make a Lisp - Clojure-inspired Lisp interpreter implemented in 64 languages.
   * [MetaScala](https://github.com/lihaoyi/Metascala) - Metacircular JVM implementation in Scala.
   * [mini-js](https://github.com/maierfelix/mini-js) - Experimental self-hosted JavaScript compiler in 1K LoC.
   * [MunVM](https://github.com/MunVM/MunVM) - Lua VM & Compiler in C.