Stream: beginners

Topic: RocStr impl on platforms


view this post on Zulip dank (Jan 25 2023 at 13:01):

Will it always be the case that the host needs to implement RocStr?
Can't it be the case that roc will export some of those primitive functions for the host's use,
so that the host wouldn't have to care about the internal data structure?

view this post on Zulip Richard Feldman (Jan 25 2023 at 13:03):

yeah we'd like to have roc glue generate those, but it doesn't do that yet!

view this post on Zulip Richard Feldman (Jan 25 2023 at 13:04):

(there's nothing blocking it from doing that already, it just hasn't been implemented yet)


Last updated: Jul 05 2025 at 12:14 UTC