blob: d48e600ef3f08c3716976610c0f57e58b72f3d1f (
plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
|
\documentclass[../main.tex]{subfiles}
\begin{document}
\section{Writing ARTiST Programs}%
\label{sec:reducer}
\TODO{
\begin{itemize}
\item state I have written two non-trivial programs in ARTiST
\item briefly describe the fuelled reducer and encoder
\item describe the syntactic sugar I have added
\end{itemize}
}
\TODO{
\begin{itemize}
\item describe the operation of the fuelled reducer
\item explain why fuel is necessary for the reducer
\item show some example snippets
\end{itemize}
}
\TODO{
\begin{itemize}
\item describe the inputs to the embedding
\item describe the output of the embedding
\item show a ``non-destructive'' fold
\item justify use of destructive folds
\end{itemize}
}
\TODO{
\begin{itemize}
\item describe why encoded terms have lots of beta redices
\item describe potential benefit of composing two programs
\item explain the limitiations of the reducer (e.g. eta and bools)
\end{itemize}
}
\end{document}
|