Planet Dynamic or: How I Learned to Stop Worrying and Love Reflection

pdf

ABSTRACT

A fundamental belief underlying forty years of programming languages research, aptly captured by the slogan "Well-typed programs can't go wrong", is that programs augmented with machine-checked annotations are more likely to be free of bugs. But of course, real programs do go wrong and programmers are voting with their feet. Dynamic languages such as Ruby, Python, Lua, JavaScript and R, unencumbered by types, are increasingly popular. JavaScript, the lingua franca of the web, is moving to the server. R, another dynamic language, is widely used for data analysis and visualization. Not only are these languages devoid of types, but they utterly lack any static structure that could be used for program verification. This talk will draw examples from recent results on JavaScript to illustrate the extent of the problem and propose some directions for research.

BIO

Jan Vitek is Full Professor and Faculty Scholar in the Computer Science Department at Purdue University. He led the development of the Ovm hard real-time Java virtual machine. He is a founder of Fiji systems. His research interests span from programming language design and implementation to real-time and embedded systems. He is the chair of SIGPLAN.

Tags:
Submitted by Katie Dey on