Loading...
Please wait, while we are loading the content...
Similar Documents
The Series macro package
| Content Provider | ACM Digital Library |
|---|---|
| Author | Waters, Richard C. |
| Abstract | The benefits of programming in a functional style are well known. 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. In part, this is due to the fact that series expressions are typically implemented very inefficiently.A portable Common Lisp macro package (called Series) has been implemented that can evaluate a wide class of series expressions very efficiently by transforming them into iterative loops. When using this class of series expressions, programmers can obtain the advantages of expressing computations as series expressions without incurring any runtime overhead. |
| Starting Page | 7 |
| Ending Page | 11 |
| Page Count | 5 |
| File Format | |
| ISSN | 10453563 |
| DOI | 10.1145/121999.122000 |
| Journal | ACM SIGPLAN Lisp Pointers (LIPO) |
| Volume Number | III |
| Issue Number | 1 |
| Language | English |
| Publisher | Association for Computing Machinery (ACM) |
| Publisher Date | 1994-01-01 |
| Publisher Place | New York |
| Access Restriction | One Nation One Subscription (ONOS) |
| Content Type | Text |
| Resource Type | Article |