Skip to content

Instantly share code, notes, and snippets.

@benolee
Created December 20, 2013 06:54
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 benolee/96d1d8f1744fa6700848 to your computer and use it in GitHub Desktop.
Save benolee/96d1d8f1744fa6700848 to your computer and use it in GitHub Desktop.
(ns example)
;; Print output goes to the output buffer
(doseq [a (range 10)
b (range a)]
(println a "x" b "=" (* a b)))
(js/alert "ClojureScript says 'Boo!'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment