Re: Emacs font and theme for clojure

2013-09-26 Thread martin madera
I am quite comfortable with arjen theme. Dne čtvrtek, 26. září 2013 20:15:27 UTC+2 Joel Holdbrooks napsal(a): > > I've been using the noctilux-theme > with > Oxygen Mono or Liberation > Mono

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: What is a real example of the Observer pattern?

2015-05-18 Thread martin madera
The best you can do is read the GoF book (yes, the one which is referenced on the very beginning of the Mr. Sierra's article). And please feel free to post your opinion if you have different than I have. I just finished writing a diploma thesis on design patterns in Java 7, Scala and Clojure, s

Re: Accessing static fields

2015-05-21 Thread martin madera
I don't want to start a flamewar here, but Python is quite a different beast than Java or Clojure. TBH Python is more complex language than Clojure but many things were made easy in Python and Python looks like that someone really thought about newbie experience. A newbie experience in Clojure