LightAndLight / ipso

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

`readln` doesn't work in the REPL #428

Open LightAndLight opened 6 months ago

LightAndLight commented 6 months ago

Typing readln<ENTER> in the REPL hangs the program.

Expected behaviour: after typing readln<ENTER>, I can type stuff followed by <ENTER> and have that stuff returned as the result of readln.