[racket] Units/measures library

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Fri Nov 18 00:13:59 EST 2011

Neil Toronto wrote at 11/17/2011 11:24 PM:
> On 11/17/2011 03:49 PM, Neil Van Dyke wrote:
>> I am doing something like this with an (as yet unreleased) time library,
>> and have thought of doing it for financial apps as well.
>
> Are you setting out to beat SRFI 19, or do you have different goals?
>
> If it's *just* time, I'd be interested to compare notes. For PLoT 
> 5.2.1, I've introduced a struct whose instances contain unbounded days 
> (positive and negative) and fractional seconds.

Looks like my last blog entry on it was a few years ago:
http://www.neilvandyke.org/weblog/2006/04/#2006-04-25

I dusted it off during my recent blitz of dumping unreleased code into 
PLaneT, and it's in the middle of implementing precision-sensitive 
arithmetic on its rich representations for time points and durations.  
It's in my work queue, but first I need to push my new embedded 
documentation library, and probably push my dusty URI library.  Plus 
there's the book, which right now seems more urgent than the time or URI 
libraries.

Paying rent often delays things. :)

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.