Stream: beginners

Topic: python


view this post on Zulip jse07 (Oct 15 2024 at 09:50):

Hello, im beginer on roc. I have a few questions. Can be a roc function be called using Python via PyO3?

Can be used the rust's grpc server lib on roc?

view this post on Zulip Anton (Oct 15 2024 at 10:19):

Hi @jse07,

Can be a roc function be called using Python via PyO3?

I'm not familiar with PyO3 but I expect that to be possible. You can also do it without PyO3. Although (for both approaches) for non-trivial use, I would recommend a good dose of general experience with the low level stuff like you see here

Can be used the rust's grpc server lib on roc?

The async stuff may be tricky, can you talk some more about how you want to combine the two?


Last updated: Jul 05 2025 at 12:14 UTC