Skip to content

Instantly share code, notes, and snippets.

@odyssomay
Created October 18, 2011 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odyssomay/1295749 to your computer and use it in GitHub Desktop.
Save odyssomay/1295749 to your computer and use it in GitHub Desktop.
Clojurescript symbol to string
(ns test)
(console/log (str 'a))
<html>
<head>
<script type="text/javascript" src="out/goog/base.js"></script>
<script type="text/javascript" src="test.js"></script>
<script>
goog.require('test');
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment