chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to structure a project


From: Daniel Sadilek
Subject: Re: [Chicken-users] How to structure a project
Date: Wed, 10 Jan 2007 11:12:58 +0100

> ;;; foo.scm
> (declare (uses bar))
> (use bar)

You do not need the '(uses bar)'

If I leave it out, "csc bar.o foo.scm" gives the warning "extension
`bar' is currently not installed" and running the compiled foo results
in "Error: unbound variable: bar".

Best regards
Daniel Sadilek




reply via email to

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