In SRFI-19, the date-year-day function is meant to return the ordinal
day of the year for a date structure. This value is properly 1 for the
first day of each calendar year, and on all other days 1 greater than
the value for the preceding day. But the implementation occasionally
has it repeat a v
The documentation, near the start of the section on SRFI-19, says
!*Caution*: The current code in this module incorrectly extends the
! Gregorian calendar leap year rule back prior to the introduction of
! those reforms in 1582 (or the appropriate year in various countries).
! The Julian calen
Thomas Klausner wrote:
>
> SNARF net_db.doc
> net_db.c:468:***Missing or erroneous `#define FUNC_NAME s_AI_ADDRCONFIG);'
> net_db.c:488:***Missing or erroneous #undef for AI_ADDRCONFIG);:
>
> Compilation continues even though this looks like an error.
Yeah, while annoying, this is ha
Lepton EDA is a suite of electronics CAD tools that relies heavily on
Guile as an extension language, and increasingly for some core
functionality, such as the netlisting layer. It would be great to get a
mention on the Guile website as a project that uses Guile!
Lepton EDA can be found at ht