Suchergebnisse - Parallel functional programming
-
1
Mastering Functional Programming: Functional Techniques for Sequential and Parallel Programming with Scala
ISBN: 9781788620796, 1788620798Veröffentlicht: Birmingham Packt Publishing, Limited 2018“… The solution to these problems is Functional Programming, a paradigm specifically designed to deal with the complexity of software development. Mastering …”
Volltext
E-Book -
2
Efficient Parallel Functional Programming with Effects
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 06.06.2023Veröffentlicht in Proceedings of ACM on programming languages (06.06.2023)“… Although functional programming languages simplify writing safe parallel programs by helping programmers to avoid data races, they have traditionally delivered poor performance …”
Volltext
Journal Article -
3
Provably space-efficient parallel functional programming
ISSN: 2475-1421, 2475-1421Veröffentlicht: 01.01.2021Veröffentlicht in Proceedings of ACM on programming languages (01.01.2021)“… Because of its many desirable properties, such as its ability to control effects and thus potentially disastrous race conditions, functional programming offers a viable approach to programming modern multicore computers …”
Volltext
Journal Article -
4
Parallel functional programming in Eden
ISSN: 0956-7968, 1469-7653Veröffentlicht: Cambridge, UK Cambridge University Press 01.05.2005Veröffentlicht in Journal of functional programming (01.05.2005)“… Eden extends the non-strict functional language Haskell with constructs to control parallel evaluation of processes …”
Volltext
Journal Article -
5
Skeleton-based parallel programming: Functional and parallel semantics in a single shot
ISSN: 1477-8424, 1873-6866Veröffentlicht: Elsevier Ltd 01.10.2007Veröffentlicht in Computer languages, systems & structures (01.10.2007)“… Semantics of skeleton-based parallel programming languages comes usually as two distinct items …”
Volltext
Journal Article -
6
Special Issue High Performance Parallel Functional Programming
ISSN: 0956-7968, 1469-7653Veröffentlicht: Cambridge, UK Cambridge University Press 01.05.2005Veröffentlicht in Journal of functional programming (01.05.2005)“… It has long been recognised that ideas and approaches drawn from functional programming may be particularly applicable to parallel and distributed computing (e.g. Wegner 1971 …”
Volltext
Journal Article -
7
The Semantic Model Features of the Statically Typed Language of Functional-dataflow Parallel Programming
ISSN: 2313-8734, 2313-8734Veröffentlicht: 01.06.2023Veröffentlicht in Supercomputing frontiers and innovations (01.06.2023)Volltext
Journal Article -
8
Sisal 3.2: functional language for scientific parallel programming
ISSN: 1751-7575, 1751-7583Veröffentlicht: Taylor & Francis 01.05.2013Veröffentlicht in Enterprise information systems (01.05.2013)“… Sisal 3.2 is a new input language of system of functional programming (SFP) which is under development at the Institute of Informatics Systems in Novosibirsk …”
Volltext
Journal Article -
9
The Use of Functional Programming Library for Parallel Computing on CUDA
ISSN: 0361-7688, 1608-3261Veröffentlicht: Moscow Pleiades Publishing 01.02.2024Veröffentlicht in Programming and computer software (01.02.2024)“… The use of a functional programming library developed by the authors makes it possible to hide the use of one or another parallelization mechanism on shared memory within the library and make …”
Volltext
Journal Article -
10
Applying Large Language Models to Enhance the Assessment of Parallel Functional Programming Assignments
Veröffentlicht: ACM 20.04.2024Veröffentlicht in 2024 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code) (20.04.2024)“… Courses in computer science (CS) often assess student programming assignments manually, with the intent of providing in-depth feedback to each student regarding correctness, style, efficiency, and other quality attributes …”
Volltext
Tagungsbericht -
11
Parallel functional programming on recursively defined data via data-parallel recursion
ISSN: 0956-7968, 1469-7653Veröffentlicht: Cambridge University Press 01.07.1999Veröffentlicht in Journal of functional programming (01.07.1999)“… By integrating them with a higher-order functional language, we obtain a functional programming language suitable for describing data-parallel algorithms on recursively defined data in a declarative way …”
Volltext
Journal Article -
12
Editorial for the Special Issue on Parallel and Concurrent Functional Programming
ISSN: 0956-7968, 1469-7653Veröffentlicht: Cambridge, UK Cambridge University Press 01.01.2018Veröffentlicht in Journal of functional programming (01.01.2018)“… Functional languages are uniquely suited to providing programmers with a programming model for parallel and concurrent computing …”
Volltext
Journal Article -
13
Functional and dynamic programming in the design of parallel prefix networks
ISSN: 0956-7968, 1469-7653, 1469-7653Veröffentlicht: Cambridge, UK Cambridge University Press 01.01.2011Veröffentlicht in Journal of functional programming (01.01.2011)“… As parallel programming becomes the dominant programming paradigm, parallel prefix or scan is proving to be a very important building block of parallel algorithms and applications …”
Volltext
Journal Article -
14
Comparing parallel functional languages: Programming and performance
ISSN: 1388-3690Veröffentlicht: Heidelberg Springer 01.09.2003Veröffentlicht in Higher-order and symbolic computation (01.09.2003)Volltext
Journal Article -
15
Interactive Bulk Synchronous Parallel Functional Programming in a Browser
Veröffentlicht: IEEE 01.10.2018Veröffentlicht in 2018 IEEE SmartWorld, Ubiquitous Intelligence and Computing, Advanced and Trusted Computing, Scalable Computing and Communications, Cloud and Big Data Computing, Internet of People and Smart City Innovation (SmartWorld SCALCOM UIC ATC CBDCom IOP SCI) (01.10.2018)“… This paper presents the design and implementation of a sequential simulator for the parallel functional language BSML based on the parallel computation model Bulk Synchronous Parallelism (BSP …”
Volltext
Tagungsbericht -
16
Concrete data structures and functional parallel programming
ISSN: 0304-3975, 1879-2294Veröffentlicht: Amsterdam Elsevier B.V 2001Veröffentlicht in Theoretical computer science (2001)“… A framework is presented for designing parallel programming languages whose semantics is functional and where communications are explicit …”
Volltext
Journal Article -
17
Parallel functional programming with mutable state
ISBN: 1303228564, 9781303228568Veröffentlicht: ProQuest Dissertations & Theses 01.01.2013“… Immutability greatly simplifies the implementation of parallel languages. In the absence of mutable state the language implementation is free to perform …”
Volltext
Dissertation -
18
A Cost Calculus for Parallel Functional Programming
ISSN: 0743-7315, 1096-0848Veröffentlicht: San Diego, CA Elsevier Inc 01.07.1995Veröffentlicht in Journal of parallel and distributed computing (01.07.1995)“… The approach is illustrated for the Bird-Meertens theory of lists, a parallel functional language with an associated equational transformation system …”
Volltext
Journal Article -
19
Reproducible parallel simulation experiments via pure functional programming
Veröffentlicht: IEEE 01.10.2019Veröffentlicht in 2019 IEEE/ACM 23rd International Symposium on Distributed Simulation and Real Time Applications (DS-RT) (01.10.2019)“… Additionally, we show how simulation runs can be executed in parallel without jeopardizing reproducibility …”
Volltext
Tagungsbericht -
20
Loop-invariant Optimization in the Pifagor Language
ISSN: 1818-1015, 2313-5417Veröffentlicht: Yaroslavl State University 27.08.2018Veröffentlicht in Modelirovanie i analiz informacionnyh sistem (27.08.2018)“… A feature of the functional data flow parallel programming language Pifagor is the absence of explicitly specified cyclic computations (the loop operator …”
Volltext
Journal Article

