Stream: announcements

Topic: split rename and new releases


view this post on Zulip Anton (Nov 29 2024 at 19:10):

Lots of updates :rocket: :roc:

If you still need one of the "pre Str.split change" nightlies, they're here

view this post on Zulip Isaac Van Doren (Nov 29 2024 at 19:16):

Thanks for all your work on this Anton!

view this post on Zulip Isaac Van Doren (Nov 29 2024 at 19:18):

With Advent of Code coming up, there's also a new List.splitOn function which will allow you to write code like this

List.splitOn input '\n'

instead of this

Str.splitOn input "\n" |> List.map Str.toUtf8

view this post on Zulip Agustin Romero (Dec 05 2024 at 19:20):

do this go with purity inference?

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:20):

These changes are unrelated to Purity Inference

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:20):

And have been on different release schedules

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:20):

These changes are already out

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:21):

Purity Inference is out for the core language if you opt in, but the platforms aren't there yet

view this post on Zulip Anthony Bullard (Dec 05 2024 at 19:22):

Is there any platform that is stable on PI?

view this post on Zulip Agustin Romero (Dec 05 2024 at 19:22):

wanted to have a go at AOC with PI. Any way to that now?

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:23):

I don't think so. Basic-cli is close

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:23):

@Agustin Romero absolutely! You just need to use the branch basic-cli called purity-inference

view this post on Zulip Sam Mohr (Dec 05 2024 at 19:24):

Not seeing a pre-built version of the platform...

view this post on Zulip Agustin Romero (Dec 05 2024 at 19:32):

guess i will have to figure out how to build it and use it?

view this post on Zulip Luke Boswell (Dec 05 2024 at 19:37):

Anthony Bullard said:

Is there any platform that is stable on PI?

Yes, the graphics platform has been purity inference for a while.

https://github.com/lukewilliamboswell/roc-ray


Last updated: Jul 26 2025 at 12:14 UTC