You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, special request for reading from STDIN reads a line as a string and then reads this string as Convex Lisp. It should be possible avoiding that and handling directly with an InputStream or a Reader, it is just a matter of making them stop at the next newline.