Paths between imperative and functional programming
β Scribed by Ball, Thomas
- Book ID
- 120615170
- Publisher
- Association for Computing Machinery
- Year
- 1999
- Weight
- 411 KB
- Volume
- 34
- Category
- Article
- ISSN
- 0362-1340
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
Parma is an experimental high-performance Prolog compiler for the MIPS RISC architecture [4]. It was the first logic programming implementation to obtain performance comparable to imperative languages. It depends heavily on a global static analysis phase based on abstract interpretation. This paper
Traditionally a vectorizing compiler matches the iterative constructs of a program against a set of predefined templates. If a loop contains no dependency cycles then a map template can be used; other simple dependencies can often be expressed in terms of fold or scan templates. This paper addresses