Re: How to escape a space in a keyword?

2012-03-13 Thread Andy Fingerhut
Thanks. These are now available on clojuredocs.org pages for functions keyword and symbol: http://clojuredocs.org/clojure_core/clojure.core/symbol http://clojuredocs.org/clojure_core/clojure.core/keyword linked to from: http://clojure.org/cheatsheet Andy On Mar 12, 2012, at 10:11 PM, Frank

Re: How to escape a space in a keyword?

2012-03-13 Thread Meikel Brandmeyer (kotarak)
Hi, Am Dienstag, 13. März 2012 07:46:58 UTC+1 schrieb Andy Fingerhut: http://clojuredocs.org/clojure_core/clojure.core/symbol And right below is an example of invalid usage. Sincerely Meikel -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: How to escape a space in a keyword?

2012-03-13 Thread Andy Fingerhut
Which one? (symbol 'foo) (symbol foo) (symbol clojure.core foo) I don't see it, but I'm probably having a senior moment. clojuredocs.org are editable to anyone willing to create a free account, by the way. I'm nobody special there. Andy On Mar 12, 2012, at 11:53 PM, Meikel Brandmeyer

Re: How to escape a space in a keyword?

2012-03-13 Thread Kevin Ilchmann Jørgensen
So user= (map symbol (rest (.split 1+2+3+4 ))) can be deleted ? /Kevin On Tue, Mar 13, 2012 at 8:04 AM, Andy Fingerhut andy.finger...@gmail.com wrote: Which one? (symbol 'foo) (symbol foo) (symbol clojure.core foo) I don't see it, but I'm probably having a senior moment.

Re: How to escape a space in a keyword?

2012-03-13 Thread Andy Fingerhut
Ah, my senior moment was not noticing the invalid example use of symbol in the second example, which was passing strings of decimal digits to symbol. I went ahead and deleted that one. Thanks, Andy On Mar 13, 2012, at 12:04 AM, Andy Fingerhut wrote: Which one? (symbol 'foo) (symbol

Re: Which emacs packages?

2012-03-13 Thread Moritz Ulrich
There's Emacs Starter Kit[1] maintained by Phil Hagelbert (technomancy). That might be a good starting point, especially for Clojure. [1]: https://github.com/technomancy/emacs-starter-kit On Tue, Mar 13, 2012 at 04:09, jaime xiejianm...@gmail.com wrote: Is there any materials to introduce how

Re: Which emacs packages?

2012-03-13 Thread Sanel Zukan
Or Evil (http://gitorious.org/evil) :) On Monday, March 12, 2012 8:03:52 PM UTC+1, Sean Devlin wrote: vim :-p On Thursday, March 8, 2012 12:10:15 PM UTC-5, AndyK wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like

A Noir + ClojureScript template

2012-03-13 Thread Chris Granger
Hey folks, As has been requested, there is now a Noir + CLJS lein-newnew template: https://github.com/ibdknox/cljs-template projects created with it automatically include all the bells and whistles necessary to compile your CLJS and start coding - it's finally as easy as lein run :) Cheers,

[ANN]: vmwebadm - a CloudAPI implementation for SmartOS in ClojureScript

2012-03-13 Thread Heinz N. Gies
Hi everybody, the last few days I've been hiding in my secret laboratory now I got a little surprise for you. A application to run on your SmartOS host that provides the CloudAPI, it supports the (in my eyes) most important features for a single host system (create/delete/start/stop/update)