AbstractMore and more C++ applications use template metaprograms directly or indirectly by using libraries based on that. Given the complexity of template metaprogramming, developers need supporting libraries. The most widely used one is the Boost template metaprogramming library. It implements commonly used compile time algorithms and meta-data structures in an extensible and reusable way. Despite the wellknown commonality of template metaprogramming and the functional programming paradigm, boost::mpl lacks a few important features directly supporting the functional style. In this paper we evaluate how and in what degree boost::mpl supports functional programming and present new elements it can be improved with
Software Engineering progresses as improvements are made in languages and methodologies. Significant...
MetaML is a statically typed functional programming language with special support for program genera...
Polymorphic types, higher order functions, and partial application are common features in functional...
AbstractMore and more C++ applications use template metaprograms directly or indirectly by using lib...
This paper describes the Boost C++ template metaprogramming library (MPL), an extensible compile-tim...
AbstractC++ template metaprogramming is often regarded as a functional language, however, nowadays m...
AbstractMore and more C++ applications use template metaprograms directly or indirectly by using lib...
Template metaprogramming is an emerging new direction of gen-erative programming: with the clever de...
Domain specific languages embedded in C++ (EDSLs) often use the techniques of template metaprogrammi...
Abstract. Template metaprogramming (TMP) is an emerging new di-rection in C++ programming for execut...
The template system of C++ is expressive enough to allow the programmer to write programs which are ...
C program syntax, optionally annotated with meta-annotations. The syntax of meta-annotations is the ...
We propose a new extension to the purely functional programming language Haskell that supports compi...
1.1 Terminology............................... 2 2 Metaprogramming in C++ 3 2.1 Support for metaprog...
MetaML is a statically typed functional programming language with special support for programgenerat...
Software Engineering progresses as improvements are made in languages and methodologies. Significant...
MetaML is a statically typed functional programming language with special support for program genera...
Polymorphic types, higher order functions, and partial application are common features in functional...
AbstractMore and more C++ applications use template metaprograms directly or indirectly by using lib...
This paper describes the Boost C++ template metaprogramming library (MPL), an extensible compile-tim...
AbstractC++ template metaprogramming is often regarded as a functional language, however, nowadays m...
AbstractMore and more C++ applications use template metaprograms directly or indirectly by using lib...
Template metaprogramming is an emerging new direction of gen-erative programming: with the clever de...
Domain specific languages embedded in C++ (EDSLs) often use the techniques of template metaprogrammi...
Abstract. Template metaprogramming (TMP) is an emerging new di-rection in C++ programming for execut...
The template system of C++ is expressive enough to allow the programmer to write programs which are ...
C program syntax, optionally annotated with meta-annotations. The syntax of meta-annotations is the ...
We propose a new extension to the purely functional programming language Haskell that supports compi...
1.1 Terminology............................... 2 2 Metaprogramming in C++ 3 2.1 Support for metaprog...
MetaML is a statically typed functional programming language with special support for programgenerat...
Software Engineering progresses as improvements are made in languages and methodologies. Significant...
MetaML is a statically typed functional programming language with special support for program genera...
Polymorphic types, higher order functions, and partial application are common features in functional...