sophia

Results 12 comments of sophia

Currently, `add-edge!` behaves like `add-edges-in-both-directions!` when used on a directed graph, right? I think ideally it would instead only add one edge (or error?), but that would be a breaking...

If they are different substructs, what happens when you call `add-directed-edge!` on an undirected graph? Does it create and copy its data to a new directed graph? Also, having 4...

In that case, it might make sense to combine `add-edge!` and `add-directed-edge!` into just `add-edge!`.

Also to think about, 4 structs would mean `directed-graph?` and `weighted-graph?` (etc.) would need to be defined explicitly instead of as structure predicates. Would you be okay with a flag...

This looks like the same issue as #21. Here is an abridged concrete example from a course: ```racket (define (evaluate-complex expr dict) ... [(eq? operator 'define) (begin (set! dictionary (make-binding...

What is the result of `plugin list` within micro? How did you install autofmt?

Can you add it to the readme as well?

Agh. I closed #2 because I was able to install the plugin on a new system and have it work correctly. It's strange it lists autofmt as installed by the...

Oh what OS are you on?