Add TODO comment; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 May 2002 20:18:12 +0000 (20:18 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 May 2002 20:18:12 +0000 (20:18 +0000)
scripts/scan-api

index 241f45f..3361816 100755 (executable)
@@ -58,6 +58,9 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
 ;; Currently, there are two convenience predicates that operate on `x':
 ;;   (in-group? x GROUP)
 ;;   (name-prefix? x PREFIX)
+;;
+;; TODO: Move symbol->string to hash-fold to make sorting more efficient.
+;;       Allow for concurrent Scheme/C membership.
 
 ;;; Code: