Created
September 12, 2013 16:56
-
-
Save swannodette/6540713 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| (ns hello-world.core) | |
| (.log js/console "Hello world!") |
This file contains hidden or 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
| Math.floor(2147483648 * Math.random()).toString(36); | |
| console.log("Hello world!"); |
Author
👍
That is surely one of the weirdest artifacts I've ever seen. Great work on the projects!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first line is an artifact from Google Closure, will need to look into it. Note this gist does not mean that your ClojureScript programs are going to be any smaller, it just demonstrates that the standard library is now squeaky clean with respect to being static (nothing runs) and dependencies.