Adding `scanf` like macros to the standard library

Personally, I think that functions like these that make parsing input easy should be added to the standard library. It’s a basic, common task that I think every language should support without external libraries. Thoughts?

2 Likes

I haven’t looked closely at that exact design, but in general, I agree. It is one of the things I really miss and feel is really important.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.