chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] New egg: hopefully


From: Sudarshan S Chawathe
Subject: Re: [Chicken-users] New egg: hopefully
Date: Fri, 18 Dec 2015 11:41:28 -0500

I cannot seem to access this egg.  'chicken-install' doesn't know about
it (yet?) which didn't surprise me too much, but I also get HTTP 404
errors when using the link to the source from the egg's doc page on
call-cc.org (and ditto for the link on the askemos.org page):

  http://askemos.org/chicken-eggs/hopefully.tar.gz

Is there some other place I should check?

Regards,

-chaw

> To: chicken-users <address@hidden>
> From: Jörg F. Wittenberger <address@hidden>
> Date: Thu, 17 Dec 2015 22:38:54 +0100
> Subject: [Chicken-users] New egg: hopefully
> 
> Hi,
> 
> I just released the "hopefully" egg:  Composable transactional memory.
> 
> API inspired by Clojure's ref's and STMX.
> 
> Currently only some record types may be used with hopefully.  Further
> versions should add other mutable types.
> 
> I'd love to get feedback on the API.
> 
> https://wiki.call-cc.org/eggref/4/hopefully
> 
> Release-info and source is at
> http://askemos.org/chicken-eggs/index.html
> (this may be added the egg index).
> 
> Best
> 
> /Jörg
> 
> BTW: STM is usually advertised because it frees the programmer from
> getting locking sequences right.  However at least the "good", low level
> API appears to here be marginally (~5-10%) faster than the equivalent
> code using mutexs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]