From 6bb629a6917176ec46fee119b3b21fb1781cba78 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 May 2015 21:58:55 -0400 Subject: - Added existential types via #ExT. - Removed the (now useless) lux.type/is-Type? function. --- src/lux.clj | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 83353f7e9..b69494909 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -4,15 +4,7 @@ :reload-all)) (comment - ;; TODO: Finish type system. - ;; TODO: Re-implement compiler in language. - ;; TODO: Add source-file information to .class files for easier debugging. - ;; TODO: Finish implementing class & interface definition - ;; TODO: All optimizations - ;; TODO: Anonymous classes - ;; TODO: - - ;; Finish total-locals + ;; TODO: Finish total-locals (time (&compiler/compile-all (&/|list "lux"))) (System/gc) -- cgit v1.2.3