Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Pelayo Ramón
On Tue, Apr 6, 2010 at 6:06 PM, Phil Hagelberg p...@hagelb.org wrote: 2010/4/6 Pelayo Ramón pela...@gmail.com: Installed with ELPA clojure-mode and swank-clojure. But slime couldn't find the swank-clojure.jar so I  downloaded it and setted the classpath in .emacs to the directory where I

Re: A syntax question: positional keyword

2010-04-07 Thread Laurent PETIT
I think defnk is deprecated by the new feature mentioned by Stuart. As far as I remember, positional arguments in defnk do not allow to be used either prefixed by their name, either without, so I guess defnk didn't solve your problem definition. 2010/4/7 Sophie itsme...@hotmail.com: On Apr 6,

Proxy and the do special form / var question

2010-04-07 Thread msapp...@web.de
Hi I have been using clojure for a week now and I am working on http://slick.cokeandcode.com/ to create games. I use a proxy for BasicGame , which supplies me with (init) and the game loop. I have to initialize image-based resources either in the game loop or at init so I defined everything @

Re: A syntax question: positional keyword

2010-04-07 Thread David Nolen
The runtime cost of destructuring is not worth getting worked up about. It's easy to check this yourself with (time ...) David On Wednesday, April 7, 2010, Sophie itsme...@hotmail.com wrote: On Apr 6, 7:03 pm, ataggart alex.tagg...@gmail.com wrote: See:

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Phil Hagelberg
2010/4/7 Pelayo Ramón pela...@gmail.com: If you have any idea or inkling why swank-clojure wasn't able to automatically download the jars please let me know; I'd like to get it fixed. I don't have any idea. My emacs knowledge tends to 0. ¿Something I could check to give you some information?

Re: Trying to set emacs for some clojure coding

2010-04-07 Thread Stefan Kamphausen
Hi, On 31 Mrz., 18:29, Stefan Kamphausen ska2...@googlemail.com wrote: Hi, On 31 Mrz., 13:52, Pelayo Ramón pela...@gmail.com wrote: just to add one more to the list...  Note however, that this is what worked *for me* and it means going against the grain.  So if there is anything wrong with

Re: A syntax question: positional keyword

2010-04-07 Thread Armando Blancas
Just curious   - what folks think of fixed-positional-keyword params   - whether it was considered for Clojure It's difficult to image that keyword params will be considered in languages where they aren't folklore, as they are in Smalltalk, Objective-C, and Self. Unlike Smtalltalk and Self,

Re: let's all link to the getting started pages!

2010-04-07 Thread Wilson MacGyver
I noticed there is no section or link on using clojure with gradle. What can I do to help make that happen? On Tue, Apr 6, 2010 at 11:55 AM, Stuart Halloway stuart.hallo...@gmail.com wrote: People getting started with Clojure have struggled to find an up-to-date source for information on

Re: let's all link to the getting started pages!

2010-04-07 Thread Avi Schwartz
On March 30th Eric Thorsen released version 1.1 of the Enclojure plugin for NetBeans and posted to the enclojure group the following information. You may want to update the information about Enclojure and NetBeans: Requirements: Netbeans 6.8 To use the new release: 1. If you already have

New clojure support in Polyglot Maven

2010-04-07 Thread Antony Blakey
I've just pushed a major update to the Clojure support in pmaven to http://github.com/sonatype/polyglot-maven. It now covers 100% of maven by reflecting over the maven object model. Examples are in the tests and in the reader.clj source file. It includes leiningen support e.g. mvn -f

Re: My non-ELPA Emacs swank-clojure setup

2010-04-07 Thread Brent Millare
http://tentclube.blogspot.com/ I made a blog post on this a while ago, but I've simplified the process now. I'm still working on making it easier to deploy on different systems though. -Brent On Apr 7, 5:12 pm, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: I stubbornly refuse to use ELPA. I

Re: My non-ELPA Emacs swank-clojure setup

2010-04-07 Thread Phil Hagelberg
On Wed, Apr 7, 2010 at 7:57 PM, Brent Millare brent.mill...@gmail.com wrote: http://tentclube.blogspot.com/ I made a blog post on this a while ago, but I've simplified the process now. I'm still working on making it easier to deploy on different systems though. Both those options sound like