diff options
| author | Richard M. Stallman | 1995-03-31 06:25:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-03-31 06:25:17 +0000 |
| commit | 2eebaacd6972cf05f4535651395172ecb790bb7e (patch) | |
| tree | a49240783a3da0e418b9593aab9df0a45994087f /etc | |
| parent | f5b56972ca928ed9efad316c3265c4919d35b452 (diff) | |
| download | emacs-2eebaacd6972cf05f4535651395172ecb790bb7e.tar.gz emacs-2eebaacd6972cf05f4535651395172ecb790bb7e.zip | |
Delete extension language project. Add GNUstep. Move empire-builder.
State Fortran is in beta test.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/tasks.texi | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index f7d44a7d935..72af6331ba9 100644 --- a/etc/tasks.texi +++ b/etc/tasks.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename tasks.info | 3 | @setfilename tasks.info |
| 4 | @settitle GNU Task List | 4 | @settitle GNU Task List |
| 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! | 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! |
| 6 | @set lastupdate 6 February 1995 | 6 | @set lastupdate 31 March 1995 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -170,6 +170,13 @@ GNU @code{sed} probably needs to be rewritten completely just to make it | |||
| 170 | cleaner. | 170 | cleaner. |
| 171 | 171 | ||
| 172 | @item | 172 | @item |
| 173 | Work on the partially-implemented C interpreter project. | ||
| 174 | |||
| 175 | @item | ||
| 176 | Help with the development of GNUstep, a GNU implementation of the | ||
| 177 | OpenStep specification. | ||
| 178 | |||
| 179 | @item | ||
| 173 | Add features to GNU Make to record the precise rule with which each file | 180 | Add features to GNU Make to record the precise rule with which each file |
| 174 | was last recompiled; then recompile any file if its rule in the makefile | 181 | was last recompiled; then recompile any file if its rule in the makefile |
| 175 | has changed. | 182 | has changed. |
| @@ -234,10 +241,6 @@ by the application program. | |||
| 234 | A "desktop" program with drag-and-drop icons and such. | 241 | A "desktop" program with drag-and-drop icons and such. |
| 235 | 242 | ||
| 236 | @item | 243 | @item |
| 237 | An "empire builder" system that makes it easy to write various kinds of | ||
| 238 | simulation games. | ||
| 239 | |||
| 240 | @item | ||
| 241 | A paint program, supporting both bitmap-oriented operations and | 244 | A paint program, supporting both bitmap-oriented operations and |
| 242 | component-oriented operations. @code{xpaint} exists, but isn't very | 245 | component-oriented operations. @code{xpaint} exists, but isn't very |
| 243 | usable. | 246 | usable. |
| @@ -286,17 +289,6 @@ to start with an existing one and add the other features. | |||
| 286 | A general ledger program. | 289 | A general ledger program. |
| 287 | 290 | ||
| 288 | @item | 291 | @item |
| 289 | A single command language that could be suitable for use in a shell, in | ||
| 290 | GDB for programming debugging commands, in a program like @code{awk}, in | ||
| 291 | a calculator like @code{bc}, and so on. The fact that all these | ||
| 292 | programs are similar but different in peculiar details is a great source | ||
| 293 | of confusion. We are stuck with maintaining compatibility with Unix in | ||
| 294 | our shell, @code{awk}, and @code{bc}, but nothing prevents us from | ||
| 295 | having alternative programs using our new, uniform language. This would | ||
| 296 | make GNU far better for new users. Talk with @code{lord@@cygnus.com} if | ||
| 297 | you are interested in this project. | ||
| 298 | |||
| 299 | @item | ||
| 300 | A program to typeset C code for printing. | 292 | A program to typeset C code for printing. |
| 301 | For ideas on what to do, see the forthcoming book, | 293 | For ideas on what to do, see the forthcoming book, |
| 302 | 294 | ||
| @@ -377,13 +369,14 @@ alignments. | |||
| 377 | Volunteers are needed to write parsers/front ends for languages such as | 369 | Volunteers are needed to write parsers/front ends for languages such as |
| 378 | Algol 60, Algol 68, PL/I, or whatever, to be used with the code | 370 | Algol 60, Algol 68, PL/I, or whatever, to be used with the code |
| 379 | generation phases of the GNU C compiler. (C++ and Objective C are done, | 371 | generation phases of the GNU C compiler. (C++ and Objective C are done, |
| 380 | and Ada, Fortran and Pascal are being worked on. | 372 | Fortran is now in beta test, and Ada and Pascal are being worked on. |
| 373 | |||
| 381 | @c Fortran status is here so gnu@prep and the volunteer coordinators | 374 | @c Fortran status is here so gnu@prep and the volunteer coordinators |
| 382 | @c don't have to answer the question -len | 375 | @c don't have to answer the question -len |
| 383 | The status of the Fortran compiler can be found by: | 376 | You can get the status of the Fortran front end with this command: |
| 384 | @example | ||
| 385 | 377 | ||
| 386 | @code{finger -l fortran@@gnu.ai.mit.edu}) | 378 | @example |
| 379 | finger -l fortran@@gnu.ai.mit.edu | ||
| 387 | @end example | 380 | @end example |
| 388 | 381 | ||
| 389 | @node Games and Recreations | 382 | @node Games and Recreations |
| @@ -397,6 +390,10 @@ Video-oriented games should work with the X window system. | |||
| 397 | Empire (there is a free version but it needs upgrading) | 390 | Empire (there is a free version but it needs upgrading) |
| 398 | 391 | ||
| 399 | @item | 392 | @item |
| 393 | An ``empire builder'' system that makes it easy to write various kinds of | ||
| 394 | simulation games. | ||
| 395 | |||
| 396 | @item | ||
| 400 | Imitations of popular video games: | 397 | Imitations of popular video games: |
| 401 | 398 | ||
| 402 | @itemize - | 399 | @itemize - |
| @@ -405,7 +402,7 @@ Space war, Asteroids, Pong, Columns. | |||
| 405 | @item | 402 | @item |
| 406 | Defending cities from missiles. | 403 | Defending cities from missiles. |
| 407 | @item | 404 | @item |
| 408 | Plane shoots at lots of other planes. | 405 | Plane shoots at lots of other planes, tanks, etc. |
| 409 | @item | 406 | @item |
| 410 | Wizard fights fanciful monster. | 407 | Wizard fights fanciful monster. |
| 411 | @item | 408 | @item |