Re: lein-daemon 0.3

2011-05-12 Thread Alfredo
Good job :) Can I use this in order to run, for examples, a lein ring session as a deamon? :) Bye, Alfredo On May 12, 6:18 am, Allen Rohner aroh...@gmail.com wrote: I've released a new version of lein-daemon. daemon is like 'lein run', only it runs the process in the background rather than

Re: lein-daemon 0.3

2011-05-12 Thread Alfredo
Very useful indeed :) On May 12, 5:54 pm, Allen Rohner aroh...@gmail.com wrote: Can I use this in order to run, for examples, a lein ring session as a deamon? :) Yes, that exactly its intention. -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: What is the purpose of the Identity function?

2011-05-07 Thread Alfredo
My two cents: You can use it with the operator -, in order to pass something to another function, or for propagating an input of some sort. It sounds sensed? Bye, Alfredo -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

[Enlive] Search for a node querying on attrs

2011-05-04 Thread Alfredo
(usually meta http-equiv=Content-Type content=text/html; charset=UTF-8 / ) and I can't find a way to say Hey Enlive, search for a node named meta with the property name that matches keywords and give me the content of the field content. I hope to have been clear :) Bye and thanks, Alfredo -- You

Re: Feedback Request

2011-04-19 Thread Alfredo
I haven't look nothing but the REAME too, but the project seems promising :) Good work and keep improving it! Alfredo On Apr 19, 3:23 am, Rayne disciplera...@gmail.com wrote: I haven't had a chance to look over more than the README, but I was actually considering writing something like

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread Alfredo
Very cool! But how to play with it? With Chrome, it downloads the .jnlp file but if I click on it, an error raises: com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://sappler.ls4.allbytes.de/cdq/cdq.jnlp at

Re: clj3D, a Clojure 3D Library

2011-04-13 Thread Alfredo
! On Mon, Apr 4, 2011 at 6:46 PM, Alfredo alfredo.dinap...@gmail.com wrote: Good evening (in Italy are 7:40 pm) to everyone, this is my first post on Clojure Google Group so I'm really excited. In first place I want to thanks Rich Hickey for making this awesome language and all

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-04-08 Thread Alfredo
Hi Max, I'm already using your library for a university project, and it's very well written. Good job! Best, Alfredo On Apr 8, 12:16 pm, Max Weber weber.maximil...@googlemail.com wrote: Hello everyone, I like to introduce you to clj-facebook-graph, it is a Clojure client for the Facebook

Idiomatic way to overload +

2011-04-08 Thread Alfredo
, Alfredo -- 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 your first post. To unsubscribe from this group, send email

Re: Idiomatic way to overload +

2011-04-08 Thread Alfredo
The point is that I want to be able to use the original one in a seamless way. In other word, I would like to offer the new capabilities without compromising the user experience or the pre- existing libraries that use +. On Apr 8, 2:45 pm, Meikel Brandmeyer m...@kotka.de wrote: Hi, you can

Re: Idiomatic way to overload +

2011-04-08 Thread Alfredo
Hi, I know that it's a user's choice, but I'm wondering if it's possibile to offer a + function that it's extended to other datatypes -with or without protocols - and still able to be applied to Numbers :) Bye, Alfredo On Apr 8, 2:56 pm, Meikel Brandmeyer m...@kotka.de wrote: Hi, that's

Re: Idiomatic way to overload +

2011-04-08 Thread Alfredo
Thanks for your help :) Bye Alfredo On Apr 8, 3:10 pm, Meikel Brandmeyer m...@kotka.de wrote: Hi, On 8 Apr., 15:02, Alfredo alfredo.dinap...@gmail.com wrote: I know that it's a user's choice, but I'm wondering if it's possibile to offer a + function that it's extended to other datatypes

Re: Idiomatic way to overload +

2011-04-08 Thread Alfredo
Thanks for the advice :) Best, Alfredo On Apr 8, 5:54 pm, Laurent PETIT laurent.pe...@gmail.com wrote: I presume that your tests are done in the same namespace as where the protocol is defined. For real user code, where the using namespace will not be equal to the + protocol defining

Re: clj3D, a Clojure 3D Library

2011-04-07 Thread Alfredo
of all times, as someone have already discovered :) For comfort, I post here the two links for the screencast, the former with music, the latter without: http://www.youtube.com/watch?v=_fLgBzRdddU http://www.youtube.com/watch?v=qshVN9T0HAI Bye, Alfredo -- You received this message because you

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
First screencast is out! http://www.youtube.com/watch?v=_fLgBzRdddU -- 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: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
It's very strange, since I can watch it even if I'm not logged in. BTW, I will provide a new screencast without music ASAP. On Apr 6, 11:55 am, Baishampayan Ghose b.gh...@gmail.com wrote: On Wed, Apr 6, 2011 at 3:20 PM, Alfredo alfredo.dinap...@gmail.com wrote: First screencast is out! http

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
This is the version without music: http://www.youtube.com/watch?v=qshVN9T0HAI Enjoy, Alfredo -- 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

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
Enjoy the jar on Clojars!! http://clojars.org/org.clojars.charles-stain/clj3d Bye! -- 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

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
, in PLaSM exist mkpol) Have fun with clj3D! Alfredo -- 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 your first post

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
Hi Sunil, I'm glad that you have found my project useful. Since it's in early stage development, it could be bug prone. For your question, i have more or less an idea about how to fix this typo. Please open an issue on github. I will fix it asap. Bye, Alfredo -- You received this message because

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
into the lein project.clj, but it seems redundant. Let me know, bye Alfredo -- 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

Re: Midje 1.1 released (testing tool)

2011-04-05 Thread Alfredo
Cool! -- 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 your first post. To unsubscribe from this group, send email to

clj3D, a Clojure 3D Library

2011-04-04 Thread Alfredo
kind of feedback/critics/help are welcome. Please be gentle, this is my first Clojure project and it's still in alpha stage of development. See you, Alfredo Di Napoli -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email