Re: Starting a new ClojureScript project, where to start?

2012-10-04 Thread Robert Stuttaford
You might find this quick-start I put together handy:

https://github.com/robert-stuttaford/demo-enfocus-pubsub-remote/

On Friday, September 28, 2012 8:30:12 PM UTC+2, Daniel Glauser wrote:

 Hi folks,

 Where would you point someone if they wanted guidance starting a new 
 ClojureScript project?  I friend who's big into 
 CoffeeScript/Backbone/Require and is looking to kick off a side project 
 with ClojureScript.  He's sold on Clojure but looking for some guidance. 
  We checked out Pinot which is now broken up:
 https://groups.google.com/d/msg/clj-noir/wsCVajG0-YE/CaFa3FTU7B0J

 Are there any sample apps with the new libraries?

 I cruised by ClojureScriptOne which is the most expansive ClojureScript 
 sample I've seen.  The last commit was eight months ago and some of the 
 libs look a bit stale in project.clj. Is ClojureScriptOne still a good 
 sample to point folks at or have things changed significantly?

 On a separate note I finally have Clojure in production!  It's working 
 great and development is moving forward.  It's currently a Noir app. 
  Looking to roll in Friend and Datomic shortly.  From there I hope to 
 publish a sample app, with all these well written disconnected libraries it 
 seems like we could use more examples of how to put them together.  Ping me 
 if you'd like to help.

 If any Clojure folks are coming through Denver and would be willing to 
 lead a topic at the Den of Clojure we would love to have you.  We do accept 
 presenters but encourage folks to focus on leading a topic and keeping the 
 meetings more hands on.
 http://www.meetup.com/Denver-Clojure-Meetup/

 Cheers,
 Daniel


-- 
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

Re: Starting a new ClojureScript project, where to start?

2012-09-30 Thread Dima B

Hi Daniel,

CljsBuild is a good starting point 
https://github.com/emezeske/lein-cljsbuild
It automatically sets up environment with latest cljs version and gives 
complete framework with compilation, auto-compilation, support of multiple 
projects, sharing code between clj and cljs.
Also take a look at the examples supplied with cljsbuild.

Cheers,
Dima


On Friday, September 28, 2012 11:30:12 AM UTC-7, Daniel Glauser wrote:

 Hi folks,

 Where would you point someone if they wanted guidance starting a new 
 ClojureScript project?  I friend who's big into 
 CoffeeScript/Backbone/Require and is looking to kick off a side project 
 with ClojureScript.  He's sold on Clojure but looking for some guidance. 
  We checked out Pinot which is now broken up:
 https://groups.google.com/d/msg/clj-noir/wsCVajG0-YE/CaFa3FTU7B0J

 Are there any sample apps with the new libraries?

 I cruised by ClojureScriptOne which is the most expansive ClojureScript 
 sample I've seen.  The last commit was eight months ago and some of the 
 libs look a bit stale in project.clj. Is ClojureScriptOne still a good 
 sample to point folks at or have things changed significantly?

 On a separate note I finally have Clojure in production!  It's working 
 great and development is moving forward.  It's currently a Noir app. 
  Looking to roll in Friend and Datomic shortly.  From there I hope to 
 publish a sample app, with all these well written disconnected libraries it 
 seems like we could use more examples of how to put them together.  Ping me 
 if you'd like to help.

 If any Clojure folks are coming through Denver and would be willing to 
 lead a topic at the Den of Clojure we would love to have you.  We do accept 
 presenters but encourage folks to focus on leading a topic and keeping the 
 meetings more hands on.
 http://www.meetup.com/Denver-Clojure-Meetup/

 Cheers,
 Daniel


-- 
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

Re: Starting a new ClojureScript project, where to start?

2012-09-29 Thread goracio
Hi 
There is a book by Stuart Sierra  Luke VanderHart ClojureScript Up and 
Running i think it's a good start point.

пятница, 28 сентября 2012 г., 22:30:12 UTC+4 пользователь Daniel Glauser 
написал:

 Hi folks,

 Where would you point someone if they wanted guidance starting a new 
 ClojureScript project?  I friend who's big into 
 CoffeeScript/Backbone/Require and is looking to kick off a side project 
 with ClojureScript.  He's sold on Clojure but looking for some guidance. 
  We checked out Pinot which is now broken up:
 https://groups.google.com/d/msg/clj-noir/wsCVajG0-YE/CaFa3FTU7B0J

 Are there any sample apps with the new libraries?

 I cruised by ClojureScriptOne which is the most expansive ClojureScript 
 sample I've seen.  The last commit was eight months ago and some of the 
 libs look a bit stale in project.clj. Is ClojureScriptOne still a good 
 sample to point folks at or have things changed significantly?

 On a separate note I finally have Clojure in production!  It's working 
 great and development is moving forward.  It's currently a Noir app. 
  Looking to roll in Friend and Datomic shortly.  From there I hope to 
 publish a sample app, with all these well written disconnected libraries it 
 seems like we could use more examples of how to put them together.  Ping me 
 if you'd like to help.

 If any Clojure folks are coming through Denver and would be willing to 
 lead a topic at the Den of Clojure we would love to have you.  We do accept 
 presenters but encourage folks to focus on leading a topic and keeping the 
 meetings more hands on.
 http://www.meetup.com/Denver-Clojure-Meetup/

 Cheers,
 Daniel


-- 
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

Starting a new ClojureScript project, where to start?

2012-09-28 Thread Daniel Glauser
Hi folks,

Where would you point someone if they wanted guidance starting a new 
ClojureScript project?  I friend who's big into 
CoffeeScript/Backbone/Require and is looking to kick off a side project 
with ClojureScript.  He's sold on Clojure but looking for some guidance. 
 We checked out Pinot which is now broken up:
https://groups.google.com/d/msg/clj-noir/wsCVajG0-YE/CaFa3FTU7B0J

Are there any sample apps with the new libraries?

I cruised by ClojureScriptOne which is the most expansive ClojureScript 
sample I've seen.  The last commit was eight months ago and some of the 
libs look a bit stale in project.clj. Is ClojureScriptOne still a good 
sample to point folks at or have things changed significantly?

On a separate note I finally have Clojure in production!  It's working 
great and development is moving forward.  It's currently a Noir app. 
 Looking to roll in Friend and Datomic shortly.  From there I hope to 
publish a sample app, with all these well written disconnected libraries it 
seems like we could use more examples of how to put them together.  Ping me 
if you'd like to help.

If any Clojure folks are coming through Denver and would be willing to lead 
a topic at the Den of Clojure we would love to have you.  We do accept 
presenters but encourage folks to focus on leading a topic and keeping the 
meetings more hands on.
http://www.meetup.com/Denver-Clojure-Meetup/

Cheers,
Daniel

-- 
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