Change quasiquote algorithm
[jackhill/mal.git] / impls / python / core.py
index 414a5a0..cb351b2 100644 (file)
@@ -172,6 +172,7 @@ ns = {
         'sequential?': types._sequential_Q,
         'cons': cons,
         'concat': concat,
+        'vec': Vector,
         'nth': nth,
         'first': first,
         'rest': rest,