Created
December 24, 2015 23:34
-
-
Save noisesmith/73a632ff0bf2774c2958 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rlwrap java -cp bench.jar clojure.main | |
Clojure 1.7.0 | |
user=> (deftype T [] Object (finalize [this] (println "gone"))) | |
user.T | |
user=> (let [t (T.)] (type t)) | |
user.T | |
user=> (reduce +' (range 999999999)) | |
gone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment