This is really nice talk that's given me a bunch to think about.  Thanks!

On Mon, Jul 29, 2019 at 4:23 AM Mark Engelberg <mark.engelb...@gmail.com>
wrote:

> "You won't believe this one weird trick for solving Sudokus and other
> puzzles."
>
> Tarantella is an implementation of Knuth's Dancing Links algorithm. I
> demonstrated in my 2017 Clojure Conj talk how it can be used to solve an
> assortment of puzzles (https://youtu.be/TA9DBG8x-ys) and some of you may
> have played around with the library after that talk.
>
> I've recently made a number of improvements and refinements, and
> completely overhauled the README. Those of you with an interest in puzzles
> and/or constraint programming may enjoy reading through the README and
> getting a feel for how this library can be applied to certain classes of
> constraint problems.
>
> Tarantella is also a great case study in the combination of speed and
> expressiveness you can get by writing a Clojure API for a lower-level
> implementation written in Java.
>
> https://github.com/Engelberg/tarantella
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/CAORbMOPOPRZ%3DeJOWT3AKrzrfLTxq%2B4rOrGDpH5DxHLAOB0gxkQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/clojure/CAORbMOPOPRZ%3DeJOWT3AKrzrfLTxq%2B4rOrGDpH5DxHLAOB0gxkQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAB6_SoZqB2HSzZ22Q3aJf0qjQLs8Zv0uxgHdbRJk8vcrOqzz_A%40mail.gmail.com.

Reply via email to