Completed
What makes static analysis difficult in APL?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Static Analysis of APL in APL - Development Tools and Verification
Automatically move to the next video in the Classroom when playback concludes
- 1 What tools for APL development would make my life easier?
- 2 Static analysis can provide confidence about bugs, policy and security
- 3 A static analyser in brief
- 4 What makes static analysis difficult in APL?
- 5 Initial targets for incremental development
- 6 Architecture of a static analyser
- 7 Open questions about usability
- 8 Development path
- 9 How should we handle dynamic code?
- 10 Enforcing constraints and limiting behaviour in code bases
- 11 Questions you might have about your own APL code