Added "Building a Spell-Checker in Clojure"

This commit is contained in:
Jody LeCompte 2018-02-27 00:44:47 -06:00 committed by GitHub
parent a0846d20a3
commit b398fdac28
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