On this page:
Designing with Style
6.12

Lab 12: Applying the Design Process (1/2)

Implement this lab with the Beginning Student Language. Require the HtDP2e image and universe libraries at the top of your definitions:
(require 2htdp/image)
(require 2htdp/universe)

Make sure you follow The Style we use for the {B,I,A}SL{,+} languages in this class.

Designing with Style

In Assignment 4: Style and design, you were asked to methodically apply the design recipe to develop a graphical text editor. In this lab, the TAs will lead an interactive session developing a solution to this assignment, highlighting the steps of the design process and arguing for their utility.