Qi: An interesting Lisp with pattern matching(lambdassociates.org)
lambdassociates.org
Qi: An interesting Lisp with pattern matching
http://www.lambdassociates.org/qilisp.htm
2 comments
Here a very superficial comparison of 'Qi' and 'Arc':
> (< (length "Qi") (length "Arc"))
> T
Off-by-one!
I do like the built-in partial application as well as pattern-matching. But basically it feels like Prolog with a more Lispy syntax.