Re: [ANN] modern-cljs - 17th tutorial - REPLing with Enlive

2015-12-24 Thread Magomimmo
Hi Sven,
it was not my intention to exclude anyone. It's just that I never used windows 
in my life (if I exclude a short period in which I used VisualJ++ because was 
amazingly faster than the Sun counterpart Java IDE (around 1997). 

I'll appreciate any contribution from anyone skilled in that OS, because I 
don't even have a windows OS to test boot and I did not even known that boot 
does not run on windows, considering that in the readme you can read about it. 

https://github.com/boot-clj/boot#windows

So, sorry about that. This is something the boot maintainers should work on. 

that said, I think that even windows users could use boot via a virtual machine 
or a Linux containers (e.g. docker). 

To me the OS is just a commodity, as it is the JVM too. I just don't care about 
them until they create me a problem. 

Have great holidays!

mimmo

On Thursday, December 24, 2015 at 8:33:50 AM UTC+1, Sven Richter wrote:
> Hi,
> 
> While I appreciate everyones work and also like boots approach to building 
> clojure libs I want to remind you that boot still does not work on windows.
> Therefore you are excluding every windows user from your tutorial.
> 
> I am not sure if I was into clojure as I am today if some of the tutorials 
> just would not have worked when I started learning it.
> 
> I don't know how many people here are using windows vs linux, also I don't 
> want to start an OS war, but I know for sure that there is a lot of business 
> developers that are using windows only and by moving more and more to boot we 
> are closing a gate here as long as boot does not support windows.
> 
> Best Regards,
> Sven
> 
> Am Sonntag, 20. Dezember 2015 18:47:14 UTC+1 schrieb Magomimmo:
> Hi all,
> 
> I just published the 17th tutorial- REPLing with Enlive - of the modern-cljs 
> series.
> It has been realy easy to port the first edition of the tutorial, which was 
> based on leiningen/cljsbuild, to boot build tool (release 4.2.3 at the 
> moment). I'm really impressed by the signal/noise ratio of boot vs. 
> leiningen/cljsbuild and it has been really easy as well to create a TDD 
> environment which includes live coding with the REPL (both a CLJ REPL and a 
> CLJS REPL). There is still room for improvement to better support a tight TDD 
> worflow (i.e. dinamically filter test nameaspaces in the test and the 
> test-cljs tasks). I'm pretty sure the boot community will quickly fix that 
> issue. 
> https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-17.md
> 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/d/optout.


Re: [ANN] - modern-cljs integrates a port on emacs of lt-cljs-tutorial By David Nolen

2014-01-19 Thread Magomimmo
It works on Eclipse/CCW too thanks to the recent CCW updates by Laurent 
Petit. 
mimmo

On Saturday, January 18, 2014 7:44:43 PM UTC+1, Magomimmo wrote:

 Hi all,

 the `modern-cljs` series 

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

 now includes a port for Emacs users 

 https://github.com/magomimmo/modern-cljs/tree/master/cljs-tutorial

 of the recent lt-cljs-tutorial - A ClojureScript Programming Language 
 Tutorial for Light Table Users
 by David Nolen.

 https://github.com/swannodette/lt-cljs-tutorial

 I consider `lt-cljs-tutorial` the best companion resource for the
 `modern-cljs` series because it represents the fastest path to start
 learning the ClojureScript Programming Language as is, in a very
 interactive way, and from the most competent guy for the language
 itself.

 For those not using Emacs or Light Table, it should be
 very easy to run the emacs port of the David's tutorial with any 
 editor/IDE supporting nREPL. The port has been generated by `cljs-start` 
 lein-temaplate which works without problem with CCW, so the ported tutorial 
 should work as well on it. 

 Enjoy

 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: Is The Joy if Clojure up to date?

2013-11-30 Thread Magomimmo
Is still very good, but the second edition is on the way to be officially 
publish (FWIK).

mimmo


On Saturday, November 30, 2013 12:21:21 PM UTC+1, J. Pablo Fernández wrote:

 Hello,

 I have a copy of The Joy of Clojure that I bought a couple of years ago. 
 Is it still a good way to learn Clojure or is it out of date?

 Thanks.


-- 
-- 
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: [Video] Understanding list comprehension in Clojure

2013-09-26 Thread Magomimmo
Nice job, as usual!
mimmo

On Thursday, September 26, 2013 8:10:33 PM UTC+2, Jernau wrote:

 Hi everyone,

 I recorded another screencast - this time with the aim of helping people 
 understand 
 list comprehension in Clojure http://www.youtube.com/watch?v=5lvV9ICwaMo
 .

 I hope that some Clojure newcomers (or those unfamiliar with list 
 comprehension) find it useful.

 Cheers, 
 James


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