9 lines
421 B
Markdown
9 lines
421 B
Markdown
# 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!
|