Yona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
Shorten socket\Connection::read_until to ::read_until or this::read_until or similar:
module socket\Connection exports read_line as
# read from socket, until LF (ord 10)
read_line connection = socket\Connection::read_until connection (\b -> b != 10b)
end
Shorten
socket\Connection::read_until
to::read_until
orthis::read_until
or similar: