[plt-scheme] Help: Question about require and include

From: Grant Rettke (grettke at acm.org)
Date: Tue Nov 3 22:31:36 EST 2009

On Tue, Nov 3, 2009 at 6:20 PM, Parnell Springmeyer <ixmatus at gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I'm a Scheme noob and have had trouble trying to figure out why this
> code does not work:
>
> (define base-module-path "/home/user/modules/")
> (require (string-append base-module-path "user-agent.ss"))
>
> I know I'm missing something basic as to why it doesn't work... Any
> enlightenment would be nice!

Did you want to accomplish something specific or are you just studying
how things work?


Posted on the users mailing list.