Optimization of Series Expressions: Part I: User's Manual for the Series Macro Package
Author(s)
Waters, Richard C.
DownloadAIM-1082.ps (7.281Mb)
Additional downloads
Metadata
Show full item recordAbstract
The benefits of programming in a functional style are well known. In particular, algorithms that are expressed as compositions of functions operating on series/vectors/streams of data elements are much easier to understand and modify than equivalent algorithms expressed as loops. Unfortunately, many programmers hesitate to use series expressions, because they are typically implemented very inefficiently. A Common Lisp macro package (OSS) has been implemented which supports a restricted class of series expressions, obviously synchronizable series expressions, which can be evaluated very efficiently by automatically converting them into loops. Using this macro package, programmers can obtain the advantages of expressing computations as series expressions without incurring any run-time overhead.
Date issued
1989-01-01Other identifiers
AIM-1082
Series/Report no.
AIM-1082
Keywords
functional programming, looping constructs, programsoptimization, series expressions, compilation