Anybody remember Logo, a teaching language from the 80's? Its big plus was
that you could use it to drive a 'turtle' around the floor and draw shapes.
ISTM that Ruby would be an ideal environment for this - either using a
graphical display plus an irb-like shell at the bottom of the screen, or
indeed controlling a real robot turtle.
I've actually done a little playing with this idea for a future Ruby Quiz. I've written some code and played around, but just haven't stumbled across the perfect quiz angle yet. I know it's in there though!
James Edward Gray II
···
On Apr 14, 2005, at 10:21 AM, Brian Candler wrote:
Anybody remember Logo, a teaching language from the 80's? Its big plus was
that you could use it to drive a 'turtle' around the floor and draw shapes.