An Abstract Machine for Strong Call by Value

September 15, 2020 Β· Declared Dead Β· πŸ› Asian Symposium on Programming Languages and Systems

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors MaΕ‚gorzata Biernacka, Dariusz Biernacki, Witold Charatonik, Tomasz Drab arXiv ID 2009.06984 Category cs.PL: Programming Languages Citations 12 Venue Asian Symposium on Programming Languages and Systems Last Checked 3 months ago
Abstract
We present an abstract machine that implements a full-reducing (a.k.a. strong) call-by-value strategy for pure $Ξ»$-calculus. It is derived using Danvy et al.'s functional correspondence from CrΓ©gut's KN by: (1) deconstructing KN to a call-by-name normalization-by-evaluation function akin to Filinski and Rohde's, (2) modifying the resulting normalizer so that it implements the right-to-left call-by-value function application, and (3) constructing the functionally corresponding abstract machine. This new machine implements a reduction strategy that subsumes the fireball-calculus variant of call by value studied by Accattoli et al. We describe the strong strategy of the machine in terms of a reduction semantics and prove the correctness of the machine using a method based on Biernacka et al.'s generalized refocusing. As a byproduct, we present an example application of the machine to checking term convertibility by discriminating on the basis of their partially normalized forms.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Programming Languages

Died the same way β€” πŸ‘» Ghosted