From 5f936e3a800f5f804590cbc05e69135f2ad3737a Mon Sep 17 00:00:00 2001 From: sperber Date: Fri, 22 Feb 2002 09:28:11 +0000 Subject: [PATCH] Long out-of-date to the point of being obsolete. --- doc/scsh-manual/todo.tex | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 doc/scsh-manual/todo.tex diff --git a/doc/scsh-manual/todo.tex b/doc/scsh-manual/todo.tex deleted file mode 100644 index c8535ab..0000000 --- a/doc/scsh-manual/todo.tex +++ /dev/null @@ -1,40 +0,0 @@ -%&latex -*- latex -*- - -\chapter{Todo} - -There are always many, many improvements and extensions that could be -made to scsh. -We invite interested hackers to do any of them, and send us the code; -we'll put you on the team. -Visit the Scheme Underground Web page for more information on good hacks at -\begin{inset} \begin{flushleft} -\ex{\urlh{http://www.ai.mit.edu/projects/su/}{http://www.ai.mit.edu/projects/su/}} -\end{flushleft} -\end{inset} -Scsh is a tool that lets you write fun programs that do real things in -an elegant language; go wild. - -\begin{itemize} -\item Threads. -\item An X gui interface. (Needs threads.) -\item A better C function/data-structure interface. This is not easy. -\item More network protocols. Telnet and ftp would be the most important. -\item Port Edwin, and emacs text editor written in MIT Scheme, to scsh. - Combine it with scsh's OS interfaces to make a visual shell. -\item Manual hacking. -\begin{itemize} -\item The {\LaTeX} hackery needs yet another serious pass. Most importantly, - long procedure ``declarations'' need to be broken across two lines. - -\item Soup up the markup processor, and redo manual in markup. Generate - {\LaTeX}, HTML, and info versions. Alternatively, persuade some kind - soul to hand-port manual to HTML or info. -\end{itemize} - -\item Job control, after \ex{jcontrol.scm} - -\item Better static heap linker. - -\item Gnu readline lib. - -\end{itemize}