>>>>> Alexandre Rademaker <[email protected]> >>>>> writes:
> Many thanks for this email. Does cl-ledger (lisp version) has similar > architecture? What are the differences? I don't know how many of the > ledger's users are programmers but making Ledger's architecture more > transparent will, for sure, help people understand and contribute to ledger. CL-Ledger is based on the same essential design. On that platform, "report filters" are SERIES functions, so that all evaluation is performed lazily. Otherwise, everything else is quite similar. John
