is part of the wiki's hello world example broken?

2020-04-06 Thread Daniel Ortmann
On this page: http://wiki.call-cc.org/man/5/Modules Following these instructions: If you want to keep macro-definitions in a separate file, use import libraries: % csc -s hello.scm -j test % csc -s test.import.scm I get 'unbound variable' for both hello and greet. My own user error? 

Re: is part of the wiki's hello world example broken?

2020-04-06 Thread Daniel Ortmann
Sorry.  I needed to load the test.import.so ... I was too hasty in my email. On 4/6/20 5:16 PM, Daniel Ortmann wrote: On this page: http://wiki.call-cc.org/man/5/Modules Following these instructions: If you want to keep macro-definitions in a separate file, use import libraries:

New version of scm2wiki

2020-04-06 Thread ipcore
Hello all, I've published a new version of scm2wiki, my CHICKEN auto-doc tool, at https://github.com/utz82/scm2wiki It's actually becoming quite a useful little tool. It now detects and transforms variable definitions, procedure definitions, various record definition styles, and coops