Re: erl_call -q

Leo Liu <[email protected]> Wed, 30 Mar 2022 19:06:59 +0800
Newsgroups gmane.comp.lang.erlang.general
Message-ID <[email protected]>
On 2022-03-30 13:40 +0300, Bogdan Andu wrote:
> io_lib:format/2 is totally ignored, for example.

Returning a value has no side-effect thus you see nothing with
io_lib:format. io:format/2 prints to stdout.

> Rhetorical questions anyway, here. I know -eval will not receive
> proper love.

Why not? If you report a bug or feature request they usually get fixed
or implemented.

Leo