sophia

Results 7 issues of 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...

feature-request

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)`:...

bug
enhancement

🐛

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:![Image](https://github.com/user-attachments/assets/f62af472-a2b8-4872-9aa5-38a941486be6) The inset is...

enhancement
teachpack

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.