LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

Reading input without printing to terminal #392

Open LightAndLight opened 1 year ago

LightAndLight commented 1 year ago

When a user types input for readln, the input is visible in the terminal. This means readln isn't very good for passwords. I'd like a variant of readln for "sensitive" inputs.