Neat-Lang / neat

The Neat Language compiler. Early beta?
BSD 3-Clause "New" or "Revised" License
110 stars 9 forks source link

stdlib: Print function that doens't emit newline #58

Open rsaarelm opened 3 months ago

rsaarelm commented 3 months ago

print is already used for newlining version, so this needs to be called something else.

prit for print without '\n' was suggested in IRC.

FeepingCreature commented 3 months ago

Should be implemented as a FILE wrapper with a write method, so you can just stdout.write(): would also solve #54 .