Re: Code snippets to attract new users

2014-04-18 Thread Thorsten Jolitz
kurofune writes: > Pico-Lisp looks pretty cool, and that massive book of yours is nuts. > It seems like there is an example for everything in there! About the > poor reception in spite of Rosetta-Code success, I can only say that > predicting human behavior on the assumption that their decisions

Re: Code snippets to attract new users

2014-04-18 Thread kurofune
Pico-Lisp looks pretty cool, and that massive book of yours is nuts. It seems like there is an example for everything in there! About the poor reception in spite of Rosetta-Code success, I can only say that predicting human behavior on the assumption that their decisions are rational, is unlike

Re: Code snippets to attract new users

2014-04-18 Thread Gary Trakhman
I think doing some XML manipulation with clojure.data.xml, tree-seq and basic data structures shows a lot of the benefits in a little bit of code, and is pretty persuasive in my experience. This thing correlates paths from openstreetmap via unique node-ids to give you a way to find intersecting ro

Re: Code snippets to attract new users

2014-04-18 Thread kurofune
Hi Martin, > IMHO small code-snippets like that you sent can not persuade someone to change language except some small/toy projects. I completely agree with the above, if it is professional programmers you are trying to convince. I should mention that while my friend was talking about "indus

Re: Code snippets to attract new users

2014-04-18 Thread martin madera
Hello, I think that the book Functional patterns in Scala and Clojure has a lot of snippets, which can attract many programmers. http://www.amazon.com/Functional-Programming-Patterns-Scala-Clojure/dp/1937785475/ref=sr_1_1?ie=UTF8&qid=1397814912&sr=8-1&keywords=functional+programming+patterns Th

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: Code snippets to attract new users

2014-04-18 Thread Thorsten Jolitz
kurofune writes: > Hello everyone! > > A Java programmer recently mentioned to me that if the Clojure > community wants to appeal to industry programmers that they would need > to provide example code comparisons, which clearly show why it is good > to choose Clojure over another language. The sa

Code snippets to attract new users

2014-04-18 Thread kurofune
Hello everyone! A Java programmer recently mentioned to me that if the Clojure community wants to appeal to industry programmers that they would need to provide example code comparisons, which clearly show why it is good to choose Clojure over another language. The same person gave me the follo