Skip to content

Instantly share code, notes, and snippets.

@roman01la
Last active May 25, 2020 15:30
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 roman01la/c00bc4c8b7a3f9715e6bea47278cee4f to your computer and use it in GitHub Desktop.
Save roman01la/c00bc4c8b7a3f9715e6bea47278cee4f to your computer and use it in GitHub Desktop.
(ns core-test
(:import [goog.net Jsonp]
[goog Uri]))
(def x "123")
(def y "456")
(def url
(str x y))
(js/console.log
(.send (Jsonp. (Uri. url) "c") #js {} js/console.log js/console.error))
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.758"}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment