Small Basic
Small Basic
After listening to .NET Rocks Episode 562, "Teaching Kids Programming," I downloaded Small Basic again to play around a bit. I uploaded a little triangle fractal program that's available here: http://smallbasic.com/program/?ZTR830 Here are a couple notables: The web-based view scales down the graphics, doesn't appear to support PenWidth, and doesn't draw as smoothly as the installed IDE does, so it's a little less nifty through the above URL. As far as I can tell, subroutines in Small Basic don't support parameters, which makes recursion a little more difficult, which makes fractals...