Qi: An interesting Lisp with pattern matching
lambdassociates.org
Qi: An interesting Lisp with pattern matching
1–3 of 3 posts
Re: Qi: An interesting Lisp with pattern matching
#2Here a very superficial comparison of 'Qi' and 'Arc':
> ( T
Off-by-one!Re: Qi: An interesting Lisp with pattern matching
#3Qi is just a little too out there for me. All variables uppercase? Autoquoting symbols? The bizarre list syntax?
I do like the built-in partial application as well as pattern-matching. But basically it feels like Prolog with a more Lispy syntax.