Hi all,
I've installed LispWorks personal edition and I'm trying to figure out how to compile a working program... There are two windows "listener" and "editor" in the GUI where I can type some commands and write a source code respectively.
I can not find any way to create an *.exe file though (I'm working under Win XP).
All I have is Compile and Load options in the menu and when I compile my source code it creates an *.ofasl file on the disk and this is as far as I can go.
I can not load any of these two files into "listener" or "editor" windows as it produce the following error:
"End of file while reading stream #<Concatenated Stream, Streams = ()>."
Can anyone explain me please how to make a program work inside LispWorks, what's the procedure for it or how to make a stand alone *.exe file?