Re: A clojurescript newbie q.

2012-08-12 Thread Moritz Ulrich
Take a look at the javascript console. Most likely the `prinln' generates an error because *print-fn* isn't bound. It's not usual to use println on the client side. Logging to console is done via (.log js/console obj1 obj2 ...) On Sun, Aug 12, 2012 at 10:01 AM, mmwaikar wrote: > Hi, > > I am expe

A clojurescript newbie q.

2012-08-12 Thread mmwaikar
Hi, I am experimenting with clojurescript, and have the following page - (ns maze.views.mm (:use [noir.core :only [defpartial]] [hiccup.page :only [html5 include-js]] [hiccup.element :only [javascript-tag]] [maze.views.cssgenerator] [maze.constants])) (defn gene