Obviously Synchronizable Series Expressions: Part I: User's Manual for the OSS Macro Package
Author(s)
Waters, Richard C.
DownloadAIM-958.ps (10.98Mb)
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. Common Lisp macro packages (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
1987-10-01Other identifiers
AIM-958
Series/Report no.
AIM-958
Keywords
functional programming, looping constructs, programsoptimization, series expressions, compilation