Stream: beginners

Topic: How to call C/C++/Rust from Roc?


view this post on Zulip Undefined Behavior (Mar 21 2025 at 05:01):

as title. is there a Foreign Function Interface (FFI)?

view this post on Zulip Brendan Hansknecht (Mar 21 2025 at 06:22):

No

view this post on Zulip Brendan Hansknecht (Mar 21 2025 at 06:22):

Roc is completely pure except for platform interactions

view this post on Zulip Brendan Hansknecht (Mar 21 2025 at 06:23):

The platform theoretically could expose generic ffi (though it would be a bit of a hassle)


Last updated: Jul 06 2025 at 12:14 UTC