Hacker News new | past | comments | ask | show | jobs | submit login

Use mochi if you really want to use FP in python.

https://github.com/i2y/mochi




Interesting, thanks for the link. Do you know if it has any multicore (i.e. parallel) support? I looked but all I could see was support for concurrency.


For parallel programming, you need either:

https://docs.python.org/dev/library/multiprocessing.html#mod...

or

http://www.parallelpython.com/

or use the GPU using many available libraries.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: