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

2015-12-27 Thread Mimmo Cosenza
Hi Sven,
I forwarded your guess to the #boot channel on slack 

https://clojurians.slack.com/archives/boot/p1451213798007029 
<https://clojurians.slack.com/archives/boot/p1451213798007029>

My best

mimmo

> On 26 Dec 2015, at 21:42, 'Sven Richter' via ClojureScript 
> <clojurescr...@googlegroups.com> wrote:
> 
> Hi Yuri,
> 
> I followed to the CLJ bug and as far as I understood Alex said that clojure 
> is not related to this. This is also my thinking. NTF has different semantics 
> regarding file locking than linux. And I guess that's the problem, probably 
> the adzerk team never tried it on windows themselves.
> 
> Despite that I just gave it a try with 1.8.0-RC4 and the same error occurs.
> 
> Best Regards,
> Sven
> 
> Am Samstag, 26. Dezember 2015 14:55:30 UTC+1 schrieb Yuri Steinschreiber:
> From what I understand by looking at the Boot file access bugs, they are 
> actually Clojure problems (open file leaks) fixed in 1.8, so you might want 
> to give it a try using 1.8 Release Candidate.
> 
> Cheers……..Yuri
> 
> 
> From: 'Sven Richter' via ClojureScript 
> Sent: Friday, December 25, 2015 1:08 PM
> To: Clojure 
> Cc: clojur...@googlegroups.com 
> Subject: Re: [ClojureScript] Re: [ANN] modern-cljs - 17th tutorial - REPLing 
> with Enlive
> 
>  
> Hm, 
> 
> Thats interesting, the first time I tried boot (when it was officially 
> anounced) on W7 it did not work for me (one of the already existing issues 
> hit me). 
> As I read this announcement here I tried it again, before writing my answer.
> What I did was to to install the latest boot and clone: 
> https://github.com/martinklepsch/tenzing 
> <https://github.com/martinklepsch/tenzing> and then run boot dev in the repl.
> After changing the only cljs file the File*Access*Exception occured. Again 
> this was on W7.
> 
> Maybe they changed something within the file access code in W10.
> 
> Still I want to argue that a lot of business runs on Windows, especially 
> development environments. Especially given the fact the the JVM runs on many 
> different platforms I would prefer that also the clojure tooling runs on 
> these platforms.
> 
> Of course this is only my opinion, but still I am concerned about that move.
> 
> Best Regards,
> Sven
> 
> Am Freitag, 25. Dezember 2015 18:02:28 UTC+1 schrieb Sean Corfield:
> 
> Sven Richter wrote on Wednesday, December 23, 2015 at 11:33 PM:
> 
> 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.
> 
>  
> I’ve been using Boot extensively on Windows 10 for the last few weeks and it 
> seems to work pretty flawlessly. The only glitch I’ve seen is in Git Bash 
> where `boot repl` hangs (it works perfectly in the regular CMD window).
> 
>  
> Whilst my main development setup is OS X — and I agree that the Clojure 
> ecosystem in general favors *nix-like environments — I’ve done almost all my 
> Boot learning on my Windows 10 laptop while watching TV in the evenings, 
> including developing the boot-expectations library (to run Expectations in a 
> pod in Boot), before embarking on using Boot on OS X for work (we have almost 
> completed a switch from Leiningen to Boot — I’m expecting it to be fully 
> complete on dev/QA today).
> 
>  
> Sean
> 
>  
> -- 
> 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 clojurescrip...@googlegroups.com .
> To post to this group, send email to clojur...@googlegroups.com .
> Visit this group at https://groups.google.com/group/clojurescript 
> <https://groups.google.com/group/clojurescript>.
> 
>  
> 
> -- 
> 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 
> <mailto:clojurescript+unsubscr...@googlegroups.com>.
> To post to this group, send email to clojurescr...@googlegroups.com 
> <mailto:clojurescr...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/clojurescript 
> <https://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 cloj

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

