I am trying my damnedest to learn PostScript, and I think I have some of the basic graphic operators nailed down. I'm starting to get a pretty good understanding of the stack, too. The red, blue, green, and ?grey? (Adobe type library) books have been excellent for this.
Unfortunately, I cannot figure out how to test my skills. I popped open a text editor, and wrote my code, now I need to display it. I have ghostscript and gview installed on my Mac, and they work, but they will not open my programs. None of the above 4 "rainbow" books mentions any sort of headers that a PostScript program needs to have (like the #!bin/bash of a shell script). Illustrator CS wants to open them as text files, and gview claims it has opened them, but will not display them.
Any hints on this? Does ghostscript need to process the files before gview can display them? Is there any kind of method to validate my PostScript code? And is there some PostScript integrated development environment out there?
Thanks in advance


