lambda is a nice weblog that i just discovered that proclaims itself to be “The Programming Languages Weblog” and is where i found A Software Engineering Perspective on Algorithmics:

“An algorithm component is an implementation of an algorithm which is
not intended to be
a stand–alone module, but to perform a specific task within a large
software package or even
within several distinct software packages. Hence, the design of
algorithm components must
also incorporate software–engineering aspects. A key design goal is
adaptability. This goal
is important for maintenance throughout a project, prototypical
development, and reuse in
new, unforeseen contexts. From a theoretical viewpoint most
algorithms apply to a range of
possible use scenarios. Ideally, each algorithm is implemented by one
algorithm component,
which is easily, safely, and efficiently adaptable to all of these
contexts.
Various techniques have been developed for the design and
implementation of algorithm
components. However, a common basis for systematic, detailed
evaluations and comparisons
in view of the real practical needs is still missing.”

Leave a Reply