Newbie: How should Lispers deal with date/times? Any packages?
- From: Michael Kohout <mwkohout@xxxxxxxxx>
- Date: Fri, 09 Nov 2007 22:25:00 -0000
Hi-
I've been playing around with Clozure Lisp for a little while, and I'm
looking to use it to (at least) prototype a system with it (and cl-
weblocks).
This application/prototype performs operations on dates and times.
I've done some reading and discovered decode-universal-time and get-
usersal-time and understand their encoding, but coming from a Java
background, these functions seem kind of basic.
So I was hoping one of you fine folks might know of a more robust
library. Off the top of my head it would need to be able to take a
datetime and convert it to a string(at this stage, since this is a
prototype i18n isn't necessary), verify that a privided datetime is
valid(so that it will error should someone try to create a date object
for November 31, for example) and do date math.
Any suggestions?
thanks
Mike
.
- Follow-Ups:
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: Luigi Panzeri
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: Frank Goenninger DG1SBG
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: John Thingstad
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: Rainer Joswig
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: Antony Sequeira
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- From: Zach Beane
- Re: Newbie: How should Lispers deal with date/times? Any packages?
- Prev by Date: Re: Bug in SBCL 1.0.10?
- Next by Date: Re: Bug in SBCL 1.0.10?
- Previous by thread: Re: Next Generation of Language
- Next by thread: Re: Newbie: How should Lispers deal with date/times? Any packages?
- Index(es):
Relevant Pages
|