Search
Search Results
-
Heapless Functional Programming
Typed functional programming languages like Haskell and OCaml make heavy use of the heap at run-time. This makes them largely unsuitable for systems... -
Reactamole: functional reactive molecular programming
Chemical reaction networks (CRNs) are an important tool for molecular programming. This field is rapidly expanding our ability to deploy computer...
-
Things We Never Told Anyone About Functional Programming
Functional Programming—–what is it good for? Programming is the writing of programs. Judging from the papers and most books on functional... -
Trends in Functional Programming 26th International Symposium, TFP 2025, Oxford, UK, January 14–16, 2025, Revised Selected Papers
This book constitutes revised selected papers from the 26th International Symposium on Trends in Functional Programming, TFP 2025, held in Oxford,...
-
Functional Reactive GUI Programming with Modal Types
Functional reactive programming (FRP) is a programming paradigm for implementing reactive systems, i.e. programs that continuously interact with... -
Trends in Functional Programming 25th International Symposium, TFP 2024, South Orange, NJ, USA, January 10–12, 2024, Revised Selected Papers
This book constitutes the refereed proceedings of the 25th International Symposium on Trends in Functional Programming, TFP 2024, held in South...
-
Functional and Logic Programming 17th International Symposium, FLOPS 2024, Kumamoto, Japan, May 15–17, 2024, Proceedings
This book constitutes the proceedings of the 17th International Symposium on Functional and Logic Programming, FLOPS 2024, held in Kumamoto, Japan,...
-
Blending BDI Agents with Object-Oriented and Functional Programming with JaKtA
The popularity of multi-paradigm languages is on the rise, enabling developers to select the most appropriate paradigm for each task. While...
-
The Use of Functional Programming Library for Parallel Computing on CUDA
AbstractModern graphics accelerators (GPUs) can significantly speed up the execution of numerical problems. However, porting programs to graphics...
-
Introducing Functional Programming Using C# Leveraging a New Perspective for OOP Developers
Understand the power of C#, a multi-paradigm language. This book will help you learn, analyze, and harness the functional aspects of C# so you can...
-
Functional Programming Techniques
Functional programming is an implementation strategy that focuses on the direct use of functions as first-class objects. This means that in a... -
Functional Programming Paradigm
In this chapter, we discuss the functional programming paradigm, where computation proceeds by term rewriting and not through modification of the... -
Trends in Functional Programming 24th International Symposium, TFP 2023, Boston, MA, USA, January 13–15, 2023, Revised Selected Papers
This book constitutes revised selected papers from the 24th International Symposium on Trends in Functional Programming, TFP 2023, held in Boston,...
-
Introduction to Functional Programming
There has been much hype around Functional Programming in recent years. However, Functional Programming is not a new idea and indeed goes right back... -
Jeopardy: An Invertible Functional Programming Language
Reversible programming languages guarantee that their programs are invertible at the cost of restricting the permissible operations to those which... -
Functional Programming in R 4 Advanced Statistical Programming for Data Science, Analysis, and Finance
Master functions and discover how to write functional programs in R. In this book, updated for R 4, you'll learn to make your functions pure by... -
Programming
Some people may believe that Java is the best programming language in the world and that one must write object-oriented (OO) code at all costs. I... -
Brahma.FSharp: Power of Functional Programming to Create Portable GPGPU-Enabled .NET Applications
Widening of GPGPU applicability increases the interest to high-level languages for GPGPU programming development. One of the challenges is to create... -
Trends in Functional Programming 23rd International Symposium, TFP 2022, Virtual Event, March 17–18, 2022, Revised Selected Papers
This book constitutes revised selected papers from the 23rd International Symposium on Trends in Functional Programming, TFP 2022, which was held... -
Inductive Programming
Inductive programming is a branch of program synthesis that is based on inductive inference where a recursive, declarative program is constructed...