summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-07-25 23:13:49 +0000
committerJim Blandy <jimb@red-bean.com>1996-07-25 23:13:49 +0000
commita35cabe8888830c46a64490a31afe6bf7b7ebb9c (patch)
tree5e1715c4a634a5cb8371e41eb83400eb9fd12b8e /TODO
parentc363b6875a44c51fe9164fba47565d32d32684af (diff)
.
Diffstat (limited to 'TODO')
-rw-r--r--TODO35
1 files changed, 35 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 000000000..01fe7bd09
--- /dev/null
+++ b/TODO
@@ -0,0 +1,35 @@
+Needed before release
+
+* Add facilities for debugging Scheme programs.
+
+Mikael Djurfeldt <mdj@nada.kth.se> is working on this.
+
+* Modify the gscm functions as planned by Tom Lord.
+
+I think Mark Galassi <rosalia@nis.lanl.gov> is working on this.
+
+* Merge in the Cygnus threads package.
+
+Anthony Green <green@cygnus.com> is working on this,
+but he lacks time, so perhaps he could use help.
+
+Desired later on
+
+* Add a convenient facility for running a pipeline of processes
+with redirections. Gary Houston <ghouston@actrix.gen.nz>
+is working on this.
+
+* Make it possible to link Guile and TK without using libtcl.a, by
+providing Guile-based replacements for the libtcl.a functions that TK
+requires.
+
+* Make ordinary lambda functions work as callbacks for Tk;
+eliminate the need for tcl-lambda.
+
+* Translators for additional languages; in particular, Perl, Python,
+TCL, Emacs Lisp, and Rexx.
+
+* Clean up declarations of C functions to use a PROTO macro
+for conditional prototypes, instead of explicit conditionals.
+
+* A package for time conversions and formatting.