Skip to content

Commit

Permalink
Add other languages section
Browse files Browse the repository at this point in the history
  • Loading branch information
kitasuke authored Feb 16, 2019
1 parent e64a654 commit eae17c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

Monkey programming language from [Writing an interpreter in Go](https://interpreterbook.com) and [Writing a compiler in Go](https://compilerbook.com) books.

- [monkey-swift](https://github.com/kitasuke/monkey-swift)

## REPL

1. Run `go build -o monkey-go && ./monkey-go` in your terminal

## Other languages

- [monkey-swift](https://github.com/kitasuke/monkey-swift)

0 comments on commit eae17c4

Please # to comment.