guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Making a module hierarchy


From: Rob Browning
Subject: Re: Making a module hierarchy
Date: Sat, 21 Sep 2002 10:06:33 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-pc-linux-gnu)

P Pareit <address@hidden> writes:

> I hope you can follow what I mean, and can answer if there are way's
> to make that kind of hierarchy work.

If you create

  ./foo.scm
  ./foo/bar.scm

then

  GUILE_LOAD_PATH=. guile -c '(use-modules (foo))'
  GUILE_LOAD_PATH=. guile -c '(use-modules (foo bar))'

should both work.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]