* Makefile.in (distclean): Don't forget to delete
[bpt/guile.git] / TODO
1 Needed before release
2
3 * Add facilities for debugging Scheme programs.
4
5 Mikael Djurfeldt <mdj@nada.kth.se> is working on this.
6
7 * Modify the gscm functions as planned by Tom Lord.
8
9 I think Mark Galassi <rosalia@nis.lanl.gov> is working on this.
10
11 * Merge in the Cygnus threads package.
12
13 Anthony Green <green@cygnus.com> is working on this,
14 but he lacks time, so perhaps he could use help.
15
16 Desired later on
17
18 * Add a convenient facility for running a pipeline of processes
19 with redirections. Gary Houston <ghouston@actrix.gen.nz>
20 is working on this.
21
22 * Make it possible to link Guile and TK without using libtcl.a, by
23 providing Guile-based replacements for the libtcl.a functions that TK
24 requires.
25
26 * Make ordinary lambda functions work as callbacks for Tk;
27 eliminate the need for tcl-lambda.
28
29 * Translators for additional languages; in particular, Perl, Python,
30 TCL, Emacs Lisp, and Rexx.
31
32 * Clean up declarations of C functions to use a PROTO macro
33 for conditional prototypes, instead of explicit conditionals.
34
35 * A package for time conversions and formatting.