Subject: Re: Waving the lambda flag again (was: Constants and DEFCONSTANT) From: Erik Naggum <erik@naggum.no> Date: 1999/04/07 Newsgroups: comp.lang.lisp Message-ID: <3132487825915707@naggum.no> * David Gadbois <gadbois@lagavulin.cyc.com> | I'm stumped. Are you talking about doing: | | (defun encode-time-values (days seconds milliseconds) | (dpb seconds (byte 17 10) | (dpb milliseconds (byte 10 0) | (ash days 27)))) | | ? no. I'm hinting at encoding year-month-day and hour-minute-second as bytes in a fixnum. little did I know this would be paper material in complexity. #:Erik