Re: clojure, not the go to for data science

2015-04-08 Thread Christopher Small
Made some updates to http://clojure-datascience.herokuapp.com/. In particular, went with the tagline Resources for the budding Clojure Data Scientist. Couldn't come up with anything else sufficiently punny and appropriate. Again; please contribute! I'll be starting a list in the about page

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Alex Miller
Thanks! I like that metric. On Wednesday, April 8, 2015 at 1:07:46 PM UTC-5, Mike Haney wrote: Yeah, I noticed my mistake after I posted. I regularly use the kindle app and iBooks and I forgot how they represent page numbers differently. So I'll use a different, more appropriate metric -

Re: Anyone Worked with NW.js and ClojureScript

2015-04-08 Thread kovas boguta
FWIW its also possible to embed JVM Clojure within atom shell or nw via https://github.com/joeferner/node-java, and then script the web component entirely from Clojure, though its not trivial to set up. On Tue, Apr 7, 2015 at 6:41 AM, JPatrick Davenport virmu...@gmail.com wrote: Hello, I

Re: video 'clojure for lisp programmers' won't play on youtube.

2015-04-08 Thread henry w
Thanks! I'll try that. On 8 Apr 2015 16:53, Eli Naeher e...@naeher.name wrote: I ran into this problem last year and was able to watch it successfully by using the youtube-dl tool (http://rg3.github.io/youtube-dl/) to download the video (and I then had no problems playing it locally). -Eli

Re: video 'clojure for lisp programmers' won't play on youtube.

2015-04-08 Thread Eli Naeher
I ran into this problem last year and was able to watch it successfully by using the youtube-dl tool (http://rg3.github.io/youtube-dl/) to download the video (and I then had no problems playing it locally). -Eli On Wed, Apr 8, 2015 at 10:31 AM, henry w henryw...@gmail.com wrote: I just checked

Re: Generating .clj files with content

2015-04-08 Thread Phillip Lord
Tassilo Horn t...@gnu.org writes: Using qualified names (like clojure.core/ns) is perfectly fine except if a human is going to read the code. But you can force unqualified symbols by using ~'sym. And you can create a symbol from a string with the function `symbol`. You might want to take a

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Mike Haney
I've been waiting for this since the Conj, and so far it has been worth the wait. One thing that impressed me right off the bat was the amount of content - 300 pages in this beta version. A pleasant surprise considering the recent trend of early access books that only have 2-3 chapters

[ANN] Lisp source code formatter for Emacs in any major mode (including fundamental-mode)

2015-04-08 Thread Tu Do
A few days ago I announced a new released of Srefactor with only a rudimentary support for Lisp code formatting. Now it is quite complete and can format a 10k Lisp source file fine in around 10 seconds, with significant time spending on indentation rather than code rearrangement. Homepage:

Re: Generating .clj files with content

2015-04-08 Thread James Reeves
On 8 April 2015 at 14:20, Sven Richter sver...@googlemail.com wrote: I want to create clojure source files with some code and a namespace and everything else what is useful for some source code. What I am looking for is a templating language for clojure code, is there something like this

Re: Generating .clj files with content

2015-04-08 Thread Tassilo Horn
Sven Richter sver...@googlemail.com writes: Hi Sven, I want to create clojure source files with some code and a namespace and everything else what is useful for some source code. What I am looking for is a templating language for clojure code, is there something like this already? The

[ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Alex Miller
Hey all, I'm very happy to announce that Clojure Applied is now available in beta: https://pragprog.com/book/vmclojeco/clojure-applied I've been working on this with Ben Vandgrift for a long time, hoping to fill the underserved niche of *intermediate* Clojure material. Our goal is to step in

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Nando Breiter
Thanks Alex (and Ben)! I rushed off to buy it, and look forward to cracking it open this evening. It looks like exactly the type of material I've been looking for. Aria Media Sagl Via Rompada 40 6987 Caslano Switzerland +41 (0)91 600 9601 +41 (0)76 303 4477 cell skype: ariamedia On Wed, Apr

Generating .clj files with content

2015-04-08 Thread Sven Richter
Hi, I want to create clojure source files with some code and a namespace and everything else what is useful for some source code. What I am looking for is a templating language for clojure code, is there something like this already? What would be the most idiomatic way to do that besides just

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Colin Yates
Well done- just purchased and looking forward to read this tonight. Sent from my iPhone On 8 Apr 2015, at 14:27, Alex Miller a...@puredanger.com wrote: Hey all, I'm very happy to announce that Clojure Applied is now available in beta: https://pragprog.com/book/vmclojeco/clojure-applied

Re: Generating .clj files with content

2015-04-08 Thread Tassilo Horn
Sven Richter sver...@googlemail.com writes: Hi Sven, What you are saying makes sense. I am always a bit shy to using macros as I have not understood them completely yet and everytime I tried I got distracted fast enough to not get it. Syntax-quoting has not much to do with macros except that

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Alex Miller
I'm not sure what unit of page you're seeing on your device, but there are ~160 PDF pages in the beta and we expect to add maybe 60 more pages before completion. Pragmatic adheres to a fairly regular beta schedule of a new chapter every 2-3 weeks, so all content should be available within a

video 'clojure for lisp programmers' won't play on youtube.

2015-04-08 Thread henry w
I just checked the comments and it has been this way for quite some time. Does anyone know if it can be found elsewhere? i found old links to bliptv but it has been taken down from there. Thanks -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: Generating .clj files with content

2015-04-08 Thread John Wiseman
Since I'm not sure what your purpose is, I'll also mention yasnippet for emacs, which is a general-purpose template system for generating pieces of text, but there are sets of clojure templates like https://github.com/swannodette/clojure-snippets Basically you create a file in the right place

Re: [ANN] Clojure Applied: From Practice to Practitioner

2015-04-08 Thread Mike Haney
Yeah, I noticed my mistake after I posted. I regularly use the kindle app and iBooks and I forgot how they represent page numbers differently. So I'll use a different, more appropriate metric - AIDKT's (Ah, I didn't know that). About 30% of the way through the book, and I'm registering 3-4

Re: Generating .clj files with content

2015-04-08 Thread Sven Richter
Hi, @Tassilo Thank you. Your example works nicely the way I imagined it. However, I want to generate human readable code and I want line breaks and nice formatting and things. I will also try a templating language. lein-template uses moustache or something. I will see how that works out.

Re: Generating .clj files with content

2015-04-08 Thread Michael Blume
What James said -- if you want the results to be human readable, if you want control of how it's formatted, if you want to be able to comment it, if you want people to use it as a starting point for code they're going to write, then check out the punctions in