Files
csc/doc/intro.md
2018-12-21 12:30:21 +01:00

9 lines
421 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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!