Darius Bacon

Results 6 issues of Darius Bacon

With these patches the tests pass in Py3.4. This isn't done yet because I had to reimplement `__build_class__`, and that reimplementation doesn't yet support metaclasses or closures. It looks like...

I started reading rattle.py and noticed a couple of apparent mistakes. I'm still getting acquainted with the code, and I'm using Python 3.5 which won't run all of rattle, so...

Back in the 1990s I remember finding a bug in the queues code. Since I've lost the email and forgotten the problem, I'll try to reconstruct it now. The code...

How do you build and run this code? There's a Makefile, but 'make' complains: ``` $ make make: *** No rule to make target `cli-assets-dev.js', needed by `browser.js'. Stop. ```...

The compiler in version 4 takes multiple seconds to compile `examples/disasm.st`, which is only 215 lines long. I started looking into why, and this issue is just to record what...

Some comments explaining structure that wasn't obvious to me right away. Also made exec() simpler. BTW your code is much faster than my teeny Python BDD. :-)