中文
相关论文

相关论文: Maximal Sharing in the Lambda Calculus with letrec

200 篇论文

We investigate the relationship between finite terms in {\lambda}-letrec, the {\lambda}-calculus with letrec, and the infinite {\lambda}-terms they express. We say that a lambda-letrec term expresses a lambda-term if the latter can be…

编程语言 · 计算机科学 2016-10-20 Jan Rochel

We investigate the relationship between finite terms in lambda-letrec, the lambda calculus with letrec, and the infinite lambda terms they express. As there are easy examples of lambda-terms that, intuitively, are not unfoldings of terms in…

编程语言 · 计算机科学 2015-12-04 Clemens Grabmayer , Jan Rochel

We address a problem connected to the unfolding semantics of functional programming languages: give a useful characterization of those infinite lambda-terms that are lambda_{letrec}-expressible in the sense that they arise as infinite…

编程语言 · 计算机科学 2013-05-28 Clemens Grabmayer , Jan Rochel

As a supplement to my talk at the workshop, this extended abstract motivates and summarizes my work with co-authors on problems in two separate areas: first, in the lambda-calculus with letrec, a universal model of computation, and second,…

计算机科学中的逻辑 · 计算机科学 2024-10-02 Clemens Grabmayer

The $\lambda$-calculus is a handy formalism to specify the evaluation of higher-order programs. It is not very handy, however, when one interprets the specification as an execution mechanism, because terms can grow exponentially with the…

计算机科学中的逻辑 · 计算机科学 2019-07-16 Andrea Condoluci , Beniamino Accattoli , Claudio Sacerdoti Coen

There is still a lot of confusion about "optimal" sharing in the lambda calculus, and its actual efficiency. In this article, we shall try to clarify some of these issues.

计算机科学中的逻辑 · 计算机科学 2017-01-17 Andrea Asperti

Correctness of program transformations in extended lambda calculi with a contextual semantics is usually based on reasoning about the operational semantics which is a rewrite semantics. A successful approach to proving correctness is the…

编程语言 · 计算机科学 2010-12-23 Conrad Rau , Manfred Schmidt-Schauß

We study various representations for cyclic lambda-terms as higher-order or as first-order term graphs. We focus on the relation between `lambda-higher-order term graphs' (lambda-ho-term-graphs), which are first-order term graphs endowed…

计算机科学中的逻辑 · 计算机科学 2013-11-05 Clemens Grabmayer , Jan Rochel

We study various representations for cyclic lambda-terms as higher-order or as first-order term graphs. We focus on the relation between 'lambda-higher-order term graphs' (lambda-ho-term-graphs), which are first-order term graphs endowed…

计算机科学中的逻辑 · 计算机科学 2013-02-27 Clemens Grabmayer , Jan Rochel

Slot and van Emde Boas' weak invariance thesis states that reasonable machines can simulate each other within a polynomially overhead in time. Is lambda-calculus a reasonable machine? Is there a way to measure the computational complexity…

编程语言 · 计算机科学 2017-01-11 Beniamino Accattoli , Ugo Dal Lago

Extending the lambda-calculus with a construct for sharing, such as let expressions, enables a special representation of terms: iterated applications are decomposed by introducing sharing points in between any two of them, reducing to the…

计算机科学中的逻辑 · 计算机科学 2019-07-16 Beniamino Accattoli , Andrea Condoluci , Giulio Guerrieri , Claudio Sacerdoti Coen

Lambda calculus is the basis of functional programming and higher order proof assistants. However, little is known about combinatorial properties of lambda terms, in particular, about their asymptotic distribution and random generation.…

计算机科学中的逻辑 · 计算机科学 2013-07-05 Katarzyna Grygiel , Pierre Lescanne

I present a model of universal parallel computation called $\Delta$-Nets, and a method to translate $\lambda$-terms into $\Delta$-nets and back. Together, the model and the method constitute an algorithm for optimal parallel…

计算机科学中的逻辑 · 计算机科学 2025-06-24 Daniel Augusto Rizzi Salvadori

For the lambda-calculus with letrec we develop an optimisation, which is based on the contraction of a certain class of 'future' (also: virtual) redexes. In the implementation of functional programming languages it is common practice to…

编程语言 · 计算机科学 2011-02-15 Jan Rochel , Clemens Grabmayer

The logic programming paradigm provides the basis for a new intensional view of higher-order notions. This view is realized primarily by employing the terms of a typed lambda calculus as representational devices and by using a richer form…

编程语言 · 计算机科学 2007-05-23 Gopalan Nadathur

The compactness lemma in programming language theory states that any recursive function can be simulated by a finite unrolling of the function. One important use case it has is in the logical relations proof technique for proving properties…

编程语言 · 计算机科学 2024-05-06 Matias Scharager

We study the problem of efficient, scalable set-sharing analysis of logic programs. We use the idea of representing sharing information as a pair of abstract substitutions, one of which is a worst-case sharing representation called a clique…

计算机科学中的逻辑 · 计算机科学 2008-07-10 Jorge Navas , Francisco Bueno , Manuel Hermenegildo

Slot and van Emde Boas' weak invariance thesis states that reasonable machines can simulate each other within a polynomially overhead in time. Is $\lambda$-calculus a reasonable machine? Is there a way to measure the computational…

计算机科学中的逻辑 · 计算机科学 2014-05-15 Beniamino Accattoli , Ugo Dal Lago

We report on work in progress on 'nested term graphs' for formalizing higher-order terms (e.g. finite or infinite lambda-terms), including those expressing recursion (e.g. terms in the lambda-calculus with letrec). The idea is to represent…

计算机科学中的逻辑 · 计算机科学 2015-05-28 Clemens Grabmayer , Vincent van Oostrom

We consider optimal distributed computation of a given function of distributed data. The input (data) nodes and the sink node that receives the function form a connected network that is described by an undirected weighted network graph. The…

分布式、并行与集群计算 · 计算机科学 2015-07-15 Pooja Vyavahare , Nutan Limaye , D. Manjunath
‹ 上一页 1 2 3 10 下一页 ›