What if Trump narrowly loses, but refuses to concede?
scottaaronson.com1 pointsby elexhobby0 comments
loop(Data) ->
....
...
loop(newData).
When I see code like this I mentally "see" the last call as a "jump"
to the start of the code, rather than a recursive call to loop.
"""