Re: SBCL is now faster than Java, as fast as Ocaml, and getting better




On Thu, 10 Jul 2008 16:52:41 +0200, "John Thingstad" <jpthing@xxxxxxxxx> said:

|...
|| BTW, what's exactly the difference between paren matching and pattern
|| matching?
|| ...
| pattern matching as in cl-ppcre, cl-yacc, cl-unify,...?

As in

f 0 = 0
f 1 = 1
f (n+2) = f n + f (n+1)

Unless we are talking about parent matching, that is...

---Vassil.


--
Peius melius est. ---Ricardus Gabriel.
.



Relevant Pages