chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] csc, modules, (require), (import)


From: Dan
Subject: Re: [Chicken-users] csc, modules, (require), (import)
Date: Wed, 10 May 2006 03:18:12 -0700 (PDT)

Thank you for your suggestions and explanations,
Felix. I managed to get a (repl)-centered executable
to work properly with modules.

One more thing -- does the following declaration refer
to the module-defined f1? I see that when I (display
f1), it has the mangled name mod1$$f1...

;; mod1.scm
(declare (bound-to-procedure f1))
(module mod1 (f1)
  (define (f1 x) x))

-- Dan


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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