From 52d428514631cf9ed54e2f8ad418ea21165011c7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 May 2015 19:18:02 -0400 Subject: Optimized the compiler with 2 tweaks: - Compilation units are not longer wrapped inside Expression/Statement variants. - analyse-apply* no longer returns lists. --- src/lux.clj | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 103c15565..83353f7e9 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -14,9 +14,6 @@ ;; Finish total-locals - ;; TODO: Change &type/check to it returns a tuple with the new expected & actual types - ;; TODO: Stop passing-along the exo-types and instead pass-along endo-types where possible - (time (&compiler/compile-all (&/|list "lux"))) (System/gc) (time (&compiler/compile-all (&/|list "lux" "test2"))) -- cgit v1.2.3