sophia
sophia
**Is your feature request related to a problem? Please describe.** Sometimes I have two files open in different tabs of the same window, and would like to have them visible...
Hi, I would like to be able to tell if a graph is directed or undirected. Would it be possible to add this to the interface and implement it by:...
The value of calling `set!` appears to be (some form of) void: ``` > (define x 1) > (set! x 2) (void) ``` but doesn't behave as `void` or `(void)`:...
🐛
Currently, 2htdp/universe adds a small inset to the drawn image. For example, ``` (require 2htdp/universe 2htdp/image) (big-bang (square 100 'solid 'purple) [on-draw values]) ``` looks like this: The inset is...
Resolves #235. I'm not sure about the phrasing or location of the documentation but I think it's clear enough for curious *SL users.