|
From: | Ozzi |
Subject: | [Chicken-users] Writing documentation for use/include/require/etc |
Date: | Sun, 21 Oct 2007 18:51:56 -0500 |
User-agent: | Thunderbird 2.0.0.6 (Macintosh/20070728) |
Looks like it's time for me to write some more documentation :-)Below I've included all the ways I've found to include code, along with the pages from the wiki where I got the info. If anyone who knows of more of either could tack that on, I'll start working on untangling the mess so new users (including myself) will know what to use when.
Methods: (require-extension ...) (use ...) (require ...) (include ...) (load ...) (load-relative ...) (declare (uses ...)) Reference: http://galinha.ucpel.tche.br:8080//Non-standard%20macros%20and%20special%20forms http://galinha.ucpel.tche.br:8080//Unit%20eval#Loading%20extension%20libraries http://galinha.ucpel.tche.br:8080//Using%20the%20compiler
[Prev in Thread] | Current Thread | [Next in Thread] |