File: future.tex

package info (click to toggle)
kaya 0.2.0-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,012 kB
  • ctags: 1,307
  • sloc: cpp: 6,691; haskell: 4,833; sh: 2,868; yacc: 768; makefile: 700; perl: 87
file content (22 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\section{Future Plans}

\subsection{Planned Features for Version 1.0}

\begin{itemize}
\item Full pattern matching syntax.
\item Complete module system.
\item A comprehensive library.
\item A large, well-designed test suite.
\item Efficiency, stability, users.
\end{itemize}

\subsection{Wishlist}

\begin{itemize}
\item A selection of optimisations, including arbitrary user defined
  program transformations.
\item Running via a special purpose Apache module, rather than CGI.
\item Some form of overloading function names. Possibly subtyping?
\end{itemize}