Re: non-literate, excellent documentation style

2014-05-25 Thread Marek Srank
Based on the name of the css file I'd say they use http://jashkenas.github.io/docco/ ;) Marek On Sunday, May 25, 2014 9:45:19 PM UTC+2, da...@axiom-developer.org wrote: > > Giving my LP horse a rest I'd like to call your attention > to backbone.js and the way they arrange documentation. > > It

Re: Code snippets to attract new users

2014-04-18 Thread Marek Srank
This is related just to some degree, but IMHO part of the problem is also a landing page of a programming language and a concept of a minimum viable code snippet, how Fogus named it in his blogpost: http://blog.fogus.me/2012/08/23/minimum-viable-snippet/ I think that it was already discussed

Re: [ANN] liberator 0.9.0

2013-05-24 Thread Marek Srank
I think that the front page of the site lacks a decent explanation of what the liberator is... for example, you could put there the description from the 'getting started' page... :) Marek On Friday, May 24, 2013 4:08:10 PM UTC+2, Philipp Meier wrote: > > Hi, > > I just released liberator 0.9.0.

Re: invokedynamic instructions in Clojure

2013-04-18 Thread Marek Srank
Anyway, nice to see that somebody is doing some work in that direction... :) Marek On Wednesday, April 17, 2013 8:10:37 PM UTC+2, Ghadi Shayban wrote: > > Brandon, > Not really, but I don't want to deter anyone from exploration as its own > goal. There are a lot of interesting ways that Clojure

Re: Clojure Performance For Expensive Algorithms

2013-02-24 Thread Marek Srank
On Sunday, February 24, 2013 9:45:18 PM UTC+1, Marko Topolnik wrote: > > > > On Sunday, February 24, 2013 9:15:45 PM UTC+1, puzzler wrote: >> >> >> As I mentioned before, I'm generally happy with Clojure's performance, >> but the few times I've had performance problems, I ended up rewriting the