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