Hmm, I tried this with a v8 shell, and I still get... > load('out/goog/base.js'); > load('out/goog/deps.js'); > load('bkeeping.js'); > bkeeping.fubar("thing");
*(shell):1: ReferenceError: bkeeping is not defined* *bkeeping.fubar("thing");* *^* Where "cat bkeeping.cljs" gives... *(ns bkeeping* * (:require [goog.testing.jsunit :as testing]))* * * *(defn ^:export fubar [n] * * (str "ZZzz: " n)* *)* Tim On Tue, Aug 9, 2011 at 12:39 AM, Brenton <bashw...@gmail.com> wrote: > > load('out/goog/base.js'); > > load('bkeeping.js'); > > This should be: > > load('out/goog/base.js'); > load('out/goog/deps.js'); > load('bkeeping.js'); > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en