Re: lein-daemon 0.3

2011-05-12 Thread Alfredo
Very useful indeed :) On May 12, 5:54 pm, Allen Rohner 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 post to t

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 wrote: > I've released a new version of lein-daemon. daemon is like 'lein run', > only it runs the process in the background rather t

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 thi

Re: Search for a node querying on attrs

2011-05-05 Thread Alfredo
Ty very much :) Alfredo On May 5, 10:05 am, Thorsten Wilms wrote: > On 05/04/2011 06:23 PM, Alfredo wrote: > > > > > > I want to extract only the content part. > > I recently had related issues, so: > > (def metas >    (en/html-snippet >      "  

[Enlive] Search for a node querying on attrs

2011-05-04 Thread Alfredo
nd 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 received this messa

Re: Feedback Request

2011-04-18 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 wrote: > I haven't had a chance to look over more than the README, but I was > actually considering writing something like this

Re: Cyber Dungeon Quest Alpha 1

2011-04-15 Thread Alfredo
>         at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:199) > >>         at com.sun.javaws.Launcher.launch(Launcher.java:116) > >>         at com.sun.javaws.Main.launchApp(Main.java:416) > >>         at com.sun.javaws.Main.continueInSecureThread(Main.java:

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 com.sun.deploy.net.DownloadEngine.actionDownload(Download

Re: clj3D, a Clojure 3D Library

2011-04-13 Thread Alfredo
t; nil > > Is the output - no viewer pops up though. Sad face! > > > > > > > > On Mon, Apr 4, 2011 at 6:46 PM, Alfredo 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. > > I

Re: clj3D, a Clojure 3D Library

2011-04-10 Thread Alfredo
The second screencast is out! http://www.youtube.com/watch?v=Xg2gZpWU6AE 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

Re: Idiomatic way to overload "+"

2011-04-08 Thread Alfredo
Thanks for the advice :) Best, Alfredo On Apr 8, 5:54 pm, Laurent PETIT 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 "+ > prot

Re: Idiomatic way to overload "+"

2011-04-08 Thread Alfredo
Thanks for your help :) Bye Alfredo On Apr 8, 3:10 pm, Meikel Brandmeyer wrote: > Hi, > > On 8 Apr., 15:02, Alfredo 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

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

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 wrote: > Hi, > > you can always fully

Idiomatic way to overload "+"

2011-04-08 Thread Alfredo
so (+ 1 2) will fail. Is there a way to archive the requested behaviour without compromising the original "+" and in an idiomatic way? Best, Alfredo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send ema

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 wrote: > Hello everyone, > > I like to introduce you to clj-facebook-graph, it is a Clojure client > for the Facebook Graph

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
saxophonist 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

Re: clj3D, a Clojure 3D Library

2011-04-06 Thread Alfredo
ample, 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 y

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
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 m

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 wrote: > On Wed, Apr 6, 2011 at 3:20 PM, Alfredo wrote: > > First screencast is out! > > >http://www.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: 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

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
ssues before.. > > Sunil. > > > > > > > > On Tue, Apr 5, 2011 at 4:25 PM, Alfredo wrote: > > I've just checked clj3D on another computer, downloading the zip from > > github. It works perfectly. > > Are you sure to have followed all the steps requ

Re: clj3D, a Clojure 3D Library

2011-04-05 Thread Alfredo
:aot directive 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

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 messa

clj3D, a Clojure 3D Library

2011-04-04 Thread Alfredo
tested only on my Macbook pro. Every 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&q