From 2dfc64d30a6220866a80e1a9c77910df0b177a06 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 29 Oct 2016 22:59:02 -0400 Subject: - The |let optimization didn't actually work, so it was removed. --- src/lux/base.clj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lux/base.clj b/src/lux/base.clj index a4e2c3096..da5ef48f8 100644 --- a/src/lux/base.clj +++ b/src/lux/base.clj @@ -298,9 +298,6 @@ (defmacro |let [bindings body] (reduce (fn [inner [left right]] - (if (symbol? left) - `(let [~left ~right] - ~inner)) `(|case ~right ~left ~inner)) -- cgit v1.2.3