Arc Forumnew | comments | leaders | submitlogin
6 points by lol 5922 days ago | link | parent

obviously this whole thing is just an excercise in showing off the builtin session support of languages... so i chose to ignore the state management requirement, and submit my entry in BASIC:

print "enter your message";

input a$

print "hit enter here";

input

print "you said: ";a$

i am so impressed now...



2 points by jfm3 5921 days ago | link

So true! The power of the web framework is the power of the web framework. It's almost unrelated to the power of the language substrate!

-----