Sciweavers

4743 search results - page 23 / 949
» Introduction to Functional Programming
Sort
View
135
Voted
ERLANG
2008
ACM
15 years 8 months ago
A comparative evaluation of imperative and functional implementations of the imap protocol
Francesco Cesarini, Viviana Pappalardo, Corrado Sa...
194
Voted
PEPM
1993
ACM
15 years 10 months ago
Binding-Time Analysis and the Taming of C Pointers
The aim of binding-time analysis is to determine when variables, expressions, statements, etc. in a program can be evaluated by classifying these into static (compile-time) and dy...
Lars Ole Andersen
134
Voted
APLAS
2003
ACM
15 years 11 months ago
A Program Inverter for a Functional Language with Equality and Constructors
We present a method for automatic program inversion in a first-order functional programming language. We formalize the transformation and illustrate it with several examples inclu...
Robert Glück, Masahiko Kawabe
ICFP
2006
ACM
16 years 6 months ago
Good advice for type-directed programming aspect-oriented programming and extensible generic functions
Type-directed programming is an important idiom for software design. In type-directed programming the behavior of programs is guided by the type structure of data. It makes it pos...
Geoffrey Washburn, Stephanie Weirich