中文
相关论文

相关论文: Mixing Metaphors: Actors as Channels and Channels …

200 篇论文

Recent mainstream programming languages such as Erlang or Scala have renewed the interest on the Actor model of concurrency. However, the literature on the static analysis of actor systems is still lacking of mature formal methods. In this…

编程语言 · 计算机科学 2012-06-11 Silvia Crafa

Message-passing based concurrent languages are widely used in developing large distributed and coordination systems. This paper presents the buffered $\pi$-calculus --- a variant of the $\pi$-calculus where channel names are classified into…

计算机科学中的逻辑 · 计算机科学 2012-12-27 Xiaojie Deng , Yu Zhang , Yuxin Deng , Farong Zhong

Brand and Zafiropulo's notion of Communicating Finite-State Machines (CFSMs) provides a succinct and powerful model of message-passing concurrency, based around channels. However, a major variant of message-passing concurrency is not…

编程语言 · 计算机科学 2023-04-14 Dominic Orchard , Mihail Munteanu , Paulo Torrens

By requiring co-ordination to take place using explicit message passing instead of relying on shared memory, actor-based programming languages have been shown to be effective tools for building reliable and fault-tolerant distributed…

编程语言 · 计算机科学 2016-08-12 Simon Fowler

In a reversible language, any forward computation can be undone by a finite sequence of backward steps. Reversible computing has been studied in the context of different programming languages and formalisms, where it has been used for…

编程语言 · 计算机科学 2018-06-20 Ivan Lanese , Naoki Nishida , Adrián Palacios , Germán Vidal

Actor systems are a flexible model of concurrent and distributed programming, which are efficiently implementable, and avoid many classic concurrency bugs by construction. However actor systems must still deal with the challenge of messages…

编程语言 · 计算机科学 2025-09-16 Colin S. Gordon

In a reversible language, any forward computation can be undone by a finite sequence of backward steps. Reversible computing has been studied in the context of different programming languages and formalisms, where it has been used for…

编程语言 · 计算机科学 2016-08-22 Naoki Nishida , Adrián Palacios , Germán Vidal

We model actors based on truly concurrent process algebra, and capture the actor model in the following characteristics: (1) Concurrency: all actors execute concurrently; (2) Asynchrony: an actor receives and sends messages asynchronously;…

计算机科学中的逻辑 · 计算机科学 2021-10-29 Yong Wang

In this paper we introduce a new programming model of multi-threaded actors which feature the parallel processing of their messages. In this model an actor consists of a group of active objects which share a message queue. We provide a…

分布式、并行与集群计算 · 计算机科学 2016-08-12 Keyvan Azadbakht , Frank S. de Boer , Vlad Serbanescu

While most machine translation systems to date are trained on large parallel corpora, humans learn language in a different way: by being grounded in an environment and interacting with other humans. In this work, we propose a communication…

计算与语言 · 计算机科学 2018-04-12 Jason Lee , Kyunghyun Cho , Jason Weston , Douwe Kiela

We relax the constraint of a shared language between agents in a semantic and goal-oriented communication system to explore the effect of language mismatch in distributed task solving. We propose a mathematical framework, which provides a…

机器学习 · 计算机科学 2024-06-05 Tomás Hüttebräucker , Mohamed Sana , Emilio Calvanese Strinati

We consider a multi-user semantic communications system in which agents (transmitters and receivers) interact through the exchange of semantic messages to convey meanings. In this context, languages are instrumental in structuring the…

人工智能 · 计算机科学 2023-08-09 Mohamed Sana , Emilio Calvanese Strinati

In concurrent systems, some form of synchronisation is typically needed to achieve data-race freedom, which is important for correctness and safety. In actor-based systems, messages are exchanged concurrently but executed sequentially by…

编程语言 · 计算机科学 2017-04-12 Elias Castegren , Tobias Wrigstad

Natural language, although complex in structure, contains considerable detail. All instances of language serve the purpose of making sense of experience and the intent of actors. Language conveys actor's personal reference to goals,…

计算机与社会 · 计算机科学 2016-06-14 Emily Keen , Simon Milton , Rachelle Bosua

In order to reason about the behaviour of programs described in a programming language, a mathematically rigorous definition of that language is needed. In this paper, we present a machine-checked formalisation of concurrent Core Erlang (a…

编程语言 · 计算机科学 2023-11-20 Péter Bereczky , Dániel Horpácsi , Simon Thompson

Emergent language research has made significant progress in recent years, but still largely fails to explore how communication emerges in more complex and situated multi-agent systems. Existing setups often employ a reference game, which…

人工智能 · 计算机科学 2024-10-18 Cornelius Wolff , Julius Mayer , Elia Bruni , Xenia Ohmer

We present a formal translation of an actor-based language with cooperative scheduling to the functional language Haskell. The translation is proven correct with respect to a formal semantics of the source language and a high-level…

编程语言 · 计算机科学 2016-08-11 Elvira Albert , Nikolaos Bezirgiannis , Frank de Boer , Enrique Martin-Martin

We aim to reason about the correctness of behaviour-preserving transformations of Erlang programs. Behaviour preservation is characterised by semantic equivalence. Based upon our existing formal semantics for Core Erlang, we investigate…

编程语言 · 计算机科学 2022-08-31 Dániel Horpácsi , Péter Bereczky , Simon Thompson

The Actor model is a mathematical theory that treats "Actors" as the universal primitives of concurrent digital computation. The model has been used both as a framework for a theoretical understanding of concurrency, and as the theoretical…

编程语言 · 计算机科学 2015-01-22 Carl Hewitt

Parallel hardware makes concurrency mandatory for efficient program execution. However, writing concurrent software is both challenging and error-prone. C++11 provides standard facilities for multiprogramming, such as atomic operations with…

编程语言 · 计算机科学 2013-01-07 Dominik Charousset , Thomas C. Schmidt
‹ 上一页 1 2 3 10 下一页 ›