On Fri 19 Nov 2010 16:47, Andy Wingo writes:
> (reload-module (resolve-module (tekuti boot)))
Doh, I meant
(reload-module (resolve-module '(tekuti boot)))
^
quote. it's like the pinky finger. small but important
--
http://wingolog.org/
On Fri, Nov 19, 2010 at 9:17 PM, Andy Wingo wrote:
> On Fri 19 Nov 2010 16:17, Ramakrishnan Muthukrishnan
> writes:
>
>> On Fri, Nov 19, 2010 at 11:57 AM, Ramakrishnan Muthukrishnan
>> wrote:
>>>
(reload-module (tekuti boot))
>>> :18:15: warning: possibly unbound variable `tekuti'
>>> :18:
On Fri 19 Nov 2010 16:17, Ramakrishnan Muthukrishnan writes:
> On Fri, Nov 19, 2010 at 11:57 AM, Ramakrishnan Muthukrishnan
> wrote:
>>
>>> (reload-module (tekuti boot))
>> :18:15: warning: possibly unbound variable `tekuti'
>> :18:16: In procedure module-lookup:
>> :18:16: Unbound variable: tek
On Fri, Nov 19, 2010 at 11:57 AM, Ramakrishnan Muthukrishnan
wrote:
>
>> (reload-module (tekuti boot))
> :18:15: warning: possibly unbound variable `tekuti'
> :18:16: In procedure module-lookup:
> :18:16: Unbound variable: tekuti
>
> Entering a new prompt. Type `,bt' for a backtrace or `,q' to co
"Marco Maggi" wrote:
> This is wrong; it is the "guile-r6rs" executable that,
> when used interactively, does not import the R6RS bindings
> by default as I expected.
This is my own script, it does not come with Guile...
--
Marco Maggi
"Marco Maggi" wrote:
> P.S. It appears that some or all the bindings from the
> R6RS libraries:
>
> (rnrs arithmetic fixnums)
> (rnrs arithmetic flonums)
>
> are not re-exported by (rnrs).
This is wrong; it is the "guile-r6rs" executable that, when
used interactively, does not import the