Mercurial > emacs
annotate etc/tasks.texi @ 14911:f736e9cb067e libc-960329 libc-960330 libc-960331 libc-960401 libc-960402 libc-960403 libc-960404 libc-960405 libc-960406 libc-960407 libc-960408
(aux): Delete another duplicate entry.
author | Doug Evans <dje@gnu.org> |
---|---|
date | Fri, 29 Mar 1996 01:49:55 +0000 |
parents | 0324a7d846e9 |
children | 0722324b64ee |
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! | |
14803 | 6 @set lastupdate 10 March 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 | |
18 @node Top, Documentation, (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 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
25 Check with @code{gnu@@prep.ai.mit.edu}, for a possibly more current copy. |
5119 | 26 This task list is not exclusive; any other useful program might be a |
5120 | 27 good project---but it might instead be something we already have, so |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
28 check with @code{gnu@@prep} before you start writing it. |
5119 | 29 |
30 @menu | |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
31 * Documentation:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
32 * Unix-Related Projects:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
33 * Kernel Projects:: |
5120 | 34 * Extensions:: |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
35 * X Windows Projects:: |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
36 * Other Projects:: |
5120 | 37 * Compilers:: |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
38 * Games and Recreations:: |
5119 | 39 @end menu |
40 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
41 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
|
42 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
|
43 send you the GNU coding standards. |
5119 | 44 |
45 Because of the natural tendency for most volunteers to write | |
46 programming tools or programming languages, we have a comparative | |
47 shortage of applications useful for non-programmer users. Therefore, | |
48 we ask you to consider writing such a program. | |
49 | |
50 In general, a new program that does a completely new job advances the | |
51 GNU project more than an improvement to an existing program. | |
52 | |
5120 | 53 @node Documentation |
5119 | 54 @chapter Documentation |
55 | |
56 We very urgently need documentation for some parts of the system | |
57 that already exist or will exist very soon: | |
58 | |
59 @itemize @bullet | |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
60 @item |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
61 Completion of the documentation for CC-mode, a new C/C++ mode for |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
62 Emacs Lisp. |
5119 | 63 |
64 @item | |
65 A C reference manual. (RMS has written half of one which you could | |
66 start with). | |
67 | |
68 @item | |
69 A manual for Ghostscript. | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
70 @c |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
71 @c @item |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
72 @c A manual for CSH. |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
73 @c Ick, do we want to encourage using THAT? -djm |
5119 | 74 |
75 @item | |
76 A manual for PIC (the graphics formatting language). | |
77 | |
78 @item | |
79 A manual for Oleo. | |
80 | |
81 @item | |
82 A book on how GCC works and why various machine descriptions | |
83 are written as they are. | |
84 | |
85 @item | |
86 A manual for programming X-window applications. | |
87 | |
88 @item | |
89 Manuals for various X window managers. | |
90 | |
91 @item | |
14803 | 92 Reference cards for those manuals that don't have them: C |
5119 | 93 Compiler, Make, Texinfo, Termcap and maybe the C Library. |
94 | |
95 @item | |
14803 | 96 Many utilities need documentation, including @code{grep} and others. |
5119 | 97 @end itemize |
98 | |
5120 | 99 @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
|
100 @chapter Unix-Related Projects |
5119 | 101 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
102 @itemize @bullet |
5119 | 103 @item |
104 We could use an emulation of Unix @code{spell}, which would run by | |
105 invoking @code{ispell}. | |
106 | |
107 @item | |
108 Less urgent: @code{diction}, @code{explain}, @code{style}. | |
109 | |
110 @item | |
111 An improved version of the POSIX utility @code{pax}. There is one on | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
112 the Usenet, but it is said to be poorly written. Talk with |
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
113 @code{mib@@gnu.ai.mit.edu} about this project. |
5119 | 114 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
115 @ignore |
5119 | 116 @item |
117 Modify the GNU @code{dc} program to use the math routines of GNU | |
118 @code{bc}. | |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
119 @end ignore |
5119 | 120 |
121 @item | |
122 A @code{grap} preprocessor program for @code{troff}. | |
123 | |
124 @item | |
125 Various other libraries. | |
126 | |
127 @item | |
128 An emulation of SCCS that works using RCS. | |
129 @end itemize | |
130 | |
5120 | 131 @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
|
132 @chapter Kernel-Related Projects |
5119 | 133 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
134 @itemize @bullet |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
135 @item |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
136 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
|
137 debugged from GDB running on another machine. |
5119 | 138 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
139 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
|
140 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
|
141 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
|
142 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
|
143 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
|
144 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
|
145 communicating across gateways. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
146 |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
147 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
|
148 need some changes. |
5119 | 149 |
150 @item | |
151 A shared memory X11 server to run under MACH is very desirable. The | |
152 machine specific parts should be kept well separated. | |
153 @end itemize | |
154 | |
5120 | 155 @node Extensions |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
156 @chapter Extensions to Existing GNU Software |
5119 | 157 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
158 @itemize @bullet |
5119 | 159 @item |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
160 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
|
161 distribution. |
5119 | 162 |
163 @item | |
164 GNU @code{sed} probably needs to be rewritten completely just to make it | |
165 cleaner. | |
166 | |
167 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
168 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
|
169 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
170 @item |
11225 | 171 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
|
172 OpenStep specification. |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
173 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
174 @item |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
175 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
|
176 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
|
177 has changed. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
178 |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
179 @item |
5119 | 180 Add a few features to GNU @code{diff}, such as handling large input |
181 files without reading entire files into core. | |
182 | |
183 @item | |
184 An @code{nroff} macro package to simplify @code{texi2roff}. | |
185 | |
186 @item | |
187 A queueing system for the mailer Smail that groups pending work by | |
188 destination rather than by original message. This makes it possible | |
189 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
|
190 @code{tron@@veritas.com} about this. |
5119 | 191 |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
192 Smail also needs a new chief maintainer. |
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
193 |
5119 | 194 @item |
8484
3aa323481f5a
Formerly tasks.texi.~12~
Richard M. Stallman <rms@gnu.org>
parents:
5120
diff
changeset
|
195 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
|
196 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
|
197 @code{ctrace}. (Some people are now working on this project.) |
5119 | 198 @end itemize |
199 | |
5120 | 200 @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
|
201 @chapter X Windows Projects |
5119 | 202 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
203 @itemize @bullet |
5119 | 204 @item |
205 An emulator for Macintosh graphics calls on top of X Windows. | |
206 | |
207 @item | |
208 A music playing and editing system. | |
209 | |
210 @item | |
211 A program to edit dance notation (such as labanotation) and display | |
212 dancers moving on the screen. | |
213 | |
214 @item | |
9836 | 215 Port the Vibrant toolkit to work on X without using Motif. |
216 | |
217 @item | |
10678
ec2e8c77551c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10068
diff
changeset
|
218 A widget for displaying circle-shaped menus ("pie menus") with X |
ec2e8c77551c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10068
diff
changeset
|
219 windows. |
5119 | 220 |
221 @item | |
222 A program to display and edit Hypercard stacks. | |
223 | |
224 @item | |
225 An interface-builder program to make it easy to design graphical | |
226 interfaces for applications. This could work with the dynamic linker | |
227 DLD and C++, loading in the same class definitions that will be used | |
228 by the application program. | |
229 | |
230 @item | |
10678
ec2e8c77551c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10068
diff
changeset
|
231 A "desktop" program with drag-and-drop icons and such. |
ec2e8c77551c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10068
diff
changeset
|
232 |
ec2e8c77551c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10068
diff
changeset
|
233 @item |
5119 | 234 A paint program, supporting both bitmap-oriented operations and |
235 component-oriented operations. @code{xpaint} exists, but isn't very | |
236 usable. | |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
237 |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
238 @item |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
239 A program for manipulating photographs---something vaguely like Photo |
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
240 Shop (though not exactly like it). |
5119 | 241 @end itemize |
242 | |
5120 | 243 @node Other Projects |
244 @chapter Other Projects | |
5119 | 245 |
246 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
|
247 send them to @code{gnu@@prep.ai.mit.edu}. |
5119 | 248 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
249 @itemize @bullet |
5119 | 250 @item |
251 A program to convert compiled programs represented in OSF ANDF | |
252 (``Architecture Neutral Distribution Format'') into ANSI C. | |
253 | |
254 @item | |
255 An imitation of Page Maker or Ventura Publisher. | |
256 | |
257 @item | |
258 An imitation of @code{dbase2} or @code{dbase3} (How dbased!) | |
259 | |
260 @item | |
14803 | 261 A text-based Web browser, somewhat like Lynx (which, unfortunately, |
262 is not free software). | |
263 | |
264 @item | |
5119 | 265 A program to reformat Fortran programs in a way that is pretty. |
266 | |
267 @item | |
268 A bulletin board system. There are a few free ones, but they don't have | |
269 all the features that people want in such systems. It would make sense | |
270 to start with an existing one and add the other features. | |
271 | |
272 @item | |
273 A general ledger program. | |
274 | |
275 @item | |
276 A program to typeset C code for printing. | |
14803 | 277 For ideas on what to do, see the book, |
5119 | 278 |
279 @display | |
280 Human Factors and Typography for More Readable Programs, | |
281 Ronald M. Baecker and Aaron Marcus, | |
282 Addison-Wesley, ISBN 0-201-10745-7 | |
283 @end display | |
284 | |
285 (I don't quite agree with a few of the details they propose.) | |
286 | |
287 @item | |
288 Speech-generation programs (there is a program from Brown U that you | |
289 could improve). | |
290 | |
291 @item | |
292 Speech-recognition programs (single-speaker, disconnected speech). | |
293 | |
294 @item | |
295 Scientific mathematical subroutines, including clones of SPSS. | |
296 | |
297 @item | |
298 Statistical tools. | |
299 | |
300 @item | |
301 Software to replace card catalogues in libraries. | |
302 | |
303 @item | |
304 Grammar and style checking programs. | |
305 | |
306 @item | |
14803 | 307 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
|
308 statistics). |
5119 | 309 |
310 @item | |
311 A translator from Scheme to C. | |
312 | |
313 @item | |
314 Optical character recognition programs; especially if suitable for | |
315 scanning documents with multiple fonts and capturing font info as well | |
14803 | 316 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
|
317 |
5119 | 318 @item |
319 A program to scan a line drawing and convert it to Postscript. | |
320 | |
321 @item | |
322 A program to recognize handwriting. | |
323 | |
324 @item | |
325 A pen based interface. | |
326 | |
327 @item | |
328 Software suitable for creating virtual reality user interfaces. | |
329 | |
330 @item | |
331 CAD software, such as a vague imitation of Autocad. | |
332 | |
333 @item | |
334 Software for comparing DNA sequences, and finding matches and | |
335 alignments. | |
336 @end itemize | |
337 | |
5120 | 338 @node Compilers |
339 @chapter Compilers for Other Batch Languages | |
5119 | 340 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
341 Volunteers are needed to write parsers/front ends for languages such as |
14803 | 342 Algol 60, Algol 68, PL/I, Cobol, or whatever, to be used with the code |
343 generation phases of the GNU C compiler. (C++, Objective C and Fortran | |
344 are done; Ada, Pascal and Java 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
|
345 |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
346 @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
|
347 @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
|
348 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
|
349 |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
350 @example |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
351 finger -l fortran@@gnu.ai.mit.edu |
10068
1f0008bd7e46
added fortran status checking -tower
Richard M. Stallman <rms@gnu.org>
parents:
9890
diff
changeset
|
352 @end example |
5119 | 353 |
5120 | 354 @node Games and Recreations |
355 @chapter Games and Recreations | |
5119 | 356 |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
357 @itemize @bullet |
5119 | 358 @item |
359 Video-oriented games should work with the X window system. | |
360 | |
361 @item | |
362 Empire (there is a free version but it needs upgrading) | |
363 | |
364 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
365 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
|
366 simulation games. |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
367 |
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
368 @item |
5119 | 369 Imitations of popular video games: |
370 | |
9890
5f3d80bda2f8
Remove entries for things that are done. Reformat a little.
David J. MacKenzie <djm@gnu.org>
parents:
9836
diff
changeset
|
371 @itemize - |
5119 | 372 @item |
373 Space war, Asteroids, Pong, Columns. | |
374 @item | |
375 Defending cities from missiles. | |
376 @item | |
11168
0d016216ea29
Delete extension language project. Add GNUstep. Move empire-builder.
Richard M. Stallman <rms@gnu.org>
parents:
10723
diff
changeset
|
377 Plane shoots at lots of other planes, tanks, etc. |
5119 | 378 @item |
379 Wizard fights fanciful monster. | |
380 @item | |
381 A golf game. | |
382 @item | |
383 Program a robot by sticking building blocks together, | |
384 then watch it explore a world. | |
385 @item | |
386 Biomorph evolution (as in Scientific American). | |
387 @item | |
388 A program to display effects of moving at relativistic speeds. | |
389 @end itemize | |
390 | |
391 @item | |
392 Intriguing screen-saver programs to make interesting pictures. | |
393 Other such programs that are simply entertaining to watch. | |
394 For example, an aquarium. | |
395 @end itemize | |
396 | |
397 We do not need @code{rogue}, as we have @code{hack}. | |
398 | |
399 @contents | |
400 | |
401 @bye |