home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / tasks < prev    next >
Encoding:
Text File  |  1993-06-14  |  7.8 KB  |  232 lines

  1. GNU Task List                    last updated 14 June 1993
  2.  
  3. Check with gnu@prep.ai.mit.edu, for a possibly more current copy.
  4. This task list is not exclusive; any other useful program might be a
  5. good project--but it might instead be something we already have, so
  6. check with gnu@prep before you start writing it.
  7.  
  8. If you start working steadily on a project, please let gnu@prep know.
  9. We might have information that could help you; we'd also like to send
  10. you the GNU coding standards.
  11.  
  12. Because of the natural tendency for most volunteers to write
  13. programming tools or programming languages, we have a comparative
  14. shortage of applications useful for non-programmer users.  Therefore,
  15. we ask you to consider writing such a program.
  16.  
  17. 0. Documentation
  18.  
  19. We very urgently need documentation for some parts of the system
  20. that already exist or will exist very soon:
  21.  
  22. A C reference manual.
  23.   (RMS has written half of one which you could start with).
  24.  
  25. A manual for Ghostscript.
  26.  
  27. A manual for CSH.
  28.  
  29. A manual for PIC (the graphics formatting language).
  30.  
  31. A manual for Perl.  (The manual that exists is not free, and
  32. is thus not available to be part of the GNU system.)
  33.  
  34. A book on how GCC works and why various machine descriptions
  35. are written as they are.
  36.  
  37. A manual for programming X-window applications.
  38.  
  39. Manuals for various X window managers.
  40.  
  41. Reference cards for those manuals that don't have them: Gawk, C
  42. Compiler, GDB, Make, Texinfo, Termcap and maybe the C Library.
  43.  
  44. Many utilities need documentation, including grep, cpio, less, the
  45. fileutils, the textutils, and the shellutils.
  46.  
  47. 1. Unix-related projects:
  48.  
  49. icheck, ncheck, quot.
  50.  
  51. We could use an emulation of Unix spell, which would run by invoking
  52. ispell.
  53.  
  54. Less urgent: diction, explain, style.
  55.  
  56. An improved version of the POSIX utility `pax'.  There is one on the
  57. usenet, but it is said to be poorly written.  Talk with
  58. mib@gnu.ai.mit.edu about this project.
  59.  
  60. Modify the GNU dc program to use the math routines of GNU bc.
  61.  
  62. A grap preprocessor program for troff.
  63.  
  64. Various other libraries.
  65.  
  66. An emulation of SCCS, that works using RCS.
  67.  
  68. 2. Kernel-related projects:
  69.  
  70. An over-the-ethernet debugger that will allow the kernel to be
  71. debugged from GDB running on another machine.
  72.  
  73. A shared memory X11 server to run under MACH is very desirable.  The
  74. machine specific parts should be kept well separated.
  75.  
  76. 3. Extensions to existing GNU software.
  77.  
  78. Enhance GCC.  See files PROJECTS and PROBLEMS in the GCC distribution.
  79.  
  80. GNU sed probably needs to be rewritten completely just to make it cleaner.
  81.  
  82. Add a few features to GNU diff, such as handling large input files
  83. without reading entire files into core.
  84.  
  85. Extend GDB with an X-based graphical interface better than xxgdb.
  86.  
  87. An nroff macro package to simplify texi2roff.
  88.  
  89. A queueing system for the mailer Smail that groups pending work by
  90. destination rather than by original message.  This makes it possible
  91. to schedule retries coherently for each destination.  Talk to
  92. tron@veritas.com about this.
  93.  
  94. A cross-referencing program for C and other languages.
  95.  
  96. 4. X windows projects:
  97.  
  98. An emulator for Macintosh graphics calls on top of X Windows.
  99.  
  100. An emulator for Microsoft windows calls on top of X Windows.  (A
  101. commercial program to do this took just three months to write.)
  102.  
  103. A music playing and editing system.
  104.  
  105. A program to edit dance notation (such as labanotation) and display
  106. dancers moving on the screen.
  107.  
  108. A library for displaying circle-shaped menus with X windows.
  109.  
  110. A program to display and edit Hypercard stacks.
  111.  
  112. An interface-builder program to make it easy to design graphical
  113. interfaces for applications.  This could work with the dynamic linker
  114. DLD and C++, loading in the same class definitions that will be used
  115. by the application program.
  116.  
  117. A desktop program with icons and such, for X-windows.
  118.  
  119. A paint program, supporting both bitmap-oriented operations and
  120. component-oriented operations.  xpaint exists, but isn't very usable.
  121.  
  122. 5. Other random projects:
  123. (If you think of others that should be added, please
  124. send them to gnu@prep.ai.mit.edu.)
  125.  
  126. [This seems to be being done:]
  127. A program to convert Postscript to plain ASCII text.  Ghostscript will
  128. soon have a mode to output all the text strings in a document, each
  129. with its coordinates.  You could write a program to start with this
  130. output and "layout the page" in ASCII.  The program will be both
  131. easier and more useful if you don't worry pedantically about how the
  132. output text should be formatted.  Instead, try to make it look
  133. reasonable as plain ASCII.
  134.  
  135. A program to convert compiled programs represented in OSF ANDF
  136. ("Architecture Neutral Distribution Format") into ANSI C.
  137.  
  138. An imitation of Page Maker or Ventura Publisher.
  139.  
  140. An imitation of dbase2 or dbase3 (How dbased!)
  141.  
  142. A program to reformat Fortran programs in a way that is pretty.
  143.  
  144. A bulletin board system.  There are a few free ones, but they don't have
  145. all the features that people want in such systems.  It would make sense
  146. to start with an existing one and add the other features.
  147.  
  148. A general ledger program.
  149.  
  150. A single command language that could be suitable for use in a shell,
  151. in GDB for programming debugging commands, in a program like awk, in a
  152. calculator like bc, and so on.  The fact that all these programs are
  153. similar but different in peculiar details is a great source of
  154. confusion.  We are stuck with maintaining compatibility with Unix in
  155. our shell, awk, and bc, but nothing prevents us from having
  156. alternative programs using our new, uniform language.  This would make
  157. GNU far better for new users.
  158.  
  159. A program to typeset C code for printing.
  160. For ideas on what to do, see the forthcoming book,
  161.     Human Factors and Typography for More Readable Programs,
  162.     Ronald M. Baecker and Aaron Marcus,
  163.     Addison-Wesley, ISBN 0-201-10745-7
  164. (I don't quite agree with a few of the details they propose.)
  165.  
  166. Speech-generation programs (there is a program from Brown U that you
  167. could improve).
  168.  
  169. Speech-recognition programs (single-speaker, disconnected speech).
  170.  
  171. Scientific mathematical subroutines, including clones of SPSS.
  172.  
  173. Statistical tools.
  174.  
  175. Software to replace card catalogues in libraries.
  176.  
  177. Grammar and style checking programs.
  178.  
  179. An implementation of the S language.
  180.  
  181. A translator from Scheme to C.
  182.  
  183. Optical character recognition programs; especially if suitable for
  184. scanning documents with multiple fonts and capturing font info as well
  185. as character codes.  This may not be very difficult if you let it
  186. "train" on part of the individual document to be scanned, so as to
  187. learn what fonts are in use in that document.  We would particularly
  188. like to scan the Century Dictionary, an unabridged dictionary now in
  189. the public domain.
  190.  
  191. You don't need scanning hardware to work on OCR.  We can send you
  192. bitmaps you can use as test data.
  193.  
  194. A program to scan a line drawing and convert it to Postscript.
  195.  
  196. A program to recognize handwriting.
  197.  
  198. A pen based interface.
  199.  
  200. Software suitable for creating virtual reality user interfaces.
  201.  
  202. CAD software, such as a vague imitation of Autocad.
  203.  
  204. 6. Compilers for other batch languages.
  205.  
  206. Volunteers are needed to write parsers/front ends for languages such
  207. as Algol 60, Algol 68, PL/I, or whatever, to be used with the
  208. code generation phases of the GNU C compiler.  (C++ is done, and
  209. Ada, Fortran, Pascal and Modula are being worked on.)
  210.  
  211. 7. Games and recreations
  212.  
  213. Video-oriented games should work with the X window system.
  214.  
  215. Empire (there is a free version but it needs upgrading)
  216. Imitations of popular video games:
  217.  Space war, Asteroids, Pong, Columns.
  218.  Defending cities from missiles.
  219.  Plane shoots at lots of other planes.
  220.  Wizard fights fanciful monster.
  221.  A golf game.
  222.  Program a robot by sticking building blocks together,
  223.   then watch it explore a world.
  224. Biomorph evolution (as in Scientific American).
  225. A program to display effects of moving at relativistic speeds.
  226.  
  227. Intriguing screen-saver programs to make interesting pictures.
  228. Other such programs that are simply entertaining to watch.
  229. For example, an aquarium.
  230.  
  231. We do not need rogue, as we have hack.
  232.