filmov
tv
Writing a compiler: Exceptions Part 3, fixing the lexical vs dynamic scope issue
Показать описание
I'm writing a programming language that resembles Ruby, called Natalie.
In this video, we fix the main flaw in our approach to exception handling: the environment scoping issue. This project forced out a problem with our understanding of how exceptions are handled: dynamically.
In this video, we fix the main flaw in our approach to exception handling: the environment scoping issue. This project forced out a problem with our understanding of how exceptions are handled: dynamically.