Re: The Free Logic Foundation

2014-09-17 Thread Mateusz Kowalczyk
On 09/17/2014 09:29 PM, Ian Grant wrote: > Here's some more logic that they don't teach kids these days. > > It is now nearly a month since I posted an 8 page text explaining how > to vastly extend the life-expectancy of the Free Software Foundation. > > In that time I have received a total of th

Re: Shorter lambda expressions

2014-01-22 Thread Mateusz Kowalczyk
On 23/01/14 04:51, Mark H Weaver wrote: > Hello all, > > For a short time I liked 'cut' from SRFI-26, but I soon became > frustrated by its limitations, most notably not being able to reference > the arguments out of order or within nested expressions. I don't like > the inconsistent style that r

Re: Concurrent MVars for Guile

2014-01-17 Thread Mateusz Kowalczyk
On 17/01/14 19:31, Mark H Weaver wrote: > Hi, > > Mateusz Kowalczyk writes: > >> First of all, let's quickly outline something that Guilers might not be >> familiar with: MVars are based on an important property of the GHC's >> (GHC is the main Haske

Re: Concurrent MVars for Guile

2014-01-16 Thread Mateusz Kowalczyk
On 02/09/13 08:55, Mark H Weaver wrote: > Hello all, > > I've attached a preliminary implementation of MVars à la Concurrent > Haskell for Guile. I made a few small changes to the API to better > match Scheme conventions, and added atomicity guarantees for 'read-mvar' > and 'swap-mvar'. I also a