initial & last

This commit is contained in:
2018-12-21 19:04:12 +01:00
commit b50497a625
9 changed files with 8213 additions and 0 deletions

8
doc/intro.md Normal file
View File

@@ -0,0 +1,8 @@
# Introduction to csc
This is a simple spellchecking application that was born from [this
tutorial](https://bernhardwenzel.com/articles/clojure-spellchecker/) and
extended a bit. It has been quite a while since I touched Clojure, and I like to
do little katas to get back into a language. I started with something simple but
instructive, trying out how dependencies work, and how to write clean
algorithms. twas fun!