Stream: beginners

Topic: ✔ How do I read many stdin lines with new compiler platform?


view this post on Zulip Artem (Jan 06 2026 at 18:59):

In case anyone reads this topic to find out about stdin: made a function to read it in chunks, no more stack overflow, but performance is surprisingly awful

view this post on Zulip Notification Bot (Jan 06 2026 at 18:59):

Artem has marked this topic as resolved.

view this post on Zulip Anton (Jan 07 2026 at 09:31):

Artem said:

In case anyone reads this topic to find out about stdin: made a function to read it in chunks, no more stack overflow, but performance is surprisingly awful

I made https://github.com/roc-lang/basic-cli/issues/416 for the perf issue


Last updated: Jan 12 2026 at 12:19 UTC