Rendered at 11:39:39 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
kelsolaar 2 hours ago [-]
This should be part of the Standard Library if so efficient.
peterabbitcook 8 hours ago [-]
I think I’m a little skeptical.
#pragma is a real keyword in C but # is just a comment in python - why not use a pythonic @decorator?
Vendoring a library like this into an app seems like a lot more toil than just writing the native multiprocessing python code, or using something built for number crunching like arrayfire or numpy
asplake 4 hours ago [-]
You can @decorate a for-loop?
I wish there were easier ways to play with syntax in Python, but there we are.
peterabbitcook 8 hours ago [-]
Though I guess using @decorator semantics would make it look a lot like python-numba syntax
soumik15630m 7 hours ago [-]
just wanted to make sure ... even if someone someday wishes to revert the decision of using lucen they will be okay with just removing the import hooks - and run everything as native -- and when they have time, they can clear the comments but till then they can work without thinking
#pragma is a real keyword in C but # is just a comment in python - why not use a pythonic @decorator?
Vendoring a library like this into an app seems like a lot more toil than just writing the native multiprocessing python code, or using something built for number crunching like arrayfire or numpy
I wish there were easier ways to play with syntax in Python, but there we are.