guile-devel
[Top][All Lists]
Advanced

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

Re: fmatch


From: Ludovic Courtès
Subject: Re: fmatch
Date: Mon, 10 May 2010 10:26:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

stefan <address@hidden> writes:

> (match x ((a b) (+ a b)))
>
> (let ((F (lambda (a b) (+ a b))))
>   (c-code-match x pat F))
>
> This has it's elegance. So do you see any performancs 
> issues using this?

I’d rather avoid C completely for (ice-9 match).  I was mentioning use
of C for the Prolog implementation you were discussing.

Thanks,
Ludo’.





reply via email to

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