1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

Add TODO comment; nfc.

This commit is contained in:
Thien-Thi Nguyen 2002-05-08 20:18:12 +00:00
parent 8766d4b5f9
commit d1d0c7afa2

View file

@ -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: