Re: pattern-matching in LISP?
There's a language, based on lisp:
http://www.lambdassociates.org/
It runs on Clisp and CMUCL.
You can freely mix lisp code with qi code.
And qi has many ML features, including pattern matching, currying,
partial applications.
.
Relevant Pages
- Re: C++ sucks for games
... have been shown Lisp code that is shorter than your C++ code. ... the Lisp syntax here scales very well ... That a language which you presumably rarely, ... (comp.lang.lisp) - Re: C++ sucks for games
... have been shown Lisp code that is shorter than your C++ code. ... the Lisp syntax here scales very well ... That a language which you presumably rarely, ... (comp.lang.cpp) - Re: Why 1+ instead of +1?
... language_ for representing Lisp code apart from its data. ... adjust your XML schema for Lisp code to be more XML-y. ... The variable attribute is syntax sugar for the supremely rare ... (comp.lang.lisp) - Re: Why 1+ instead of +1?
... > language_ for representing Lisp code apart from its data. ... Yeah, yeah, but they're not `real' Doctors. ... > adjust your XML schema for Lisp code to be more XML-y. ... (comp.lang.lisp) - Re: ffi, clisp and dlls
... > I am working on windows xp with clisp. ... Is there a way to release this dll from within clisp or ... CLISP doesn't come with a function to unlink a foreign library. ... (comp.lang.lisp) |
|