Re: [ANN] Pedestal docs are now open-source

2013-04-21 Thread eniotna
Thanks for everything. Cheers, tony On Sat, Apr 20, 2013 at 6:25 AM, Michael Klishin < michael.s.klis...@gmail.com> wrote: > 2013/4/20 Ryan Neufeld > >> Find more details on making contributions in our contribution guidelines >> here: https://github.com/pedestal/docs/blob/master/CONTRIBUTING.m

Re: [ANN] clj-webdriver: Clojure API for Selenium-WebDriver

2012-02-19 Thread eniotna
Hi, Nice! Now we can say, browser is data! Antoine 2012/2/19 semperos > Though this library has been in development for several months, I'd like > to publicly announce the availability of clj-webdriver, a Clojure library > for using web browsers from Clojure for the purposes of automated web >

Re: NullPointerException

2012-05-17 Thread eniotna
Hi, Look at your parenthesis. You did not close your first function. Antoine 2012/5/17 Sargash > Hi! > > I have a problem. With that code: > > ; === > ; ex 1.17 multiply > (defn ex1_17 [] > (defn double [x] (+ x x)) > (defn halve [x] (/ x 2)) > > (defn *

Re: NullPointerException

2012-05-17 Thread eniotna
0) 0 (even? b) (* (double a) (halve b)) :else (+ a (* a (- b 1)] (println (mult 5 5 I prefer not to mess with the default function so i redefined your * by mult Antoine 2012/5/17 eniotna > Hi, > > Look at your parenthesis. > You did not close yo

Re: NullPointerException

2012-05-17 Thread eniotna
2012/5/17 Raoul Duke > On Thu, May 17, 2012 at 10:55 AM, eniotna wrote: > > Look at your parenthesis. > > You did not close your first function. > > some day we'll have the technology to let the compiler tell us that, > emacs told me. But i'm sure some o

Re: Clojure Pretty Printing with Blogger

2012-05-26 Thread eniotna
Hi C-c C-e b for the HTML export and open into the browser to display the result. Then copy paste the html source yes. Antoine On May 26, 2012 11:42 PM, "Jake Johnson" wrote: > Thanks! I didn't realize org-mode would prettify Clojure code when > exported to html (I generally use org-mode witho

(and clojure clodiuno fun)

2012-06-05 Thread eniotna
Hi, I just wanted to throw a message in the mailing list to THANK all the clojure dudes out there which does a magnificent job. Thank you guys. I'm having fun with it. It's fun to learn a language which aims to simplify things. I like to think of Clojure for the developer as the Force to the je

[leiningen2] problem with com.intellie/lazytest, swank-clojure and leiningen2

2012-06-16 Thread eniotna
Problem with swank-clojure and lein2 Hello, I got a problem recently that i succeed in solving alone (wouhou!). I think it's kind of interesting to pass along this use case so that other can avoid the trouble. Problem: After migrating to lein2, clojure-jack-in and lein-swank ko. I migrated to l

Re: [leiningen2] problem with com.intellie/lazytest, swank-clojure and leiningen2

2012-06-16 Thread eniotna
2012/6/16 Moritz Ulrich > A very helpful command in this case is `lein deps :tree' > Thanks. This should have occured to me that something similar as the 'mvn dependency:tree' command existed for lein. > > On Sat, Jun 16, 2012 at 9:45 PM, eniotna wrote: > &g

Re: Clojure Sticker

2012-07-29 Thread eniotna
Thanks On Jul 29, 2012 3:38 AM, "Benjamin Kircher" wrote: > On Sat, Jul 28, 2012 at 2:05 PM, Rich Hickey wrote: > > You can now get official Clojure stickers here: > > > > http://clojure.org/swag > > > > I'll be adding T-shirts etc soon. > > > > Rich > > > > On Jul 19, 2012, at 3:13 PM, charlie

Re: Clojure turns 5

2012-10-17 Thread eniotna
Thanks Rich, the community too! Happy birthday Clojure May the repl be with you :D Antoine 2012/10/17 Bruce Durling > Thanks Rich and Happy Birthday Clojure! > > cheers, > Bruce > > On Wed, Oct 17, 2012 at 2:54 AM, Rich Hickey wrote: > > I released Clojure 5 years ago today. It's been a terr

Re: coding-dojo-20110921

2011-09-21 Thread eniotna
Hi Ken, 2011/9/21 Ken Wesson > On Wed, Sep 21, 2011 at 3:13 PM, Meikel Brandmeyer wrote: > > > > Am 21.09.2011 um 19:59 schrieb Ken Wesson: > > > >> On Wed, Sep 21, 2011 at 8:20 AM, Denis Labaye > wrote: > >>> > >>> On a code une implem alternative de retour dans le RER: > >>> https://gist.git

Re: coding-dojo-20110921

2011-09-21 Thread eniotna
R.E.R : Réseau Express Régional, "Regional Express Network" 2011/9/21 eniotna > Hi Ken, > > 2011/9/21 Ken Wesson > >> On Wed, Sep 21, 2011 at 3:13 PM, Meikel Brandmeyer wrote: >> > >> > Am 21.09.2011 um 19:59 schrieb Ken Wesson: >> &

Re: ANN: Midje 1.3.0

2011-12-18 Thread eniotna
Hi, I do not know if it's because i started writing directly clojure with facts but i find it really intuitive. Midje, there is a fact for that :d Thanks for your great work Antoine 2011/12/16 ronen > Joining the congrats, one of the must have tools for any Clojure > project > > Ronen > > On D