Change quasiquote algorithm
[jackhill/mal.git] / impls / mal / step6_file.mal
index af04175..bb97cb1 100644 (file)
@@ -13,7 +13,7 @@
 
     (list? ast)   (map (fn* [exp] (EVAL exp env)) ast)
 
-    (vector? ast) (apply vector (map (fn* [exp] (EVAL exp env)) ast))
+    (vector? ast) (vec (map (fn* [exp] (EVAL exp env)) ast))
 
     (map? ast)    (apply hash-map
                     (apply concat