Stream: beginners

Topic: Question about platforms


view this post on Zulip Edward Stembler (Oct 26 2024 at 04:41):

Let's say I needed to use AWS (or GCP) in my Roc program. Would there be a corresponding library written in pure Roc? Or, would someone need to create a platform used by Roc? Like using the AWS crate in Rust to create a platform for Roc, or Go + GCP libraries for a similar GCP platform used by Roc?

view this post on Zulip Luke Boswell (Oct 26 2024 at 04:58):

Someone will write a package in pure roc I imagine. And then any platform that has say support for TCP primitives will be able to use it.


Last updated: Jul 06 2025 at 12:14 UTC