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

2015-12-23 Thread 'Sven Richter' via ClojureScript
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


Re: [ClojureScript] Pdf Generation with Clojurescript

2015-12-23 Thread Christopher Small
On Wednesday, December 23, 2015 at 8:59:08 AM UTC-7, Chris Murphy wrote:
> There is a library from an earlier version of iText:
> https://github.com/yogthos/clj-pdf
> 
> This is an example using a more recent (commercial) version of iText:
> https://github.com/chrismurrph/example-itext-pdf-report
> 
> Regards ~ Chris
> Chris Murphy
> 
> On 23/12/2015 7:08 PM, Matthew Molloy wrote:
> > Anybody tackled this?  There is a js lib called http://pdfkit.org/, I could 
> > write a wrapper.
> >

The yogthos/clj-pdf library is Clojure only, not Clojurescript.

I would love to see a Clojurescript library for generating PDFs. That might 
come in handy for a project I have coming up.

If you do build something wrapping the JS PDFKit library, it might be nice to 
have an API modelled around the clj-pdf library. Perhaps it would even be 
possible to extend the clj-pdf library with a cljs implementation based on 
PDFKit?

Chris S.

-- 
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


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

2015-12-23 Thread Andrea Russo
Very nice work! Thank you!

-- 
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


Re: [ClojureScript] Pdf Generation with Clojurescript

2015-12-23 Thread Chris Murphy


There is a library from an earlier version of iText:
https://github.com/yogthos/clj-pdf

This is an example using a more recent (commercial) version of iText:
https://github.com/chrismurrph/example-itext-pdf-report

Regards ~ Chris
Chris Murphy

On 23/12/2015 7:08 PM, Matthew Molloy wrote:

Anybody tackled this?  There is a js lib called http://pdfkit.org/, I could 
write a wrapper.



--
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Re: Pdf Generation with Clojurescript

2015-12-23 Thread Zubair Quraishi
On Wednesday, December 23, 2015 at 9:08:17 AM UTC+1, Matthew Molloy wrote:
> Anybody tackled this?  There is a js lib called http://pdfkit.org/, I could 
> write a wrapper.

I have done PDF generation via Clojurescript but just called the server 
generated PDF made with Clojure. I would warn that there are Javascript 
libraries you can call but the results are not as good as something like server 
side iText PDF generation (via Java)

-- 
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.


[ClojureScript] Pdf Generation with Clojurescript

2015-12-23 Thread Matthew Molloy
Anybody tackled this?  There is a js lib called http://pdfkit.org/, I could 
write a wrapper.

-- 
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 clojurescript@googlegroups.com.
Visit this group at https://groups.google.com/group/clojurescript.