Hi there,
it is possible to create a standalone script on Unices:
#!/home/user/polyml-5.9/bin/poly --script
print "Hello World!\n"
But the Windows executable creates a window. Is it possible to compile
a Poly/ML read-eval-print loop that I could start in a cmd window? My
goal would be to write standalone scripts for Windows.
- Gergely