spyscope
spyscope copied to clipboard
Examples Are Odd
Is there a reason you chose:
(take 20 (repeat (+ 1 2 3)))
as an example? It seems like there are real situations which might provider a better idea of what the library will print, and when.
So in one sense I guess I understand what is happening with those examples. It's not a trace.
At first blush though, it looked like the messages which would be spit out of a stacktrace.
I wonder if there's a way to make this more obvious?