Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-13 Thread Ott Värimäe
Thank you very much! This is earthshaking stuff.

And me too hope to contribute soon :)


-- 
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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-13 Thread Dimitre Liotev
Brenton bashw...@gmail.com writes:

 Today we are releasing ClojureScript One. A project to help you get
 started writing single-page applications in ClojureScript.

The script/run script does not work on cygwin. Here is a patch
to fix it.

-- 
Dimitre Liotev

-- 
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=endiff --git a/script/setup_classpath.sh b/script/setup_classpath.sh
index a3df95d..3dd7fca 100644
--- a/script/setup_classpath.sh
+++ b/script/setup_classpath.sh
@@ -6,3 +6,7 @@ for next in 'src/clj' 'src/cljs' 'test/cljs'; do
 done
 
 CLJSC_CP=$CLJSC_CP':lib/domina/src/cljs:src/app/clj:src/app/cljs:src/app/cljs-macros:src/lib/clj:src/lib/cljs:test:templates'
+
+if [[ `uname` == CYGWIN* ]]; then
+  CLJSC_CP=`cygpath -mp ${CLJSC_CP}`
+fi


Re: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Laurent PETIT
Hi Brenton,

2012/1/11 Brenton bashw...@gmail.com

 Today we are releasing ClojureScript One. A project to help you get
 started writing single-page applications in ClojureScript.

 http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html

 http://clojurescriptone.com/

 https://github.com/brentonashworth/one

 This project is the result of a lot of hard work from the people at
 Relevance. Thanks everyone.


I am totally bluffed by the level of quality I can see in this released
work! The whole thing seems so cohesive and encompassing so much concerns
people have when starting projects with new languages/platforms!

It seems like an incredible gift for the community, dramatically lowering
the barrier to entry for newcomers, etc.

Cheers,

-- Laurent



 --
 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 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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread mmwaikar
Heart felt thanks to everyone who contributed to this.
I hope to catch up with my lack of JS skills through ClojureScript :) 
Everything about ClojureScript is exciting stuff.

Cheers,
Manoj.

-- 
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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-12 Thread Daniel Jomphe
Will we be able to read the account of the experience of translating the 
app from CoffeeScript to ClojureScript?

And/or reading both code bases.

Not sure if this account is covered by 
https://github.com/brentonashworth/one/issues/22

-- 
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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread David Nolen
On Wed, Jan 11, 2012 at 2:27 PM, Brenton bashw...@gmail.com wrote:

 Today we are releasing ClojureScript One. A project to help you get
 started writing single-page applications in ClojureScript.

 http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html

 http://clojurescriptone.com/

 https://github.com/brentonashworth/one

 This project is the result of a lot of hard work from the people at
 Relevance. Thanks everyone.


A very big congratulations! Hope to contribute soon! :)

-- 
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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Mark Rathwell
Thank you for this! It looks to be very cohesive and comprehensive,
very nice work.

On Wed, Jan 11, 2012 at 2:27 PM, Brenton bashw...@gmail.com wrote:
 Today we are releasing ClojureScript One. A project to help you get
 started writing single-page applications in ClojureScript.

 http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html

 http://clojurescriptone.com/

 https://github.com/brentonashworth/one

 This project is the result of a lot of hard work from the people at
 Relevance. Thanks everyone.

 --
 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 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: [ANN] ClojureScript One - Getting Started with ClojureScript

2012-01-11 Thread Ryan Waters
On Wed, Jan 11, 2012 at 1:27 PM, Brenton bashw...@gmail.com wrote:
 Today we are releasing ClojureScript One. A project to help you get
 started writing single-page applications in ClojureScript.


Can we quote Rich as saying This is Awesome?  This looks so thorough
and well-executed - very exciting.  Thank you.

- Ryan

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