Sciweavers

93
Voted
POPL
2015
ACM
9 years 11 months ago
Differential Privacy: Now it's Getting Personal
Differential privacy provides a way to get useful information about sensitive data without revealing much about any one individual. It enjoys many nice compositionality properties...
Hamid Ebadi, David Sands, Gerardo Schneider
POPL
2015
ACM
9 years 11 months ago
Self-Representation in Girard's System U
In 1991, Pfenning and Lee studied whether System F could support a typed self-interpreter. They concluded that typed selfrepresentation for System F “seems to be impossible”, ...
Matt Brown, Jens Palsberg
POPL
2015
ACM
9 years 11 months ago
Manifest Contracts for Datatypes
We study algebraic datatypes in a manifest contract system, a software contract system where contract information occurs as refinement types. We first compare two simple approac...
Taro Sekiyama, Yuki Nishida, Atsushi Igarashi
POPL
2015
ACM
9 years 11 months ago
Algebraic Effects, Linearity, and Quantum Programming Languages
We develop a new framework of algebraic theories with linear parameters, and use it to analyze the equational reasoning principles of quantum computing and quantum programming lan...
Sam Staton
POPL
2015
ACM
9 years 11 months ago
Summary-Based Context-Sensitive Data-Dependence Analysis in Presence of Callbacks
Building a summary for library code is a common approach to speeding up the analysis of client code. In presence of callbacks, some reachability relationships between library node...
Hao Tang, Xiaoyin Wang, Lingming Zhang, Bing Xie, ...