Skip to search formSkip to main contentSkip to account menu

Combinator library

Known as: Combinator libraries 
A combinator library is a software library which implements combinators for a functional programming language; "the key idea is this: a combinator… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
In this chapter, we characterize the notion of “software language” in a broad sense. We begin by setting out diverse examples of… 
2016
2016
Pattern matching is a common mechanism to provide analysis and transformation of data structures. Such an approach basically… 
2012
2012
This report is meant to be used as auxiliary material for the guided grammar convergence technique proposed earlier as problem… 
Review
2009
Review
2009
There are numerous ways to implement a parser for a given syntax; using parser combinators is a powerful approach to parsing… 
2008
2008
Call-by-value languages commonly restrict recursive definitions by only allowing functions and syntactically explicit values in… 
2007
2007
Cω extended C# 1.x with a simple, declarative and powerful model of concurrency – join patterns – applicable both to… 
2006
2006
Memoization is a familiar technique for improving the performance of programs: computed answers are saved so that they can be… 
2002
2002
Server applications, and in particular network-based server applications, place a unique combination of demands on a programming… 
Highly Cited
1998
Highly Cited
1998
The expressiveness of higher-order typed languages such as Haskell or ML makes them an attractive medium in which to write…