soegaard / sketching

A Racket library for creative drawings and animations. Inspired by Processing.
110 stars 10 forks source link

Improve error message for foo.bar when foo is bound to a non-object value. #73

Open soegaard opened 2 years ago

soegaard commented 2 years ago

Example:

#lang sketching
(define (setup) (size 640 360))
(define star (create-shape))
(start.begin-shape)