2015-12-25 Thread Erik Assum
When it's just a matter of correcting typos, I tend to fork the project, do the 
edit directly in the github gui, commit, and add a pull request, which would 
correspond to steps 1,5,6,8 below. 

Erik. 
-- 
i farta

> Den 25. des. 2015 kl. 08.36 skrev Mimmo Cosenza :
> 
> Hi Erlis,
> the best way to correct typos is by using the pull request mechanics of github
> 
> 1. fork the project from github User Interace
> 2. clone locally the forked project
> > git clone https://github.com/yourname/modern-cljs.git
> > cd modern-cljs
> 3. add the upstream to remote
> > git remote add upstream https://github.com/magomimmo/modern-cljs.git
> 4. be sure of being in the master branch
> > git checkout master
> 5. correct the typos: the tutorias of the second edition are located under 
> the doc/second-edition directory
> 6. commit the correction
> > git commit -am “typos”
> 7. push the commit to origin (your fork)
> > git push origin master
> 8. Pull request from github User Interface
> 
> After a while this process become a second nature :-)
> 
> HIH
> mimmo
> 
>> On 25 Dec 2015, at 03:45, Erlis Vidal  wrote:
>> 
>> I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've 
>> also installed boot on Windows but I haven't work there yet.
>> 
>> Great work Mimmo, by the way, while working on the tutorial I've found 2 
>> typos, where can I send you the corrections? 
>> 
>> Thanks for creating this!
>> 
>> Erlis 
>> 
>>> On Thu, Dec 24, 2015 at 7:08 AM, Mimmo Cosenza  
>>> wrote:
>>> I wrote a warning note in the README.MD of the series, by suggesting to use 
>>> virtualbox or docker to be able to follow the tutorial. 
>>> I really do not have any MS Windows skill to be able to help anyone on 
>>> those OSs. 
>>> 
>>> My best
>>> 
>>> mimmo
>>> 
 On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript 
  wrote:
 
 Also I just added a new doc issue: 
 https://github.com/boot-clj/boot/issues/368
 
 Am Donnerstag, 24. Dezember 2015 09:12:16 UTC+1 schrieb Sven Richter:
> 
> Hi Mimmo,
> 
> No problem, I was afraid that you are not aware of it. I guess a lot of 
> people are not. In fact there have been windows issues made aware to the 
> developers of boot for a long time: 
> https://github.com/boot-clj/boot/issues?utf8=%E2%9C%93=is%3Aissue+is%3Aopen+windows
> 
> If they work on them or not is their decision. Like I said, I don't care 
> about OS either, in fact I have been a linux proponent since the mid 
> 90-ies, but not everyone is and we should be aware of that.
> 
> Of course you also have to decide for yourself how you handle that, now 
> you know the consequences.
> 
> Have a merry christmas too,
> Sven
> 
> Am Donnerstag, 24. Dezember 2015 09:02:30 UTC+1 schrieb 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 

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

2015-12-25 Thread Mimmo Cosenza
Yes, your way is quicker...

[mc]

> Il giorno 25 dic 2015, alle ore 12:43, Erik Assum  ha scritto:
> 
> When it's just a matter of correcting typos, I tend to fork the project, do 
> the edit directly in the github gui, commit, and add a pull request, which 
> would correspond to steps 1,5,6,8 below. 
> 
> Erik. 
> -- 
> i farta
> 
>> Den 25. des. 2015 kl. 08.36 skrev Mimmo Cosenza :
>> 
>> Hi Erlis,
>> the best way to correct typos is by using the pull request mechanics of 
>> github
>> 
>> 1. fork the project from github User Interace
>> 2. clone locally the forked project
>> > git clone https://github.com/yourname/modern-cljs.git
>> > cd modern-cljs
>> 3. add the upstream to remote
>> > git remote add upstream https://github.com/magomimmo/modern-cljs.git
>> 4. be sure of being in the master branch
>> > git checkout master
>> 5. correct the typos: the tutorias of the second edition are located under 
>> the doc/second-edition directory
>> 6. commit the correction
>> > git commit -am “typos”
>> 7. push the commit to origin (your fork)
>> > git push origin master
>> 8. Pull request from github User Interface
>> 
>> After a while this process become a second nature :-)
>> 
>> HIH
>> mimmo
>> 
>>> On 25 Dec 2015, at 03:45, Erlis Vidal  wrote:
>>> 
>>> I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've 
>>> also installed boot on Windows but I haven't work there yet.
>>> 
>>> Great work Mimmo, by the way, while working on the tutorial I've found 2 
>>> typos, where can I send you the corrections? 
>>> 
>>> Thanks for creating this!
>>> 
>>> Erlis 
>>> 
 On Thu, Dec 24, 2015 at 7:08 AM, Mimmo Cosenza  
 wrote:
 I wrote a warning note in the README.MD of the series, by suggesting to 
 use virtualbox or docker to be able to follow the tutorial. 
 I really do not have any MS Windows skill to be able to help anyone on 
 those OSs. 
 
 My best
 
 mimmo
 
> On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript 
>  wrote:
> 
> Also I just added a new doc issue: 
> https://github.com/boot-clj/boot/issues/368
> 
> Am Donnerstag, 24. Dezember 2015 09:12:16 UTC+1 schrieb Sven Richter:
>> 
>> Hi Mimmo,
>> 
>> No problem, I was afraid that you are not aware of it. I guess a lot of 
>> people are not. In fact there have been windows issues made aware to the 
>> developers of boot for a long time: 
>> https://github.com/boot-clj/boot/issues?utf8=%E2%9C%93=is%3Aissue+is%3Aopen+windows
>> 
>> If they work on them or not is their decision. Like I said, I don't care 
>> about OS either, in fact I have been a linux proponent since the mid 
>> 90-ies, but not everyone is and we should be aware of that.
>> 
>> Of course you also have to decide for yourself how you handle that, now 
>> you know the consequences.
>> 
>> Have a merry christmas too,
>> Sven
>> 
>> Am Donnerstag, 24. Dezember 2015 09:02:30 UTC+1 schrieb 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 

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

2015-12-24 Thread Erlis Vidal
I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've
also installed boot on Windows but I haven't work there yet.

Great work Mimmo, by the way, while working on the tutorial I've found 2
typos, where can I send you the corrections?

Thanks for creating this!

Erlis

On Thu, Dec 24, 2015 at 7:08 AM, Mimmo Cosenza 
wrote:

> I wrote a warning note in the README.MD of the series, by suggesting to
> use virtualbox or docker to be able to follow the tutorial.
> I really do not have any MS Windows skill to be able to help anyone on
> those OSs.
>
> My best
>
> mimmo
>
> On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript <
> clojurescr...@googlegroups.com> wrote:
>
> Also I just added a new doc issue:
> https://github.com/boot-clj/boot/issues/368
>
> Am Donnerstag, 24. Dezember 2015 09:12:16 UTC+1 schrieb Sven Richter:
>>
>> Hi Mimmo,
>>
>> No problem, I was afraid that you are not aware of it. I guess a lot of
>> people are not. In fact there have been windows issues made aware to the
>> developers of boot for a long time:
>> https://github.com/boot-clj/boot/issues?utf8=%E2%9C%93=is%3Aissue+is%3Aopen+windows
>>
>> If they work on them or not is their decision. Like I said, I don't care
>> about OS either, in fact I have been a linux proponent since the mid
>> 90-ies, but not everyone is and we should be aware of that.
>>
>> Of course you also have to decide for yourself how you handle that, now
>> you know the consequences.
>>
>> Have a merry christmas too,
>> Sven
>>
>> Am Donnerstag, 24. Dezember 2015 09:02:30 UTC+1 schrieb 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
>>>
>>
> --
> 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 https://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
> 

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

2015-12-24 Thread Mimmo Cosenza
Hi Erlis,
the best way to correct typos is by using the pull request mechanics of github

