BTW, I’m thinking of calling this “BASIC Anywhere Machine- wwwBasic augmented by TiddlyWiki”. Comments/suggestions always welcome.
Any part of a BASIC program dynamically generated by TiddlyWiki. Pretty awesome.
Video: TiddlyWiki goodness to augment BASIC programming code - YouTube
Give the latest version a spin: Charlie'sBASIC Anywhere Machine — wwwBASICaugmented by TiddlyWiki
2 Likes
Just a little follow-up on wwwBasic language implementation.
This code works A-1:
read A$
while A$ <> “”
i = i + 1
print "Brother " + i + ": " + A$
read A$
loop
DATA {{{ [tag[Marx Brother]sort[]join[,]] }}}
Me being a huge fan of BASIC, that just tickles me silly …
read A$
while A$ <> “”
i = i + 1
print "Brother " + i + ": " + A$
read A$
wend
Just another fun example of TiddlyWiki giving wwwBasic a little helping hand:
print “<>”