A Talk for “Off the Beaten Track”
Posted: 2011/12/16 Filed under: news | Tags: conferences, programming languages, publications, talks Leave a comment »Below is a short synopsis of a talk, loosely inspired by this old post, that I’ll be giving at Off the Beaten Track: Underrepresented Problems for Programming Language Researchers, in Philadelphia, PA on January 28, 2012. If by some odd chance you happen to be there, or if this just sounds interesting, I’d love to hear your thoughts. Unfortunately, I only have five minutes of talking time, and so I won’t be able to unpack the full motivation or elaborate specific proposals during the talk proper, as reflected in the brevity of the synopsis. That said, I do have considerably more to say on both these points, which would make a great future post.
Symbolic computation occupies its own universe with its own laws. Intuitively, such abstract and purely symbolic universes are also extremely orderly. Given this order, it seems only natural that formal logic should provide a powerful tool for reasoning about phenomena in the symbolic universes of computation. This is no idle observation; nearly a century of intellectual labor has developed and analyzed the deep and remarkable relation between logic and computation, yielding useful tools in the form of type systems, theorem provers, model checkers, and novel programming language paradigms. Logic is an essential tool for computer science because it makes precise and clear the ways in which programs are, in their essence, simple and orderly.
In a precise and very well-defined sense, programs are also fundamentally complex and disorderly. This fact should not be completely surprising, or even wholly controversial; there are well-known theoretical limits to what logic can reveal about programs. It is in the face of exactly such complexity and disorder that logic is powerless. The implications of this observation, however, are profound; the pioneering work of Kolmogorov, Solomonoff, and Chaitin illustrated that even purely symbolic, computational universes are subject to the same tendency to complexity and disorder observed in the physical universe. Just as the study of dynamic physical systems promises a deeper understanding of phenomena that heretofore confounded the physical sciences, a deeper exploration of complexity offers the potential for new and powerful tools for analyzing and understanding computational systems.
Unfortunately, most developments in computational complexity have been confined to pure mathematics and to the theory of abstract computation. Tools for precisely analyzing the structure and degree of program complexity, however, would find application in virtually all fields of computer science, and lay the foundations of a methodology that would solidifiy the position of software development as a genuine engineering practice. Programming language research, with its awareness of the breadth and diversity of computational paradigms, its dynamic synthesis of theoretical and practical aspects of computing, and its mastery of program analysis and transformation, is uniquely positioned to realize the theoretical consequences of program complexity as practical tools. In order for these results to take shape, however, researchers must widen their view to encompass both halves of the dual nature of computation, as something essentially simple in structure but inescapably complex in its consequences.
Work in Progress: IFL 2011
Posted: 2011/08/31 Filed under: news | Tags: conferences, publications Leave a comment »I’ve been unable to post normally for the last couple weeks, as I’ve been working feverishly on a submission to 23rd Symposium on Implementation and Application of Functional Languages (IFL’11). Although I probably shouldn’t discuss the details of the paper ahead of its review, I will hopefully be able to resume writing here on the usual variety of other topics, with some inspiration from all the work I’ve put in on this result.
If you do happen to be attending IFL in Lawrence, Kansas this October, be sure to look for my talk. Otherwise, I look forward to seeing you here!
–s