1. fork the project from github User Interace
2. clone locally the forked project
> git clone https://github.com/yourname/modern-cljs.git 
> 
> cd modern-cljs
3. add the upstream to remote
> git remote add upstream https://github.com/magomimmo/modern-cljs.git
4. be sure of being in the master branch
> git checkout master
5. correct the typos: the tutorias of the second edition are located under the 
doc/second-edition directory
6. commit the correction
> git commit -am “typos”
7. push the commit to origin (your fork)
> git push origin master
8. Pull request from github User Interface

After a while this process become a second nature :-)

HIH
mimmo

> On 25 Dec 2015, at 03:45, Erlis Vidal  wrote:
> 
> I'm using Virtual Box with XUbuntu, and everything runs smooth there. I've 
> also installed boot on Windows but I haven't work there yet.
> 
> Great work Mimmo, by the way, while working on the tutorial I've found 2 
> typos, where can I send you the corrections? 
> 
> Thanks for creating this!
> 
> Erlis 
> 
> On Thu, Dec 24, 2015 at 7:08 AM, Mimmo Cosenza  > wrote:
> I wrote a warning note in the README.MD  of the series, by 
> suggesting to use virtualbox or docker to be able to follow the tutorial. 
> I really do not have any MS Windows skill to be able to help anyone on those 
> OSs. 
> 
> My best
> 
> mimmo
> 
>> On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript 
>> > 
>> wrote:
>> 
>> Also I just added a new doc issue: 
>> https://github.com/boot-clj/boot/issues/368 
>> 
>> 
>> Am Donnerstag, 24. Dezember 2015 09:12:16 UTC+1 schrieb Sven Richter:
>> Hi Mimmo,
>> 
>> No problem, I was afraid that you are not aware of it. I guess a lot of 
>> people are not. In fact there have been windows issues made aware to the 
>> developers of boot for a long time: 
>> https://github.com/boot-clj/boot/issues?utf8=%E2%9C%93=is%3Aissue+is%3Aopen+windows
>>  
>> 
>> 
>> If they work on them or not is their decision. Like I said, I don't care 
>> about OS either, in fact I have been a linux proponent since the mid 90-ies, 
>> but not everyone is and we should be aware of that.
>> 
>> Of course you also have to decide for yourself how you handle that, now you 
>> know the consequences.
>> 
>> Have a merry christmas too,
>> Sven
>> 
>> Am Donnerstag, 24. Dezember 2015 09:02:30 UTC+1 schrieb 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 

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

2015-12-24 Thread Mimmo Cosenza
I wrote a warning note in the README.MD of the series, by suggesting to use 
virtualbox or docker to be able to follow the tutorial.
I really do not have any MS Windows skill to be able to help anyone on those 
OSs.

My best

mimmo

> On Dec 24, 2015, at 9:13 AM, 'Sven Richter' via ClojureScript 
>  wrote:
> 
> Also I just added a new doc issue: https://github.com/boot-clj/boot/issues/368
> 
> Am Donnerstag, 24. Dezember 2015 09:12:16 UTC+1 schrieb Sven Richter:
> Hi Mimmo,
> 
> No problem, I was afraid that you are not aware of it. I guess a lot of 
> people are not. In fact there have been windows issues made aware to the 
> developers of boot for a long time: 
> https://github.com/boot-clj/boot/issues?utf8=%E2%9C%93=is%3Aissue+is%3Aopen+windows
>  
> 
> 
> If they work on them or not is their decision. Like I said, I don't care 
> about OS either, in fact I have been a linux proponent since the mid 90-ies, 
> but not everyone is and we should be aware of that.
> 
> Of course you also have to decide for yourself how you handle that, now you 
> know the consequences.
> 
> Have a merry christmas too,
> Sven
> 
> Am Donnerstag, 24. Dezember 2015 09:02:30 UTC+1 schrieb 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
> 
> --
> 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 https://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