File: future.tex

package info (click to toggle)
kaya 0.4.2-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,448 kB
  • ctags: 1,694
  • sloc: cpp: 9,536; haskell: 7,461; sh: 3,013; yacc: 910; makefile: 816; perl: 90
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}