Re: [ANN] Hoplon: web applications in Clojure and ClojureScript

2015-01-29 Thread Catonano
2013-12-20 21:42 GMT+01:00 Alan Dipert : > > > > The result, in my opinion, is mindblowingly beautiful and extremely > powerful. By making the DOM a Lisp - and not just any Lisp, ClojureScript > - we have a means to *real* DOM component modularity. The exact same > modularity that you get with t

Re: Introducing Boot v2 with a streamlined CLJS workflow

2014-12-26 Thread Catonano
Micha, 2014-11-07 16:25 GMT+01:00 Micha Niskin : > Oh, I forgot to say, the ^:boot/export-tasks convention makes boot into a > sort of application container. You can use boot to pull code from the > internet and run it. This is really nice when combined with Docker, for > example, but I’m sure we

recur code

2014-05-12 Thread Catonano
Where is the source code for recur ? How could I inspect it ? Thanks -- You received this message because you are subscribed to the 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

Re: Gradle: how to deal with it

2014-05-12 Thread Catonano
> > Good luck, > Dave > > [1] https://bitbucket.org/clojuresque/clojuresque > [2] https://clojars.org/clojure-complete > > > > On Sat, May 10, 2014 at 4:00 AM, Catonano wrote: > >> Hello >> >> I use to press M-. in Emacs to jump to the definition

Gradle: how to deal with it

2014-05-10 Thread Catonano
Hello I use to press M-. in Emacs to jump to the definition of a function and M-, to jump back to where I came from This requires an nREPL to be working Now I'd like to explore a project using Gradle. Can I get an nREPL with Gradle ? Can Gradle export a project file so that I can use lein to ha

Re: [ClojureScript] Re: evaluating compiled clojurescript functions at the REPL

2013-10-13 Thread Catonano
Benjamin, I modified a Pedestal based project to use a REPL and through that REPL you can inspect the app running live in the browser. The project is here https://github.com/humanitiesNerd/tinkering-with-the-repl And the youtube footage is here http://www.youtube.com/watch?v=3AYKXRby5oE It's n

Re: Best IDE

2013-06-09 Thread Catonano
Jay, 2013/6/8 Jay Fields > My favorite recent addition - I can run my app from within emacs, allowing > me to change my app with a simple C-x C-e and see my changes immediately in > the running app (no restart, refresh or reload necessary). Would you mind to extend on that ? How is this done

Re: Lisp In Summer Projects

2013-06-08 Thread Catonano
There are news on this front. Some friends of mine managed to get the issue clarified and now italian residents are allowed to partecipate. 2013/5/10 Plínio Balduino > Or sticks, t-shirts, whatever. > I would do it just for fun. > > On Fri, May 10, 2013 at 2:18 AM, Terje Norderhaug > wrote: >

Re: Best IDE

2013-06-05 Thread Catonano
My 2 cents: it´s ture that the Emacs features are not discoverable and that the learning curve is mean. But it also true that once you´ve done it, it brings you a great value. My suggestions about Emacs: 1) Start with the footage by Peepcode. It´ll save you tons of time, especially if you´re no

Re: link for clojure programs

2013-05-06 Thread Catonano
nd running. That´s all comes to m mind at the moment ;-) Bye Catonano -- -- You received this message because you are subscribed to the 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

Re: Iota, reducers, word counting

2013-05-03 Thread Catonano
))) iota-file))) which is not that dramatically far from the the vanilla version. Right ? 2013/5/1 Catonano > Meikel, > > thank you for your reply > > > 2013/4/30 Meikel Brandmeyer (kotarak) > > Hello, >> >> your function does not follow the co

Re: Iota, reducers, word counting

2013-05-01 Thread Catonano
Meikel, thank you for your reply 2013/4/30 Meikel Brandmeyer (kotarak) > Hello, > > your function does not follow the contract of fold. What you provided is > basically the reduce function, but it doesn't work together with fold. For > fold you need to merge the different maps you created in t

