Hi,
I am looking for a library that deals with time. Specifically, I am looking for things like: - The concept of Period (not duration) that models an absolute time period - Scripting possibilities like: 16 April, 2015 @ (3 pm + 15 minutes) Do you know any effort in this direction? Doru |
Camille
|
In reply to this post by Tudor Girba-2
Chronos has Timeperiods & works in Pharo 1.3+, GemStone 2.3-3.2 and Squeak 4.3+
Timeperiod from: (Timepoint now) duration: (ScientificDuration minutes: 1) http://smalltalkhub.com/#!/~Chronos/Chronos
|
The website of the project looks a bit strange ;)
|
Yeah its too bad Alan Lovejoy let the domain lapse. Lots of good info there about the library. Have t oget it through the wayback machine now:
https://web.archive.org/web/20110716103022/http://www.chronos-st.org/
|
Also his blog has some more info about it:
http://chronos-st.blogspot.com/search/label/Chronos
|
Free forum by Nabble | Edit this page |