diff basicweb.rhope @ 47:6202b866d72c

Cleaned up constructor names and merged some other changes in to support the Rhope website
author Mike Pavone <pavone@retrodev.com>
date Tue, 22 Dec 2009 01:22:09 -0500
parents 76568becd6d6
children 1f39e69446f9
line wrap: on
line diff
--- a/basicweb.rhope	Tue Dec 01 03:59:31 2009 -0500
+++ b/basicweb.rhope	Tue Dec 22 01:22:09 2009 -0500
@@ -9,7 +9,7 @@
 {
 	Print["Starting webserver"]
 	//Since we're just serving static files we don't need to setup any handlers
-	handlers <- New@Dictionary[]
+	handlers <- Dictionary[]
 	//Start listening on port 80
 	Listen on Port[80,["Connection Start"]Set Input[1, handlers]]
 	Wait Forever[]