[ANN] Blog post about Clojure and Python Interop

2019-07-29 Thread Chris Nuernberger
We published a blog post about one specific but important tactic I used when writing libpython-clj in order to allow python to call clojure functions. I don't think this is necessary knowledge to use panthera or libpython-clj but it is a key piece to building a new binding to a C system elsewhere a

Re: [ANN] tarantella 1.1.1

2019-07-29 Thread Jason Felice
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 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 > demonstr

[ANN] tarantella 1.1.1

2019-07-29 Thread Mark Engelberg
"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 ha