English

Templet: a Markup Language for Concurrent Programming

Programming Languages 2017-02-17 v1 Distributed, Parallel, and Cluster Computing

Abstract

In this paper we propose a new approach to the description of a network of interacting processes in a traditional programming language. Special programming languages or extensions to sequential languages are usually designed to express the semantics of concurrent execution. Using libraries in C++, Java, C#, and other languages is more practical way of concurrent programming. However, this method leads to an increase in workload of a manual coding. Besides, stock compilers can not detect semantic errors related to the programming model in such libraries. The new markup language and a special technique of automatic programming based on the marked code can solve these problems. The article provides a detailed specification of the markup language without discussing its implementation details. The language is used for programming of current and prospective multi-core and many-core systems.

Keywords

Cite

@article{arxiv.1412.0981,
  title  = {Templet: a Markup Language for Concurrent Programming},
  author = {Sergey Vostokin},
  journal= {arXiv preprint arXiv:1412.0981},
  year   = {2017}
}

Comments

13 pages

R2 v1 2026-06-22T07:18:16.140Z