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
m
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 metri
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.
Thank
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 AID
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 that
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
https://github.com/technomancy/leininge
On 8 April 2015 at 14:20, Sven Richter 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 already? What would be
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: htt
Thanks! I'll try that.
On 8 Apr 2015 16:53, "Eli Naeher" 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
>
> On Wed,
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
wrote:
> Hello,
> I recently started look
Tassilo Horn 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 look at
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 wrote:
> I just checked the comments and i
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 p
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
c
Sven Richter 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 the latter
frequent
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 compl
Well done- just purchased and looking forward to read this tonight.
Sent from my iPhone
> On 8 Apr 2015, at 14:27, Alex Miller wrote:
>
> 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 be
Hi Tassilo,
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.
So I just played a bit with it and I am failing already on the generation
of the namespace.
I have t
Sven Richter 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 templating language for
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
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 aft
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 w
22 matches
Mail list logo