I wonder if I can port Eliza to my TinyBasicWeb?
Post
I wonder if I can port Eliza to my TinyBasicWeb?
Decided I need FOR/NEXT loops, my minimalist scam of:
10 LET i=1
15 ?i
20 INC i
21 IF (i<10) THEN GOTO 15
is OK for a draw loop, but too frustrating for an actual data structure.
So now I'm arms-deep inside the interpreter again, and gotta figure out how I represent everything. Just about have it parsed, but it doesn't run yet.
Soundtrack: https://childrenofthecpu.bandcamp.com/album/back-to-b-a-s-i-c
#basic
Working code, but can't publish yet. I'm going *crazy* waiting for things to work.
#cyberhole #basic #retrocomputing