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
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
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
>
> 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
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
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
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
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:
>
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
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
)))
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
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
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
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
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
>
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.
>
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
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
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
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
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
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
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
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
24 matches
Mail list logo