Created
July 31, 2011 04:57
-
-
Save jhickner/1116419 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
(ns test) | |
(defn ^:export encoding-example [] | |
(str "Hello " (name :foo))) | |
; goog.provide('test'); | |
; goog.require('cljs.core'); | |
; test.encoding_example = (function encoding_example(){ | |
; return cljs.core.str.call(null,"Hello ",cljs.core.name.call(null,"'foo")); | |
; }); | |
; goog.exportSymbol('test.encoding_example', test.encoding_example); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment