newt recently hit the (long over-due) milestone of basic I/O. Examples:

The examples rely on place-holder standard library definitions, specified in https://github.com/cqcallaw/newt/blob/0.1/tests/includes/io.nwt

Engineering the supporting functionality (recursive functions, using blocks, function overloads, import mechanisms, etc) took quite a bit of effort; memory management also chewed up a lot of time. I felt this cost was acceptable, since I’ve always intended for newt to be more than a proof-of-concept; I believe important data is lost in the implementation gaps and hand-waving that are frequently employed in POCs.

Happy New Year!