Skip to content

Instantly share code, notes, and snippets.

@weavejester
Created December 20, 2013 00:31
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 weavejester/8048656 to your computer and use it in GitHub Desktop.
Save weavejester/8048656 to your computer and use it in GitHub Desktop.
(ns reagi.core)
(defn hello [] "Hello world")
user=> (austin-exec :src "src-cljs/")
Browser-REPL ready @ http://localhost:54518/9530/repl/start
Type `:cljs/quit` to stop the ClojureScript REPL
nil
cljs.user=> (ns cljs.user (:require reagi.core))
nil
cljs.user=> (reagi.core/hello)
"Error evaluating:" (reagi.core/hello) :as "reagi.core.hello.call(null);\n"
#<ReferenceError: Can't find variable: reagi>
ReferenceError: Can't find variable: reagi
at :1
at :5
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment