Log into code.pyret.org (CPO) and click "Run". Experiment with each of the functions listed below, trying to find an expression that will build. Record the contract and example code for each function you are able to successfully build!

Name Domain Range

triangle

::

Number, String, String

->

Image

triangle(80, "solid", "darkgreen")

star

::

->

circle

::

->

rectangle

::

->

text

::

->

square

::

->

ellipse

::

->

regular-polygon

::

->

Challenge: Composing with Circles of Evaluation

What if we wanted to see your name written on a diagonal?

  • We know that we can use the text function to make an Image of your name.

  • Pyret also has a function called rotate that will rotate any Image a specified number of degrees.

# rotate :: Number, Image -> Image

But how could the rotate and text functions work together? Draw a Circle of Evaluation, translate it to code and test it out in the Editor!

These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, 1738598, 2031479, and 1501927). CCbadge Bootstrap by the Bootstrap Community is licensed under a Creative Commons 4.0 Unported License. This license does not grant permission to run training or professional development. Offering training or professional development with materials substantially derived from Bootstrap must be approved in writing by a Bootstrap Director. Permissions beyond the scope of this license, such as to run training, may be available by contacting contact@BootstrapWorld.org.