Hi,

stefan <stefan.ta...@spray.se> 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