guile-user
[Top][All Lists]
Advanced

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

reload-module usage


From: Ramakrishnan Muthukrishnan
Subject: reload-module usage
Date: Fri, 19 Nov 2010 11:57:23 +0530

Hi,

How to use the `reload-module' function? For eg:

> (use-modules (tekuti boot))
...
[do some editing in tekuti/boot.scm]
...
[now back to the repl]
> (reload-module (tekuti boot))

This gives the following output:

> (reload-module (tekuti boot))
<stdin>:18:15: warning: possibly unbound variable `tekuti'
<unnamed port>:18:16: In procedure module-lookup:
<unnamed port>:18:16: Unbound variable: tekuti

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.
>

Perhaps I am missing something. Can't we specify the module name as we
specified in the use-module?

thanks
-- 
  Ramakrishnan



reply via email to

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