aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-03-30 23:41:58 -0400
committerEduardo Julian2015-03-30 23:41:58 -0400
commit9e095a1a8708a114a4105b4c5a583f6a2830ffc9 (patch)
tree029cacffe1e7633cc5525fb5e2c3c17d1af9fce1 /src/lux.clj
parentca6e205c4d4f0ead6b82429a188301d00503d24d (diff)
- 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.
Diffstat (limited to '')
-rw-r--r--src/lux.clj1
1 files changed, 1 insertions, 0 deletions
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