This is a sample program using new features.
Example: To run this program, an envrionment variable "OSNAME" must be specified.
$ env OSNAME=cygwin smlsharp # use "load.sml"; : # HTTPD.start true 0w8080 "/home/yamato/public_html/"; (* open Web browser and request http://localhost:8080/index.html *) # HTTPD.shutdown ();Current supported OSNAME is:
cygwin
solaris
linux_x86