Mercurial > emacs
annotate etc/tasks.texi @ 16847:76159aa277eb
(telnet-initial-filter): Fix error message.
Bind case-fold-search to t.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 08 Jan 1997 06:56:06 +0000 |
parents | b7d112b5969f |
children | 71ed6362afa7 |
rev | line source |
---|---|
5119 | 1 \input texinfo @c -*-texinfo-*- |
2 @c %**start of header | |
3 @setfilename tasks.info | |
4 @settitle GNU Task List | |
5 @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! | |
16615
b7d112b5969f
Delete `units' task--it is done.
Richard M. Stallman <rms@gnu.org>
parents:
15940
diff
changeset
|
6 @set lastupdate 7 December 1996 |
5119 | 7 @c %**end of header |
8 | |
9 @setchapternewpage off | |
10 | |
11 @titlepage | |
12 @title GNU Task List | |
5120 | 13 @author Free Software Foundation |
5119 | 14 @author last updated @value{lastupdate} |
15 @end titlepage | |
16 | |
17 @ifinfo | |
15866 | 18 @node Top, Preface, (dir), (dir) |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
19 @top GNU Task List |
5119 | 20 |
5120 | 21 This file is updated automatically from @file{tasks.texi}, which was |
22 last updated on @value{lastupdate}. | |
5119 | 23 @end ifinfo |
24 | |
25 @menu | |
15866 | 26 * Preface:: |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
27 * Documentation:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
28 * Unix-Related Projects:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
29 * Kernel Projects:: |
5120 | 30 * Extensions:: |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
31 * X Windows Projects:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
32 * Other Projects:: |
5120 | 33 * Compilers:: |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
34 * Games and Recreations:: |
5119 | 35 @end menu |
36 | |
15866 | 37 @node Preface, Documentation, Top, Top |
38 @chapter About the GNU Task List | |
39 | |
40 Check with @code{gnu@@prep.ai.mit.edu}, for a possibly more current | |
41 copy. You can also ftp it from a GNU FTP host in directory | |
42 @file{/pub/gnu/tasks} - These files in different formats are available: | |
43 @file{tasks.text}, @file{tasks.texi}, @file{tasks.info}, and | |
44 @file{tasks.dvi}. It is also available on the GNU World Wide Web | |
45 server: @file{http://www.gnu.ai.mit.edu}. | |
46 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
47 If you start working steadily on a project, please let @code{gnu@@prep} |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
48 know. We might have information that could help you; we'd also like to |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
49 send you the GNU coding standards. |
5119 | 50 |
15866 | 51 Because of the natural tendency for most volunteers to write programming |
52 tools or programming languages, we have a comparative shortage of | |
53 applications useful for non-programmer users. Therefore, we ask you to | |
54 consider writing such a program. | |
5119 | 55 |
56 In general, a new program that does a completely new job advances the | |
57 GNU project more than an improvement to an existing program. | |
58 | |
5120 | 59 @node Documentation |
5119 | 60 @chapter Documentation |
61 | |
62 We very urgently need documentation for some parts of the system | |
63 that already exist or will exist very soon: | |
64 | |
65 @itemize @bullet | |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
66 @item |
15866 | 67 Completion of the documentation for CC-mode, a new Emacs mode for |
68 C, C++ and other languages. | |
5119 | 69 |
70 @item | |
15866 | 71 A C reference manual. (RMS made a try at one, which you could start |
72 with). | |
5119 | 73 |
74 @item | |
75 A manual for Ghostscript. | |
15866 | 76 |
77 | |
78 @item | |
79 A manual for TCSH. | |
5119 | 80 |
81 @item | |
82 A manual for PIC (the graphics formatting language). | |
83 | |
84 @item | |
85 A manual for Oleo. | |
86 | |
87 @item | |
88 A book on how GCC works and why various machine descriptions | |
89 are written as they are. | |
90 | |
91 @item | |
92 A manual for programming X-window applications. | |
93 | |
94 @item | |
95 Manuals for various X window managers. | |
96 | |
97 @item | |
14803 | 98 Reference cards for those manuals that don't have them: C |
15866 | 99 Compiler, Make, Texinfo, Termcap, and maybe the C Library. |
5119 | 100 |
101 @item | |
14803 | 102 Many utilities need documentation, including @code{grep} and others. |
5119 | 103 @end itemize |
104 | |
5120 | 105 @node Unix-Related Projects |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
106 @chapter Unix-Related Projects |
5119 | 107 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
108 @itemize @bullet |
5119 | 109 @item |
110 We could use an emulation of Unix @code{spell}, which would run by | |
111 invoking @code{ispell}. | |
112 | |
113 @item | |
114 An improved version of the POSIX utility @code{pax}. There is one on | |
15866 | 115 Usenet, but it is said to be poorly written. Talk with |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
116 @code{mib@@gnu.ai.mit.edu} about this project. |
5119 | 117 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
118 @ignore |
5119 | 119 @item |
120 Modify the GNU @code{dc} program to use the math routines of GNU | |
121 @code{bc}. | |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
122 @end ignore |
5119 | 123 |
124 @item | |
125 A @code{grap} preprocessor program for @code{troff}. | |
126 | |
127 @item | |
128 Various other libraries. | |
129 | |
130 @item | |
131 An emulation of SCCS that works using RCS. | |
15866 | 132 |
15935
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
133 @item |
15866 | 134 Less urgent: @code{diction}, @code{explain}, and @code{style}, or |
135 something to do the same kind of job. Compatibility with Unix is not | |
136 especially important for these programs. | |
5119 | 137 @end itemize |
138 | |
5120 | 139 @node Kernel Projects |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
140 @chapter Kernel-Related Projects |
5119 | 141 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
142 @itemize @bullet |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
143 @item |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
144 An over-the-ethernet debugger stub that will allow the kernel to be |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
145 debugged from GDB running on another machine. |
5119 | 146 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
147 This stub needs its own self-contained implementation of all protocols |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
148 to be used, since the GNU system will use user processes to implement |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
149 all but the lowest levels, and the stub won't be able to use those |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
150 processes. If a simple self-contained implementation of IP and TCP is |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
151 impractical, it might be necessary to design a new, simple protocol |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
152 based directly on ethernet. It's not crucial to support high speed or |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
153 communicating across gateways. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
154 |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
155 It might be possible to use the Mach ethernet driver code, but it would |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
156 need some changes. |
5119 | 157 |
158 @item | |
159 A shared memory X11 server to run under MACH is very desirable. The | |
160 machine specific parts should be kept well separated. | |
15866 | 161 |
162 @item | |
163 An implementation of CIFS, the ``Common Internet File System,'' for the | |
164 HURD. This protocol is an offshoot of SMB. | |
5119 | 165 @end itemize |
166 | |
5120 | 167 @node Extensions |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
168 @chapter Extensions to Existing GNU Software |
5119 | 169 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
170 @itemize @bullet |
5119 | 171 @item |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
172 Enhance GCC. See files @file{PROJECTS} and @file{PROBLEMS} in the GCC |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
173 distribution. |
5119 | 174 |
175 @item | |
176 GNU @code{sed} probably needs to be rewritten completely just to make it | |
177 cleaner. | |
178 | |
179 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
180 Work on the partially-implemented C interpreter project. |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
181 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
182 @item |
11225 | 183 Help with the development of GNUStep, a GNU implementation of the |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
184 OpenStep specification. |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
185 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
186 @item |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
187 Add features to GNU Make to record the precise rule with which each file |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
188 was last recompiled; then recompile any file if its rule in the makefile |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
189 has changed. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
190 |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
191 @item |
5119 | 192 Add a few features to GNU @code{diff}, such as handling large input |
193 files without reading entire files into core. | |
194 | |
195 @item | |
196 An @code{nroff} macro package to simplify @code{texi2roff}. | |
197 | |
198 @item | |
199 A queueing system for the mailer Smail that groups pending work by | |
200 destination rather than by original message. This makes it possible | |
201 to schedule retries coherently for each destination. Talk to | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
202 @code{tron@@veritas.com} about this. |
5119 | 203 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
204 Smail also needs a new chief maintainer. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
205 |
5119 | 206 @item |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
207 Enhanced cross-reference browsing tools. (We now have something at |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
208 about the level of @code{cxref}.) We also could use something like |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
209 @code{ctrace}. (Some people are now working on this project.) |
5119 | 210 @end itemize |
211 | |
5120 | 212 @node X Windows Projects |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
213 @chapter X Windows Projects |
5119 | 214 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
215 @itemize @bullet |
5119 | 216 @item |
217 An emulator for Macintosh graphics calls on top of X Windows. | |
218 | |
219 @item | |
220 A music playing and editing system. | |
221 | |
222 @item | |
223 A program to edit dance notation (such as labanotation) and display | |
224 dancers moving on the screen. | |
225 | |
226 @item | |
9836 | 227 Port the Vibrant toolkit to work on X without using Motif. |
228 | |
229 @item | |
5119 | 230 A program to display and edit Hypercard stacks. |
231 | |
232 @item | |
233 A paint program, supporting both bitmap-oriented operations and | |
234 component-oriented operations. @code{xpaint} exists, but isn't very | |
235 usable. | |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
236 |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
237 @item |
15940
5f980c3b53e0
Add item for something like Adobe Illustrator/Corel Draw.
Richard M. Stallman <rms@gnu.org>
parents:
15935
diff
changeset
|
238 A vector-based drawing program in the spirit of Adobe Illustrator |
5f980c3b53e0
Add item for something like Adobe Illustrator/Corel Draw.
Richard M. Stallman <rms@gnu.org>
parents:
15935
diff
changeset
|
239 and Corel Draw. |
5f980c3b53e0
Add item for something like Adobe Illustrator/Corel Draw.
Richard M. Stallman <rms@gnu.org>
parents:
15935
diff
changeset
|
240 |
5f980c3b53e0
Add item for something like Adobe Illustrator/Corel Draw.
Richard M. Stallman <rms@gnu.org>
parents:
15935
diff
changeset
|
241 @item |
15866 | 242 An interactive 3D modeling utility with rendering/raytracing capabilities. |
243 | |
244 @item | |
245 A program for graphic morphing of scanned photographs. | |
5119 | 246 @end itemize |
247 | |
5120 | 248 @node Other Projects |
249 @chapter Other Projects | |
5119 | 250 |
251 If you think of others that should be added, please | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
252 send them to @code{gnu@@prep.ai.mit.edu}. |
5119 | 253 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
254 @itemize @bullet |
5119 | 255 @item |
15866 | 256 A free program for public-key encryption. |
257 | |
258 This program should use the Diffie-Helman algorithm for public key | |
259 encryption, not the RSA algorithm, because the Diffie-Helman patent in | |
260 the US will expire in 1997. It should use triple-DES, not IDEA, for | |
261 block encryption because IDEA is patented in many countries and the | |
262 patents will not expire soon. In other respects, it should be like PGP. | |
263 | |
264 This program needs to be written by someone who is not a US citizen, | |
265 outside the US, to avoid problems with US export control law. | |
266 | |
267 Many people believe that PGP is free software, but that is not actually | |
268 true. The distribution terms set by the copyright holders do not allow | |
269 everyone to use and redistribute it. | |
270 | |
271 @item | |
5119 | 272 A program to convert compiled programs represented in OSF ANDF |
273 (``Architecture Neutral Distribution Format'') into ANSI C. | |
274 | |
275 @item | |
276 An imitation of Page Maker or Ventura Publisher. | |
277 | |
278 @item | |
279 An imitation of @code{dbase2} or @code{dbase3} (How dbased!) | |
280 | |
281 @item | |
282 A program to reformat Fortran programs in a way that is pretty. | |
283 | |
284 @item | |
285 A bulletin board system. There are a few free ones, but they don't have | |
286 all the features that people want in such systems. It would make sense | |
287 to start with an existing one and add the other features. | |
288 | |
289 @item | |
15866 | 290 A general ledger program, including support for accounts payable, |
291 account receivables, payroll, inventory control, order processing, etc. | |
292 | |
293 @item | |
294 A teleconferencing program which does the job of CU-SeeMe (which is, | |
295 alas, not free software). | |
5119 | 296 |
297 @item | |
298 A program to typeset C code for printing. | |
14803 | 299 For ideas on what to do, see the book, |
5119 | 300 |
301 @display | |
302 Human Factors and Typography for More Readable Programs, | |
303 Ronald M. Baecker and Aaron Marcus, | |
304 Addison-Wesley, ISBN 0-201-10745-7 | |
305 @end display | |
306 | |
307 (I don't quite agree with a few of the details they propose.) | |
308 | |
309 @item | |
310 Speech-generation programs (there is a program from Brown U that you | |
311 could improve). | |
312 | |
313 @item | |
15935
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
314 Speech-recognition programs (single-speaker, disconnected speech is sufficient). |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
315 |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
316 @item |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
317 A program to play sound distributed in ``Real Audio'' format. |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
318 |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
319 @item |
feedd0d97fd0
Add `units' replacement. Add Real Audio'player and generator.
Richard M. Stallman <rms@gnu.org>
parents:
15866
diff
changeset
|
320 A program to generate ``Real Audio'' format from audio input. |
5119 | 321 |
322 @item | |
323 Scientific mathematical subroutines, including clones of SPSS. | |
324 | |
325 @item | |
326 Statistical tools. | |
327 | |
328 @item | |
329 Software to replace card catalogues in libraries. | |
330 | |
331 @item | |
332 Grammar and style checking programs. | |
333 | |
334 @item | |
14803 | 335 An implementation of the S language (an interpreted language used for |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
336 statistics). |
5119 | 337 |
338 @item | |
339 A translator from Scheme to C. | |
340 | |
341 @item | |
342 Optical character recognition programs; especially if suitable for | |
343 scanning documents with multiple fonts and capturing font info as well | |
14803 | 344 as character codes. Work is being done on this, but more help is needed. |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
345 |
5119 | 346 @item |
347 A program to scan a line drawing and convert it to Postscript. | |
348 | |
349 @item | |
350 A program to recognize handwriting. | |
351 | |
352 @item | |
353 A pen based interface. | |
354 | |
355 @item | |
356 CAD software, such as a vague imitation of Autocad. | |
357 | |
358 @item | |
359 Software for comparing DNA sequences, and finding matches and | |
360 alignments. | |
361 @end itemize | |
362 | |
5120 | 363 @node Compilers |
364 @chapter Compilers for Other Batch Languages | |
5119 | 365 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
366 Volunteers are needed to write parsers/front ends for languages such as |
15866 | 367 Algol 60, Algol 68, PL/I, Cobol, Fortran 90, or whatever, to be used |
368 with the code generation phases of the GNU C compiler. (C, C++, and | |
369 Objective-C are done; Fortran 77 is mostly done; Ada, Pascal, and Java | |
370 are being worked on.) | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
371 |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
372 @c Fortran status is here so gnu@prep and the volunteer coordinators |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
373 @c don't have to answer the question -len |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
374 You can get the status of the Fortran front end with this command: |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
375 |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
376 @example |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
377 finger -l fortran@@gnu.ai.mit.edu |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
378 @end example |
5119 | 379 |
5120 | 380 @node Games and Recreations |
381 @chapter Games and Recreations | |
5119 | 382 |
15866 | 383 Video-oriented games that work with the X window system. |
384 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
385 @itemize @bullet |
5119 | 386 @item |
15866 | 387 A Doom-compatible display game engine, for running the many free |
388 levels people have written for Doom. | |
5119 | 389 |
390 @item | |
391 Empire (there is a free version but it needs upgrading) | |
392 | |
393 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
394 An ``empire builder'' system that makes it easy to write various kinds of |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
395 simulation games. |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
396 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
397 @item |
15866 | 398 Improve GnuGo, which is not yet very sophisticated. |
399 | |
400 @item | |
5119 | 401 Imitations of popular video games: |
402 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
403 @itemize - |
5119 | 404 @item |
405 Space war, Asteroids, Pong, Columns. | |
406 @item | |
407 Defending cities from missiles. | |
408 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
409 Plane shoots at lots of other planes, tanks, etc. |
5119 | 410 @item |
411 Wizard fights fanciful monster. | |
412 @item | |
413 A golf game. | |
414 @item | |
415 Program a robot by sticking building blocks together, | |
416 then watch it explore a world. | |
417 @item | |
418 Biomorph evolution (as in Scientific American). | |
419 @item | |
420 A program to display effects of moving at relativistic speeds. | |
421 @end itemize | |
422 | |
423 @item | |
424 Intriguing screen-saver programs to make interesting pictures. | |
425 Other such programs that are simply entertaining to watch. | |
426 For example, an aquarium. | |
427 @end itemize | |
428 | |
429 We do not need @code{rogue}, as we have @code{hack}. | |
430 | |
431 @contents | |
432 | |
433 @bye |