Re: Using async Nim procedures in Python

2020-02-25 Thread yglukhov
Second to what dom96 said. Making nimpy async compatible is something I thought about and definitely it should be possible and not that hard. Doesn't mean I'm doing it right now, but prs are welcome, and feel free to ask details should you need any.

Re: Using async Nim procedures in Python

2020-02-24 Thread dom96
This is a cool idea and doing this might actually not be too difficult. The main pieces to get this working are likely: * Calling Nim's async event loop from Python's periodically * Interoperability between Nim's futures and Python's (not strictly necessary, but would allow awaiting Nim's

Using async Nim procedures in Python

2020-02-24 Thread ondrej_zapletal
Hello, I have been looking on Nim for couple of months now, and I have to say that I'm very intrigued. I'm currently working for a company that is mainly using python. Our core application is almost entirely written in it (some small parts are written in cython). It is quite large (close to