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) the
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,
Chr
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 slim
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 wrote:
> Is there any materials to introduce how to setup emacs env for
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)
>
> (symbo
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
wrote:
> 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
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