Matthew Martin

Results 25 comments of Matthew Martin

Still broken. Planning to implement exactly like taso/anu. Just parse the intention rather than quibbling over what the official rules are.

Ok, I just attempted to naively convert cheesecake to python 3, first using 2to3. Cheesecake in ast_pp.py, model.py, codeparser.py has a dependency on the [compiler module](https://docs.python.org/2/library/compiler.html). That module re-implemented the...

@griggheo I was, out of frustration with the large number of trash packages on pypi, writing a "package quality checker" of my own, [cheese_grader](https://github.com/matthewdeanmartin/cheese_grader). Along the way I stumbled on...

I can report that the code is noticeably slow with 100s of candidates. I just reduced the number of candidates & ran at an acceptable speed again.

Counterpoint though, it is kind of nice to have a pure python library. What sort of workloads were you expecting? For my algo, my intuition was that having 2 voters...