Iota, reducers, word counting

2013-04-30 Thread Catonano
Hello people, I would like you to take a look at the question I posted here http://meta.stackoverflow.com/questions/178326/why-is-this-question-not-good-enough I´m trying to implement a word count of a large file using the machinery by Iota ( https://github.com/thebusby/iota#readme ) just as an

Infer state

2013-04-11 Thread Catonano
Hello people, I was wondering if Infer ( https://github.com/aria42/infer#readme ) is still developed and if it is in use somewhere. I´ve been plaiyng with Cascalog but I read that with Infer you can prototipe on a single machine and then scale up to an Hadoop cluster if needed with a reasonable e

Re: Composable mutual recursive function composition

2013-03-10 Thread Catonano
I see now the blog post. Thanks anyway 2013/3/10 Catonano > What´s Prismatic for ? > > Why do you build graphs of computation ? > > Thanks > > > 2013/3/10 Brent Millare > >> I recently asked about mutual referenced support in the prismatic library >

Re: Composable mutual recursive function composition

2013-03-10 Thread Catonano
What´s Prismatic for ? Why do you build graphs of computation ? Thanks 2013/3/10 Brent Millare > I recently asked about mutual referenced support in the prismatic library > plumbing > > https://github.com/Prismatic/plumbing > > and currently its an open question about how to implement that. >

ritz + overtone

2012-11-26 Thread Catonano
Hello people, I managed to set up overtone and connecti it to a nrepl Now I need to debug and I discovered ritz Can I keep overtone and add the ritz debugging thing to the recipe ? How do I set it up ? Is it required to substitute the current nrepl with the one provided by ritz in order to deb

Re: beginner questions

2012-08-08 Thread Catonano
Sean, 2012/8/5 Sean Corfield > On Sun, Aug 5, 2012 at 12:53 AM, Catonano wrote: > > (clojure.contrib.str-utils2/grep #"myPattern" "one row \n another row") > > Just as a side note, the old monolithic contrib library has been > deprecated and many parts

Re: beginner questions

2012-08-05 Thread Catonano
Ok, I found split-lines, sorry for the noise 2012/8/5 Catonano > Hello people, > > I'm playing with Clojure and I have some silly questions. > > Is this the right place ? Is there a list or forum more apt to elementary > level questions ? > > Anyway, my question

beginner questions

2012-08-05 Thread Catonano
Hello people, I'm playing with Clojure and I have some silly questions. Is this the right place ? Is there a list or forum more apt to elementary level questions ? Anyway, my question is: I have a short text, it's some javascript source code. I'd like to apply grep onto it in order to extract e

Re: [OT] Any other italian Clojure users?

2012-03-27 Thread Catonano
I'm Italian too, I live in the heel of the boot (in Puglia) I didn't write a single line of Clojure but I´m playing with the Guile Scheme and I can't stand curly braces If someone manages to set up a meeting with meetup.com I'd love to be made aware of that Thank you guys, be cool Il giorno 27

Re: lein, slime, project management

2010-05-28 Thread Catonano
I reply to myself. The answer is here: http://clojure.org/compilation <http://clojure.org/compilation>Sorry 2010/5/28 Catonano > Hello people, > > so, my questions are not about Clojure, they're about the tools of the > trade. I hope no one will be bothered. In my opini

lein, slime, project management

2010-05-28 Thread Catonano
I choose compile file and an error pops up with a stacktrace (ugh) and the third line in the stacktrace says something like user$eval__1975.invoke(NO_SOURCE_FILE) So, I wonder: what's going on ? Thanks for ANY hint Catonano -- La difesa più sicura contro il male è l'estremo individual

emacs setup

2010-04-23 Thread catonano
Hello, I need some help in order to set up a decent setting as in the subject. I mean, there's elpa, leningen, apt-get, what am I supposed to do ? Thanks for any hint Cato -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send