[erlang-questions] interactive console program in erlang?

Alain O'Dea alain.odea@REDACTED
Sat Jan 22 17:20:32 CET 2011


On 2011-01-22, at 10:38, pozortucnak <pozortucnak@REDACTED> wrote:

> Hi
> Can I run some interactive console program in erlang? I try os:run(nano) but
> that do not word.
> 
> Thank

This is doable with open_port.  It is not trivial though.  Instead of STDIN and STDOUT you communicate with nano using messages. It would be pretty awkward.


More information about the erlang-questions mailing list