Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-28 Thread Mimmo Cosenza
do you think could be useful to have a similar lein-template with batteries 
included for a mixed cli/cljs project? 

cljs-start is aimed for cljs lib only. 

LMK

My best

mimmo
 
On Nov 27, 2013, at 7:06 PM, test Comptetest un.compte.pour.tes...@gmail.com 
wrote:

 Indeed, with a fresh lein it now works.
 
 Thanks again, I'll be sure to use it with my students !
 
 Cheers,
 
 B.
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread test Comptetest
On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote:
 what are:
 
 
 - you operating system
 - java virtual machine (java -version # from the terminal)
 - leiningen version (lein version # from the terminal)
 
 
 Have you tried to create a project with others lein-template? e.g. 
 
 
 https://github.com/konrad-garus/cljs-kickoff
  

Not OP here, but I have exactly the same problem :

$ lein new cljs-start yourlibname
Generating fresh 'lein new' cljs-start project.
Template resource 'leiningen/new/cljs_start/README.MD' not found.

I tried your previous recommendations (rm -rf ~/.m2/repository/cljs-start, git 
clone https://github.com/magomimmo/cljs-start.git) t no avail.

$ uname -a
Linux lightning 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 
GNU/Linux

$ java -version
java version 1.7.0_45
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

$ lein version
Leiningen 2.1.1 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM

Cheers,

B.

PS: Thank you *so much* for your tutorials Modern ClojureScript !  

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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread mynomoto
Then the solution should be the same.

As Magomimmo wrote:

you need to upgrade to leiningen = 2.2.0

lein upgrade # from the terminal



On Wednesday, November 27, 2013 8:40:24 AM UTC-2, bernardH wrote:

 On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote: 
  what are: 
  
  
  - you operating system 
  - java virtual machine (java -version # from the terminal) 
  - leiningen version (lein version # from the terminal) 
  
  
  Have you tried to create a project with others lein-template? e.g.  
  
  
  https://github.com/konrad-garus/cljs-kickoff 


 Not OP here, but I have exactly the same problem : 

 $ lein new cljs-start yourlibname 
 Generating fresh 'lein new' cljs-start project. 
 Template resource 'leiningen/new/cljs_start/README.MD' not found. 

 I tried your previous recommendations (rm -rf ~/.m2/repository/cljs-start, 
 git clone https://github.com/magomimmo/cljs-start.git) t no avail. 

 $ uname -a 
 Linux lightning 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 
 GNU/Linux 

 $ java -version 
 java version 1.7.0_45 
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18) 
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) 

 $ lein version 
 Leiningen 2.1.1 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM 

 Cheers, 

 B. 

 PS: Thank you *so much* for your tutorials Modern ClojureScript !   



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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread Mimmo Cosenza
confirm. 
mimmo

On Nov 27, 2013, at 11:56 AM, mynomoto mynom...@gmail.com wrote:

 Then the solution should be the same.
 
 As Magomimmo wrote:
 
 you need to upgrade to leiningen = 2.2.0
 
 lein upgrade # from the terminal
 
 
 
 On Wednesday, November 27, 2013 8:40:24 AM UTC-2, bernardH wrote:
 On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote: 
  what are: 
  
  
  - you operating system 
  - java virtual machine (java -version # from the terminal) 
  - leiningen version (lein version # from the terminal) 
  
  
  Have you tried to create a project with others lein-template? e.g.  
  
  
  https://github.com/konrad-garus/cljs-kickoff 

 
 Not OP here, but I have exactly the same problem : 
 
 $ lein new cljs-start yourlibname 
 Generating fresh 'lein new' cljs-start project. 
 Template resource 'leiningen/new/cljs_start/README.MD' not found. 
 
 I tried your previous recommendations (rm -rf ~/.m2/repository/cljs-start, 
 git clone https://github.com/magomimmo/cljs-start.git) t no avail. 
 
 $ uname -a 
 Linux lightning 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 
 GNU/Linux 
 
 $ java -version 
 java version 1.7.0_45 
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18) 
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) 
 
 $ lein version 
 Leiningen 2.1.1 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM 
 
 Cheers, 
 
 B. 
 
 PS: Thank you *so much* for your tutorials Modern ClojureScript !   
 
 
 -- 
 -- 
 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.

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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread Mimmo Cosenza
I should submit an issue to lein, because even if I set the min-lein-version to 
2.2.0 in the project.clj the eerro message you receive when you run from a lein 
version  2.2.0 is misleading.

mimmo

On Nov 27, 2013, at 11:56 AM, mynomoto mynom...@gmail.com wrote:

 Then the solution should be the same.
 
 As Magomimmo wrote:
 
 you need to upgrade to leiningen = 2.2.0
 
 lein upgrade # from the terminal
 
 
 
 On Wednesday, November 27, 2013 8:40:24 AM UTC-2, bernardH wrote:
 On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote: 
  what are: 
  
  
  - you operating system 
  - java virtual machine (java -version # from the terminal) 
  - leiningen version (lein version # from the terminal) 
  
  
  Have you tried to create a project with others lein-template? e.g.  
  
  
  https://github.com/konrad-garus/cljs-kickoff 

 
 Not OP here, but I have exactly the same problem : 
 
 $ lein new cljs-start yourlibname 
 Generating fresh 'lein new' cljs-start project. 
 Template resource 'leiningen/new/cljs_start/README.MD' not found. 
 
 I tried your previous recommendations (rm -rf ~/.m2/repository/cljs-start, 
 git clone https://github.com/magomimmo/cljs-start.git) t no avail. 
 
 $ uname -a 
 Linux lightning 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 
 GNU/Linux 
 
 $ java -version 
 java version 1.7.0_45 
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18) 
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode) 
 
 $ lein version 
 Leiningen 2.1.1 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM 
 
 Cheers, 
 
 B. 
 
 PS: Thank you *so much* for your tutorials Modern ClojureScript !   
 
 
 -- 
 -- 
 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.

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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread test Comptetest
Indeed, with a fresh lein it now works.

Thanks again, I'll be sure to use it with my students !

Cheers,

B.

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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-26 Thread Deniz Kurucu
Thanks, that worked !


On Tue, Nov 26, 2013 at 1:15 AM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 you need to upgrade to leiningen = 2.2.0

 lein upgrade # from the terminal


 On Nov 25, 2013, at 8:18 PM, Deniz Kurucu makka...@gmail.com wrote:




 On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 what are:

 - you operating system


 Ubuntu 12.04 64 bit


 - java virtual machine (java -version # from the terminal)


 java version 1.7.0_45
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)



 - leiningen version (lein version # from the terminal)


 Leiningen 2.1.3 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM



 Have you tried to create a project with others lein-template? e.g.

 https://github.com/konrad-garus/cljs-kickoff


 Yes, that one works.



 thanks

 mimmo


 Thanks.


 On Nov 25, 2013, at 6:02 PM, Deniz Kurucu makka...@gmail.com wrote:


 Hi,

 both didn't work. Any other ideas ?

 lein new cljs-start coolappp

 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD http://readme.md/'
 not found.


 On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza 
 mimmo.cose...@gmail.comwrote:

 Hi,



 try the following:

 rm -rf ~/.m2/repository/cljs-start

 and run again

 lein new cljs-start youlibname

 If this does not work try the following

 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install


 and try again to create the project with

 lein new cljs-start yourlibname

 LTM if it works.

 mimmo


 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:

 Hi,

 When i run lein new cljs-start wonderful-lib

 I'm getting that error and nothing is created.

 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MDhttp://readme.md/'
 not found.

 Thanks.



 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza 
 mimmo.cose...@gmail.comwrote:


 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com
 wrote:

 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.


 Hi Tom, here is the sample I was talking about. It use the already
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.

 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md

 Inside you'll also find a brepling session with the instrumented
 hiccups. I don't know why nobody documents any brepl session (even me. in
 the modern-cljs series I should say something more about this task which is
 very, very important to become productive in cljs).

 I hope to contribute a little bit in modifying for the next year the
 results of the recent survey conducted by the tireless Chas Emerick.


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



 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to the Google
 Groups ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.



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



 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to the Google Groups
 

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-26 Thread Mimmo Cosenza
Good. 
I added the version requirement in the README (sorry to have forgotten that 
before).

mimmo

On Nov 26, 2013, at 12:02 PM, Deniz Kurucu makka...@gmail.com wrote:

 Thanks, that worked !
 
 
 On Tue, Nov 26, 2013 at 1:15 AM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 you need to upgrade to leiningen = 2.2.0
 
 lein upgrade # from the terminal
 
 
 On Nov 25, 2013, at 8:18 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 
 
 
 On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 what are:
 
 - you operating system
 
 Ubuntu 12.04 64 bit
  
 - java virtual machine (java -version # from the terminal)
 
 java version 1.7.0_45
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
 
  
 - leiningen version (lein version # from the terminal)
 
 
 Leiningen 2.1.3 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM
 
  
 Have you tried to create a project with others lein-template? e.g. 
 
 https://github.com/konrad-garus/cljs-kickoff
 
 Yes, that one works.
  
  
 thanks
 
 mimmo
 
 
 Thanks.
  
 On Nov 25, 2013, at 6:02 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 
 Hi,
 
 both didn't work. Any other ideas ?
 
 lein new cljs-start coolappp
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 
 On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 Hi,
  
 try the following:
 
 rm -rf ~/.m2/repository/cljs-start
 
 and run again
 
 lein new cljs-start youlibname
 
 If this does not work try the following
 
 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install
 
 
 and try again to create the project with
 
 lein new cljs-start yourlibname
 
 LTM if it works.
 
 mimmo
 
 
 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 Hi,
 
 When i run lein new cljs-start wonderful-lib
 
 I'm getting that error and nothing is created.
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 Thanks.
 
 
 
 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 
 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 
 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. 
 
 
 Hi Tom, here is the sample I was talking about. It use the already 
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
 
 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
 
 Inside you'll also find a brepling session with the instrumented hiccups. 
 I don't know why nobody documents any brepl session (even me. in the 
 modern-cljs series I should say something more about this task which is 
 very, very important to become productive in cljs). 
 
 I hope to contribute a little bit in modifying for the next year the 
 results of the recent survey conducted by the tireless Chas Emerick.
 
 
 HIH 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with 
 your first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.
 
 
 -- 
 -- 
 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, 

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
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.


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza

On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote:

 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. 
 

Hi Tom, here is the sample I was talking about. It use the already implemented 
hiccups lib to demonstrate by instrumenting it with cljs-start.

https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md

Inside you'll also find a brepling session with the instrumented hiccups. I 
don't know why nobody documents any brepl session (even me. in the modern-cljs 
series I should say something more about this task which is very, very 
important to become productive in cljs). 

I hope to contribute a little bit in modifying for the next year the results of 
the recent survey conducted by the tireless Chas Emerick.


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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
Hi,

When i run lein new cljs-start wonderful-lib

I'm getting that error and nothing is created.

Generating fresh 'lein new' cljs-start project.
Template resource 'leiningen/new/cljs_start/README.MD' not found.

Thanks.



On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:


 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com
 wrote:

 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.


 Hi Tom, here is the sample I was talking about. It use the already
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.

 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md

 Inside you'll also find a brepling session with the instrumented hiccups.
 I don't know why nobody documents any brepl session (even me. in the
 modern-cljs series I should say something more about this task which is
 very, very important to become productive in cljs).

 I hope to contribute a little bit in modifying for the next year the
 results of the recent survey conducted by the tireless Chas Emerick.


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


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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
Hi,
try the following:

rm -rf ~/.m2/repository/cljs-start

and run again

lein new cljs-start youlibname

If this does not work try the following

git clone https://github.com/magomimmo/cljs-start.git
cd cljs-start
lein install


and try again to create the project with

lein new cljs-start yourlibname

LTM if it works.

mimmo


On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:

 Hi,
 
 When i run lein new cljs-start wonderful-lib
 
 I'm getting that error and nothing is created.
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 Thanks.
 
 
 
 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 
 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote:
 
 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. 
 
 
 Hi Tom, here is the sample I was talking about. It use the already 
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
 
 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
 
 Inside you'll also find a brepling session with the instrumented hiccups. I 
 don't know why nobody documents any brepl session (even me. in the 
 modern-cljs series I should say something more about this task which is very, 
 very important to become productive in cljs). 
 
 I hope to contribute a little bit in modifying for the next year the results 
 of the recent survey conducted by the tireless Chas Emerick.
 
 
 HIH 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.

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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
Hi,

both didn't work. Any other ideas ?

lein new cljs-start coolappp

Generating fresh 'lein new' cljs-start project.
Template resource 'leiningen/new/cljs_start/README.MD' not found.


On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 Hi,



 try the following:

 rm -rf ~/.m2/repository/cljs-start

 and run again

 lein new cljs-start youlibname

 If this does not work try the following

 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install


 and try again to create the project with

 lein new cljs-start yourlibname

 LTM if it works.

 mimmo


 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:

 Hi,

 When i run lein new cljs-start wonderful-lib

 I'm getting that error and nothing is created.

 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD http://readme.md/'
 not found.

 Thanks.



 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:


 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com
 wrote:

 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.


 Hi Tom, here is the sample I was talking about. It use the already
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.

 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md

 Inside you'll also find a brepling session with the instrumented hiccups.
 I don't know why nobody documents any brepl session (even me. in the
 modern-cljs series I should say something more about this task which is
 very, very important to become productive in cljs).

 I hope to contribute a little bit in modifying for the next year the
 results of the recent survey conducted by the tireless Chas Emerick.


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



 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to the Google Groups
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.


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


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


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
what are:

- you operating system
- java virtual machine (java -version # from the terminal)
- leiningen version (lein version # from the terminal)

Have you tried to create a project with others lein-template? e.g. 

https://github.com/konrad-garus/cljs-kickoff
 
thanks

mimmo

On Nov 25, 2013, at 6:02 PM, Deniz Kurucu makka...@gmail.com wrote:

 
 Hi,
 
 both didn't work. Any other ideas ?
 
 lein new cljs-start coolappp
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 
 On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 Hi,
  
 try the following:
 
 rm -rf ~/.m2/repository/cljs-start
 
 and run again
 
 lein new cljs-start youlibname
 
 If this does not work try the following
 
 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install
 
 
 and try again to create the project with
 
 lein new cljs-start yourlibname
 
 LTM if it works.
 
 mimmo
 
 
 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 Hi,
 
 When i run lein new cljs-start wonderful-lib
 
 I'm getting that error and nothing is created.
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 Thanks.
 
 
 
 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 
 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote:
 
 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. 
 
 
 Hi Tom, here is the sample I was talking about. It use the already 
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
 
 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
 
 Inside you'll also find a brepling session with the instrumented hiccups. I 
 don't know why nobody documents any brepl session (even me. in the 
 modern-cljs series I should say something more about this task which is 
 very, very important to become productive in cljs). 
 
 I hope to contribute a little bit in modifying for the next year the results 
 of the recent survey conducted by the tireless Chas Emerick.
 
 
 HIH 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.
 
 
 -- 
 -- 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 what are:

 - you operating system


Ubuntu 12.04 64 bit


 - java virtual machine (java -version # from the terminal)


java version 1.7.0_45
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)



 - leiningen version (lein version # from the terminal)


Leiningen 2.1.3 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM



 Have you tried to create a project with others lein-template? e.g.

 https://github.com/konrad-garus/cljs-kickoff


Yes, that one works.



 thanks

 mimmo


Thanks.


 On Nov 25, 2013, at 6:02 PM, Deniz Kurucu makka...@gmail.com wrote:


 Hi,

 both didn't work. Any other ideas ?

 lein new cljs-start coolappp

 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD http://readme.md/'
 not found.


 On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 Hi,



 try the following:

 rm -rf ~/.m2/repository/cljs-start

 and run again

 lein new cljs-start youlibname

 If this does not work try the following

 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install


 and try again to create the project with

 lein new cljs-start yourlibname

 LTM if it works.

 mimmo


 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:

 Hi,

 When i run lein new cljs-start wonderful-lib

 I'm getting that error and nothing is created.

 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD http://readme.md/'
 not found.

 Thanks.



 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza 
 mimmo.cose...@gmail.comwrote:


 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com
 wrote:

 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.


 Hi Tom, here is the sample I was talking about. It use the already
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.

 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md

 Inside you'll also find a brepling session with the instrumented
 hiccups. I don't know why nobody documents any brepl session (even me. in
 the modern-cljs series I should say something more about this task which is
 very, very important to become productive in cljs).

 I hope to contribute a little bit in modifying for the next year the
 results of the recent survey conducted by the tireless Chas Emerick.


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



 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to the Google Groups
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.



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



 --
 Note that posts from new members are moderated - please be patient with
 your first post.
 ---
 You received this message because you are subscribed to the Google Groups
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at 

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
you need to upgrade to leiningen = 2.2.0

lein upgrade # from the terminal

On Nov 25, 2013, at 8:18 PM, Deniz Kurucu makka...@gmail.com wrote:

 
 
 
 On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 what are:
 
 - you operating system
 
 Ubuntu 12.04 64 bit
  
 - java virtual machine (java -version # from the terminal)
 
 java version 1.7.0_45
 Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
 Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
 
  
 - leiningen version (lein version # from the terminal)
 
 
 Leiningen 2.1.3 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM
 
  
 Have you tried to create a project with others lein-template? e.g. 
 
 https://github.com/konrad-garus/cljs-kickoff
 
 Yes, that one works.
  
  
 thanks
 
 mimmo
 
 
 Thanks.
  
 On Nov 25, 2013, at 6:02 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 
 Hi,
 
 both didn't work. Any other ideas ?
 
 lein new cljs-start coolappp
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 
 On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 Hi,
  
 try the following:
 
 rm -rf ~/.m2/repository/cljs-start
 
 and run again
 
 lein new cljs-start youlibname
 
 If this does not work try the following
 
 git clone https://github.com/magomimmo/cljs-start.git
 cd cljs-start
 lein install
 
 
 and try again to create the project with
 
 lein new cljs-start yourlibname
 
 LTM if it works.
 
 mimmo
 
 
 On Nov 25, 2013, at 4:06 PM, Deniz Kurucu makka...@gmail.com wrote:
 
 Hi,
 
 When i run lein new cljs-start wonderful-lib
 
 I'm getting that error and nothing is created.
 
 Generating fresh 'lein new' cljs-start project.
 Template resource 'leiningen/new/cljs_start/README.MD' not found.
 
 Thanks.
 
 
 
 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza mimmo.cose...@gmail.com 
 wrote:
 
 On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote:
 
 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. 
 
 
 Hi Tom, here is the sample I was talking about. It use the already 
 implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
 
 https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
 
 Inside you'll also find a brepling session with the instrumented hiccups. I 
 don't know why nobody documents any brepl session (even me. in the 
 modern-cljs series I should say something more about this task which is 
 very, very important to become productive in cljs). 
 
 I hope to contribute a little bit in modifying for the next year the 
 results of the recent survey conducted by the tireless Chas Emerick.
 
 
 HIH 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with 
 your first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at http://groups.google.com/group/clojurescript.
 
 
 -- 
 -- 
 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.
 
 
 -- 
 Note that posts from new members are moderated - please be patient with your 
 first post.
 --- 
 You received this message because you are subscribed to the Google Groups 
 ClojureScript group.
 To unsubscribe from this group and 

[ANN] cljs-start 0.0.5

2013-11-24 Thread Mimmo Cosenza
I just updated the cljs-start lein template which allows you to start creating 
you wonderful cljs lib with batteries included.

https://github.com/magomimmo/cljs-start

 lein new cljs-start yourlibname
 cd yourlibname
 lein do compile, test
 lein rep

user= (run) ; run the http server to be ready for brepling with the cljs lib
user= (browser-repl) ; use austin to create the brepl

Visit localhost:3000 for activating the brepl connection and start brepling.

Many thanks to Chas for having created Austin and clojurescript.test and to 
David for being such an amazing clj/cljs coder and for pushing us to stay 
updated with him. 

HIH

mimmo
 

 


signature.asc
Description: Message signed with OpenPGP using GPGMail