One of the least fun aspects of `Get` is that it a...
# development
h
One of the least fun aspects of
Get
is that it allowed implicit circular references (since they were only resolved at graph construction time). Switching to call-by-name is the tide going out and exposing that lack of hygiene…
f
w
Switching to call-by-name is the tide going out and exposing that lack of hygiene
This broke so many of my YOLOs
h
I’m doing
graph.py
now, and it’s been a ride
w
There were two or three files that made me stop and go back to the backends first approach and that was one of them
h
w
Thats not too bad, I may have also worked on it before we realized that some functions just had to be moved above the call site