Functional Problem Solving (CSC 151 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Setup] [VM] [Errors] - [Functions A-Z] [Functions By Topic] - [Racket] [Scheme Report (R5RS)] [R6RS] [TSPL4]
Related Courses: [Davis (2013F)] [Rebelsky (2014S)] [Weinman (2014F)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)]
Held: Friday, 31 October 2014
Back to Outline 32 - Characters and Strings. On to Outline 34 - Iteration.
Summary
We explore another imperative model of images, turtle graphics. In this model, we give drawing expressions to simulated robotic turtles.
Related Pages
Overview
Administrivia
Disclaimer: Although I knew much of this information, I did crib some ideas from Wikipedia and the Web for these notes.
turtle robot) hooked up to a computer. Hence, it made sense for the language to have some basic operations for the robot.
(turtle-new image).(turtle-forward! turtle amt)(turtle-turn! turtle angle)(turtle-up! turtle)(turtle-down! turtle)(turtle-teleport! turtle col row)(turtle-face! turtle angle)(turtle-show! turtle)