-
Notifications
You must be signed in to change notification settings - Fork 0
/
languages.tex
27 lines (22 loc) · 869 Bytes
/
languages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\section{\hspace*{-2mm}Stream Processing Languages}\label{sec:languages}
There is much diversity in stream processing languages,
stemming from different primary objectives, data models, and ways of
thinking. This section surveys eight styles of stream processing languages. Each
subsection introduces one of these styles using an exemplary language, followed by a
brief discussion of important other languages of the same style.
%% based on the following
%% ``w''-questions:
%% \begin{description}[itemsep=0pt,topsep=2pt]
%% \item[Why:] objective, audience, domain.
%% \item[Who:] inventors, supporters.
%% \item[When:] first appearance.
%% \item[What:] key idea, data model, code example.
%% \item[Whence \& whither:] influenced-by \& influences.
%% \end{description}
\input{sql}
\input{sdf}
\input{big}
\input{cep}
\input{xml}
\input{rdf}
\input{eup}