Showing cs.PLShow all
3 papers · 1 filter
cs.PL2026
Getting Python Types Right with RightTyper
Juan Altmayer Pizzorno, Emery D. Berger
Python type annotations enable static type checking, but most code remains untyped because manual annotation is time-consuming and tedious. Past approaches to automatic type infere…
cs.PL2025
It's Not Easy Being Green: On the Energy Efficiency of Programming Languages
Nicolas van Kempen, Hyuk-Je Kwon, Dung Tuan Nguyen +1
Does the choice of programming language affect energy consumption? Previous highly visible studies have established associations between certain programming languages and energy co…
cs.PL2025
Effective LLM-Driven Code Generation with Pythoness
Kyla H. Levin, Kyle Gwilt, Emery D. Berger +1
The advent of large language models (LLMs) has paved the way for a new era of programming tools with both significant capabilities and risks, as the generated code lacks guarantees…