Re: [ANN] Let's make clojure.org better!

2015-11-11 Thread Hildeberto Mendonça
t feedback on that. >> >> Right now, we are primarily looking for content ideas and would love >> thoughts on that. Or if there is interest in enhancing existing pages, I >> would also like to talk about those. >> >> Thanks, >> Alex >> >> >

Re: [ANN] Let's make clojure.org better!

2015-11-10 Thread Hildeberto Mendonça
Right now, we are primarily looking for content ideas and would love > thoughts on that. Or if there is interest in enhancing existing pages, I > would also like to talk about those. > > Thanks, > Alex > > > > On Tuesday, November 10, 2015 at 9:41:40 AM UTC-6, Hildeberto M

Re: [ANN] Let's make clojure.org better!

2015-11-10 Thread Hildeberto Mendonça
A better link about Cryogen: http://cryogenweb.org On Tue, Nov 10, 2015 at 4:41 PM, Hildeberto Mendonça wrote: > That's a great initiative! Thanks! But I'm just sad to see JBake instead > of Cryogen (https://github.com/cryogen-project/cryogen-core) which is > written in Cloj

Re: [ANN] Let's make clojure.org better!

2015-11-10 Thread Hildeberto Mendonça
ubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop rece

Re: Clojure needs a web framework with more momentum

2015-05-06 Thread Hildeberto Mendonça
t;>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to clo...@googlegroups.com >>> Note that posts from new

Re: Clojure needs a web framework with more momentum

2015-05-03 Thread Hildeberto Mendonça
Hello Gvim, On Sun, May 3, 2015 at 11:37 AM, gvim wrote: > On 03/05/2015 05:24, Sean Corfield wrote: > >> On Sat, May 2, 2015 at 8:18 PM, Mark Engelberg > > wrote: >> >> Clojure is great for creating new, disruptive web models, but what's >> the easiest p

Re: Clojure community organisation

2015-04-29 Thread Hildeberto Mendonça
googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, s

Re: [ANN][book] Clojure Reactive Programming

2015-03-26 Thread Hildeberto Mendonça
Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups

Re: [ANN][book] Clojure Reactive Programming

2015-03-25 Thread Hildeberto Mendonça
gards > Shahrdad > > > > > On Wed, Mar 25, 2015 at 8:06 AM, Colin Yates > wrote: > >> No - he is right, we just don't say it! Obviously I am kidding :). >> >> On 25 March 2015 at 11:51, Hildeberto Mendonça wrote: >> > On Wed, Mar 25, 2015 at 12

Re: Clojure Culture Question on TDD

2015-03-25 Thread Hildeberto Mendonça
ot; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Hildeberto Mendonça, Ph.D Blog: http://www.hildeberto.com Community: http://www.cejug.n

Re: [ANN][book] Clojure Reactive Programming

2015-03-25 Thread Hildeberto Mendonça
On Wed, Mar 25, 2015 at 12:14 PM, Colin Yates wrote: > Hi Shahrdad, just a point of etiquette, inferring that an architect is > ignorant because they chose Java8, Akka and play is full of assumptions. > Calling those technologies pathetic is very bad poor. > > As I like to quote "Any intelligent

Re: Joplin: No method in multimethod 'migrate-db' for dispatch value: :sql

2015-03-22 Thread Hildeberto Mendonça
joplin.jdbc.database works fine. Thanks for the tip. On Sat, Mar 21, 2015 at 9:55 PM, Hildeberto Mendonça wrote: > Hi Daniel, thanks for your feedback. > > On Sat, Mar 21, 2015 at 11:40 AM, Daniel Kersten > wrote: > >> Make sure you require the sql migrations in your j

Re: Joplin: No method in multimethod 'migrate-db' for dispatch value: :sql

2015-03-21 Thread Hildeberto Mendonça
Hi Daniel, thanks for your feedback. On Sat, Mar 21, 2015 at 11:40 AM, Daniel Kersten wrote: > Make sure you require the sql migrations in your jub.datasources source > file. This is probably it since jub.datasources cannot find the correct > defmethod for migrate-db. Also make sure the migratio

Joplin: No method in multimethod 'migrate-db' for dispatch value: :sql

2015-03-21 Thread Hildeberto Mendonça
uced. You can see the code in this branch: https://github.com/htmfilho/javaee-utility-belt/tree/Issue%237 Can anybody help me with this issue? Thanks in advance! -- Hildeberto Mendonça <https://twitter.com/htmfilho> -- You received this message because you are subscribed to the Google Gr

Re: Better outputs produced by the REPL

2015-03-13 Thread Hildeberto Mendonça
On Thu, Mar 12, 2015 at 11:53 PM, Hildeberto Mendonça wrote: > On Thu, Mar 12, 2015 at 8:29 PM, Edward Kimber > wrote: > >> You could use println instead of prn as the REPL printer. >> >> (clojure.main/repl :print println) >> > > Interesting. It works,

Re: Better outputs produced by the REPL

2015-03-12 Thread Hildeberto Mendonça
way to pass this behavior to lein repl, it would be great. Thanks anyway. -- Hildeberto Mendonça, Ph.D Blog: http://www.hildeberto.com Community: http://www.cejug.net Twitter: https://twitter.com/htmfilho -- You received this message because you are subscribed to the Google Groups "Clojure&q

Re: Better outputs produced by the REPL

2015-03-12 Thread Hildeberto Mendonça
your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure"

Better outputs produced by the REPL

2015-03-12 Thread Hildeberto Mendonça
. Thanks in advance. -- Hildeberto Mendonça, Ph.D Blog: http://www.hildeberto.com Community: http://www.cejug.net Twitter: https://twitter.com/htmfilho -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloj

Re: Adding directory to classpath in leiningen

2015-03-12 Thread Hildeberto Mendonça
and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Hildeberto Mendonça, Ph.D Blog: http://www.hildeberto.com Community: http://www.cejug.net Twitter: https://twitter.com/htmfilho

Re: [ANN] EuroClojure 2015

2015-03-06 Thread Hildeberto Mendonça
Hello Alex, On Wed, Mar 4, 2015 at 6:05 PM, Alex Miller wrote: > > To ensure the continued excellence and growth of the conference, we are > excited that EuroClojure has joined the Cognitect ecosystem. Marco has been > helping us and will continue to help make this conference awesome and > impor

Re: Who's using Clojure?

2015-03-03 Thread Hildeberto Mendonça
at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.

Re: From JavaScript to ClojureScript (Doing Computers screencast)

2015-01-30 Thread Hildeberto Mendonça
Excellent! Loved the format! Keep it up! Thanks a lot. On Fri, Jan 30, 2015 at 5:58 AM, Mike Patella wrote: > Hey folks! I started the screencast series Doing Computers at the > beginning of this month. > > I wanted to share what I believe is the best of the three screencasts I've > released so