From 9e095a1a8708a114a4105b4c5a583f6a2830ffc9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 30 Mar 2015 23:41:58 -0400 Subject: - Beginning to add type-system + type-inferencer. - Removed exec, get@' & set@' special forms, as they are not primitive enough as to be part of the language. --- src/lux.clj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lux.clj') diff --git a/src/lux.clj b/src/lux.clj index 6d79b52bf..7bee8df16 100644 --- a/src/lux.clj +++ b/src/lux.clj @@ -15,6 +15,7 @@ ;; Finish total-locals (time (&compiler/compile-all (&/|list "lux"))) + (System/gc) (time (&compiler/compile-all (&/|list "lux" "test2"))) ;; jar cvf test2.jar *.class test2 && java -cp "test2.jar" test2 -- cgit v1.2.3