Homework
Name:
Anonymous
2009-06-01 18:09
Ask interactively for the user's name, then greet them if they are ``Sussman'', using QBasic.
Name:
Anonymous
2009-06-01 18:10
I think the best way to approach this would be to write a small lisp interpreter in qbasic, then write the program in lisp
Name:
Anonymous
2009-06-01 18:11
Name:
Anonymous
2009-06-01 18:47
I agree with 2 except instead of starting with qbasic we should do a metacircular interpreter in lisp itsself.
Name:
Anonymous
2009-06-01 20:30
PRINT "WHAT MIGHT YOUR NAME BE?"
INPUT YOURNAME$
IF YOURNAME$="Sussman" THEN PRINT "HALLO-"
What do I win?
Name:
Anonymous
2010-12-26 19:35