Skip to content

Instantly share code, notes, and snippets.

@weavejester
Created December 20, 2013 00:17
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/8048564 to your computer and use it in GitHub Desktop.
Save weavejester/8048564 to your computer and use it in GitHub Desktop.
user=> (austin-exec :src "src-cljs/")
Browser-REPL ready @ http://localhost:54203/7624/repl/start
WARNING: Symbol IDeref is not a protocol at line 3 /Users/jim/Development/reagi/src-cljs/reagi/core.cljs
Type `:cljs/quit` to stop the ClojureScript REPL
nil
cljs.user=> (ns cljs.user (:require [reagi.core :as r]))
nil
cljs.user=> (r/behavior-call #(+ 1 1))
"Error evaluating:" (r/behavior-call (fn* [] (+ 1 1))) :as "r.behavior_call.call(null,(function (){return (1 + 1);\n}));\n"
#<ReferenceError: Can't find variable: r>
ReferenceError: Can't find variable: r
at :1
at :6
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment