filmov
tv
Time Traveling Debugger - Part 1
![preview_player](https://i.ytimg.com/vi/pDOLtvPjYXM/maxresdefault.jpg)
Показать описание
In this video I demonstrate the time traveling debugger I built over my vacation. A time traveling debugger is a debugger that can step backwards in time. I devised a scheme to implement this concept using immutable data structures within the programming language. The Fun Programming Language was used as the test bed for implementing this concept.