Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; The following Lisp code is from ``Calendrical | |
;; Calculations'' by Nachum Dershowitz and Edward | |
;; M. Reingold, Software---Practice & Experience, vol. 20, | |
;; no. 9 (September, 1990), pp. 899--928 and from | |
;; ``Calendrical Calculations, II: Three Historical | |
;; Calendars'' by Edward M. Reingold, Nachum Dershowitz, | |
;; and Stewart M. Clamen, Software---Practice & Experience, | |
;; vol. 23, no. 4 (April, 1993), pp. 383--404. | |
;; This code is in the public domain, but any use of it |