Something went wrong while setting issue due date.
ecl -shell does not support input stream from heredoc
ECL fails to read from stream when a heredoc is used instead of a file.
$ ecl -shell <<< "(print 1)"
An error occurred during initialization:
NIL is not of type STREAM..
$ ecl -shell << EOF
(format t "Hello World!~%")
EOF
An error occurred during initialization:
NIL is not of type STREAM..
It should act the same as if it was passed the path of a file with the lisp code in it.
System and ECL details:
$ ecl --version
ECL 13.5.1
$ uname -a
Linux knuth 3.19.0-43-generic #49~14.04.1-Ubuntu SMP Thu Dec 31 15:44:49 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux