On Nov 25, 2013, at 7:06 AM, Tom Henderson <t...@mathpunk.net> wrote:

> It works! I've been discouraged-- I liked programming in Clojure, and I had 
> been hoping Clojurescript would be my grand entry into web sites and apps, 
> but trying to learn HTML and CSS and JS and CLJS all at the same time has 
> been too much. This just straight up WORKED. 

I'm glad it allows you keep trying hard!

> 
> I don't understand why the (run) command doesn't give me access to the js 
> namespace,

The (run) just start an http server (using ring, composure and enlive libs). 
Here you're still on the server side (clojure). 

> but (browser-repl) works beautifully.

here you are on the client side (cljs) and from here you have access to js. 
> 
> Once I figure out how to include a JS library, and maybe get my head around 
> templating, I'll be unstoppable! :D
> 

I'm preparing an example on how to use cljs-start with an already implemented 
cljs lib (I'll use hiccups as an example). If you have a little of patient 
tomorrow should be published. 

My best

Mimmo

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to