is OK when loaded from file or pasted into newlisp-tk and evaluated. But if you paste into the newlisp.exe cmd shell it will not work.
(set 'digits '((" ### " " # " "#####" "#####" "# #" "#####" "# " "#####" "#####" " ### " \
" ")("# #" " ## " " #" " #" "# #" "# " "# " " #" "# #" "# #" " # "\
)("# #" " # " "#####" " ### " "#####" "#####" "#####" " ##" "#####" " ####" " ")("# \
#" " # " "# " " #" " #" " #" "# #" " # " "# #" " # " " # ")(" ### " " #\
" "#####" "#####" " #" "#####" "#####" " # " "#####" " # " " ")))
It is only one example. I have had different problems with inputting into newlisp.exe by sending it a lot of text.
Another thing I noticed is that when running newlisp.exe inside emacs on Windows the prompt does not appear. It seems to have something to do with GNU readline. This is no problem on Linux by the way.
Is this is a bug report?