[plt-scheme] Re: Plugin-based software

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Fri Jun 2 11:19:15 EDT 2006

On 02/06/06, Paulo J. Matos <pocmatos at gmail.com> wrote:
> Oh, well, so I though I should compile it. I did so using the
> compile-file and the I used 'load' again and load returns:
> compile: variable not provided (directly or indirectly) from module:
> mzbrain in: begin
>

A small example I just did which results in yet another error I do not
understand:
test.pss:
(require (prefix srfi1: (lib "1.ss" "srfi")))
(define a '(1 2 3 4 5))
(srfi1:filter even? a)
-----

> (compile-file "test.pss" "test.zo")
"test.zo"
> (load "test.zo")
. reference to undefined identifier: srfi1:filter

Why is srfi1:filter undefined?

Paulo Matos

> --
> Paulo Jorge Matos - pocm at sat inesc-id pt
> Web: http://sat.inesc-id.pt/~pocm
> Computer and Software Engineering
> INESC-ID - SAT Group
>


-- 
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group


Posted on the users mailing list.