Merge pull request #51 from jodylecompte/master

Added "Building a Spell-Checker in Clojure"
This commit is contained in:
Tu Tran 2018-03-02 08:46:18 -05:00 committed by GitHub
commit 8de1bd902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
## Clojure:
* [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html)
* [Bulding a Spell-Checker](https://bernhardwenzel.com/articles/clojure-spellchecker/)
## Elixir