Hi, I have a bunch of functions with known names.  How do I call them?

For example.  If I have functions named "test1", "test2", ... "test999" I'd
like to call them all:

(define (bigtest)
  (define base "test")
  (for ([n (range 1 1000)])
    (call-by-name (string-append base (number->string n)))))

Thanks,
-Joe
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to