SimpleIO in JEP draft 8323335

Cay Horstmann cay at horstmann.com
Mon Feb 19 08:14:31 UTC 2024



On 19/02/2024 09.03, Remi Forax wrote:

> In the other hand, i'm pretty sure "print" should be removed, because it's confusing to have both "print" and "println" (at least there is not "printf") and the semantics of "print" is not obvious for beginners ("println" and "readLine" are line oriented, but "print" is not).

The absence of print without a newline is a sharp edge for beginning Python programmers, who have to learn about print(something, end='') as soon as they want to print something like

*
**
***
****

--

Cay S. Horstmann | http://horstmann.com | mailto:cay at horstmann.com


More information about the amber-dev mailing list