Subj : Re: Is anybody's favorite computer programming language not included here? To : comp.programming From : rem642b Date : Tue Jun 28 2005 09:22 pm > From: Matt > How about some VB.Net and ASP.Net?! Put those up on a server accessible from the Web, generating proper HTTP header with MIME type (text/plain or text/html) and I'll include links to them from my index. By the way, the ACM HelloWorld site http://www2.latech.edu/~acm/HelloWorld.shtml doesn't have any .net, so you might want to submit your source example there too. Probably best is to put it up on your own Web server first so I can verify it works from here, then point the ACM collector to your source. The ACM does have a Visual BASIC example http://www2.latech.edu/~acm/helloworld/visualbasic.html but it just declares a form on screen, it doesn't transmit anything to another host. The ACM site doesn't have any ASP whatsoever, so please tell them after you have your ASP up&running and I've verfidied it is accessible from here. Can you possibly set up both hello-world server pages for both VB/ASP.net and tell me so I can put links from here: http://www.rawbw.com/~rem/HelloPlus/hellos.html#step0 and then also set up one-step-beyond-hello-world for both which shows current local time at server and IP number of connecting client/broweser so I can put links from here: http://www.rawbw.com/~rem/HelloPlus/hellos.html#step1 Here are the languages I currently have included for HW and HW+1 respectively: * The classic 'Hello World!' (always the same text output) txt t/h html php sh* perl python lisp awk c c++ java (200 more at ACM) * One step beyond (non-static, output varies with time or IP number) php sh* perl python lisp c c++ java .