Michael Montague scripsit: > In Foment, you can define a library using eval: (eval '(define-library > (foo bar) ...)) and (foo bar) will be available for importing. That > means as you are developing a program and libraries, you can just > put them all into the same file to begin with and use load to try it > out. Does chibi do something similar?
No. In Chibi, define-library and the names of library declarations appear in a special library named (meta), which is implicitly loaded when a .sld file is imported. It is not visible in any other library. -- Barry thirteen gules and argent on a canton azure John Cowan fifty mullets of five points of the second, [email protected] six, five, six, five, six, five, six, five, and six. --blazoning the U.S. flag http://www.ccil.org/~cowan _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
