How to add reports into Gnucash

David Eisner deisner at gmail.com
Thu Aug 20 17:10:59 EDT 2009


On Thu, Aug 20, 2009 at 1:23 PM, David T.<sunfish62 at yahoo.com> wrote:
> Indeed, a check using Dr. Scheme's syntax checker points to an error using the dot on a line that reads:
>
>     (lambda (op . args)

In the version of Scheme implemented by Guile, the dot is OK (it's
defined in R5RS).  The arguments before the dot are required.  Any
additional arguments, which are optional, will be placed in a list
stored in the last formal argument (named 'args' here). [1]

I believe Dr. Scheme is included with PLT Scheme, which also seems to
support this syntax. [2]

-David (E.)

[1] http://www.gnu.org/software/guile/manual/html_node/Lambda.html#Lambda
[2] http://docs.plt-scheme.org/guide/lambda.html


-- 
David Eisner     http://cradle.brokenglass.com


More information about the gnucash-user mailing list