Prev: Function that knows its argument's variable name
Next: What does Error: 'module' object is not callable Mean?
From: Kev Dwyer on 15 Mar 2010 03:50 On Sun, 14 Mar 2010 14:40:34 -0700, _wolf wrote: >> There's a recent thread about this on the python-dev list, > > pointers? i searched but didn't find anything. http://mail.python.org/pipermail/python-dev/2010-March/098354.html
From: _wolf on 24 Mar 2010 13:44 yes we can! http://github.com/facebook/pyre2 as pointed out by http://stackoverflow.com/users/219162/daniel-stutzbach now gotta go and try it out.
From: Tim Wintle on 25 Mar 2010 05:34 On Wed, 2010-03-24 at 10:44 -0700, _wolf wrote: > yes we can! http://github.com/facebook/pyre2 I had made a thin wrapper experiment with here - looks like the version he's shipped is relatively complete and compatible with the re module though. I'll be interested in seeing how well it performs - The wrapper I had been experimenting with ended up far slower than the re module for simple expressions - and the fastest codepaths in RE2 seem to be ones that are incompatible with the API we're used to using in the re module. Tim
First
|
Prev
|
Pages: 1 2 Prev: Function that knows its argument's variable name Next: What does Error: 'module' object is not callable Mean? |