[Openmcl-devel] Bug bounty

Ron Garret ron at flownet.com
Sat Oct 27 13:24:43 PDT 2018


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




More information about the Openmcl-devel mailing list