From ... From: Erik Naggum Subject: Re: Waving the lambda flag again (was: Constants and DEFCONSTANT) Date: 1999/04/02 Message-ID: <3132050414299555@naggum.no>#1/1 X-Deja-AN: 461944253 References: <7dr23c$2re$1@shell5.ba.best.com> <3131961221139730@naggum.no> <4niubflwhf.fsf@rtp.ericsson.se> <41UM2.19154$134.197089@tor-nn1.netcom.ca> <3132042770550791@naggum.no> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * pvaneynd@mail.inthan.be (Peter Van Eynde) | With "the values" you mean the human readable form of the (day, millisec, | timezone) triplet? no, the individual (day month year) and (second minute hour) triples. | So (year,month,day,hour,minute,second) in a fixnum, right? no. keep trying. :) | Aha. Is it not possible to use the cycle-counter on modern x86's to | check this. You would have to insert get-the-count instructions here and | there, but it gives you a resolution of 1 clock tick. IIRC yes, this is possible, but as far as I can see, Allegro CL does not support this mode of operation. I think it's a little too much to ask, too, but if I can get over the _disgusting_ machine language in the Intel CPU's, I might play with this one day... #:Erik