Re: [Chicken-users] Re: dbus:send bug

2011-03-17 Thread Peter Bex
On Thu, Mar 17, 2011 at 09:17:13AM -0400, John Gabriele wrote: > > You can also make the argument that you're being distracted by the way > > the code is laid out.  If you are documenting completely separately, > > you can think about the flow of text that makes most sense, grouping > > procedures

Re: [Chicken-users] Re: dbus:send bug

2011-03-17 Thread John Gabriele
On Wed, Mar 16, 2011 at 4:45 PM, Peter Bex wrote: > On Wed, Mar 16, 2011 at 04:52:45PM -0300, Stephen Eilert wrote: >> > Almost all the "extracted" documentation I've seen is of shitty quality; >> > people tend to use automatic extraction of docs as an excuse not to >> > write proper documentation

Re: [Chicken-users] Chicken Scheme 3 extension dependency problem

2011-03-17 Thread Peter Bex
On Wed, Mar 16, 2011 at 10:55:55PM -0500, Paul Nelson wrote: > I'm back! > > Things have been busy for me lately, keeping me from playing with Chicken > Scheme and with qwiki but I finally got a little time tonight. While I have > been able to successfully install qwiki and get the first page

Re: [Chicken-users] Re: dbus:send bug

2011-03-17 Thread ju
Hello, > > Documentation for eggs is usually manually written. As far as I know, > nobody uses automatic extraction of comments from code. > Look at the contracts egg. Using it, you will not only get automatic documentation of your modules but also a simple version of "Design by Contract" inv

Re: [Chicken-users] Issue loading a specifc file with Chicken-Slime

2011-03-17 Thread Christian Kellermann
* Nick Gasson [110316 21:30]: > > It's here: http://paste.lisp.org/display/120567 > > > > The line that seems to cause the issue is 69 - (define (imag-part z) (apply- > > generic 'imag-part z)) > > > > It's odd because there are very similar (currently commented) lines around > > it > > which