Select Page

PL Perspectives

Perspectives on computing and technology from and for those with an interest in programming languages.
Archive of posts tagged: programming languages
How the SIGPLAN Budget Works

How the SIGPLAN Budget Works

SIGPLAN runs on a simple arithmetic: around $2M USD a year in conference registration income from POPL, PLDI, ICFP, and SPLASH/OOPSLA must cover the conferences themselves, some $300K in annual community support (PLMW, PAC travel funding, summer schools, and awards), and new student presenter travel grants — all while keeping the reserve ACM requires. In this post, the SIGPLAN Treasurer explains where the money comes from, why conferences ran at a loss for five years after COVID, how the new $300-per-day registration target was set, and what it all means for the PL community.

Read more...

Language Design in the Real World

Language Design in the Real World

Real programming languages are living things, changing and evolving. As with any production code, most of their designer’s time is spent on bug fixing and small improvements, rather than on the radical new features. One of the unique things about Kotlin is that it has been evolving in the use-case and community-driven fashion for years, starting way before it went to the stable 1.0 release in 2016, even for some time before it went public in 2011. Language design in the real world is a maintenance of a complex system and it runs into novel research questions with respect to type systems, feature interactions, usability, real-life code patterns in big code, etc.

Read more...