[plt-scheme] Question about calendar in scheme (plt)

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Thu Jun 24 12:20:01 EDT 2004

Neil W. Van Dyke wrote:

> SRFI-19 provides some, if not all, of the date math you need.  For any
> other date math, one reference is the Emacs Lisp "calendar.el" and
> "cal-*.el" files, which are included with Emacs.  Documentation is at:
> http://www.gnu.org/software/emacs/manual/html_node/Calendar-Diary.html

In the source for Chicken there is an example in /examples/calendar.scm"
by Dale E. Jordan that prints an ascii calendar on standard out. It only
uses R5RS and srfi-1, so it might be worth a look too.

-- 
Jens Axel Søgaard



Posted on the users mailing list.