Stream: show and tell

Topic: Roc ASCII


view this post on Zulip Hannes (May 03 2024 at 02:02):

https://github.com/Hasnep/roc-ascii

Most of the time it's best to support UTF-8, but sometimes you have data that is just ASCII and you can avoid some of the complexity of UTF-8, so I made a quick package with two types: an ASCII string and an ASCII character. See the docs for more info: https://hasnep.github.io/roc-ascii

view this post on Zulip Hannes (Feb 03 2025 at 12:10):

I've just released v0.3.0 of roc-ascii which supports Roc v0.0.0-alpha2 and changes the Ascii type from an opaque type to a plain List Char :)


Last updated: Jul 06 2025 at 12:14 UTC