[Openmcl-devel] Bug bounty

Ron Garret ron at flownet.com
Sun Oct 28 12:38:22 PDT 2018


Since no one has contacted me to let me know that they are working on this, here’s my fix for the record:

https://github.com/rpav/cl-interval/pull/7/commits/3c6ccc72d0ba3d6db0b208f43f110d58f90029cc

BTW, this code turns out to be wicked cool now that it’s working.  It’s very fast, rock-solid AFAICT once this bug is fixed, and once you understand how it works, pretty easy to read and modify.  It should be getting more love than it seems to be attracting.

On Oct 27, 2018, at 1:24 PM, Ron Garret <ron at flownet.com> wrote:

> Oh, BTW, while working on this I had an “I Love Lisp” moment.  This little macro:
> 
> (defmacro trace-cond (&rest clauses)
>  `(cond ,@(mapcar (lambda (clause)
>                     `(,(car clause) (print ',(car clause)) ,@(cdr clause)))
>                   clauses)))
> 
> turns out to be tremendously useful.
> 
> rg
> 
> On Oct 27, 2018, at 1:22 PM, Ron Garret <ron at flownet.com> wrote:
> 
>> FYI, I believe I have identified the problem.  I am not going to post my solution yet just in case someone is actively working on this because I don’t want to pull the rug out from under you if you’ve already put some effort into it.  But if you haven’t already started on this, you probably shouldn’t.
>> 
>> If anyone is working on this please let me know.  Otherwise I’m going to post my solution here in the next day or two, at which point, obviously, the bounty will be withdrawn.
>> 
>> rg
>> 
>> _______________________________________________
>> Openmcl-devel mailing list
>> Openmcl-devel at clozure.com
>> https://lists.clozure.com/mailman/listinfo/openmcl-devel
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> https://lists.clozure.com/mailman/listinfo/openmcl-devel




More information about the Openmcl-devel mailing list