My apologies, I just realized that there is a clojurescript group. I will
ask my question there.
2015-06-15 23:02 GMT-04:00 Damien Lepage :
> Hello,
>
> I found the following technique in order to have a record inheriting a
> base behavior, using extend: https://gist.github.com/
Hello,
I found the following technique in order to have a record inheriting a base
behavior, using extend: https://gist.github.com/david-mcneil/661983
Unfortunately this can't work in ClojureScript at this point, due to the
lack of extend. Is there any alternative or should I fall back to bare
fu
il 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
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.g
/groups.google.com/group/clojure?hl=en
>
> --
> 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
the right path.
But, most importantly, beyond any technical consideration, the last part is
a great life lesson.
--
Damien Lepage
http://damienlepage.com
@damienlepage <https://twitter.com/#!/damienlepage>
linkedin.com/in/damienlepage <http://www.linkedin.com/in/damienlepage>
--
You r
Hello,
Vhector is a clojure client for the NoSQL database Apache Cassandra,
wrapping the Java client Hector.
It is now upgraded to work on Clojure 1.3 with Cassandra 1.0
https://github.com/damienlepage/vhector
--
Damien Lepage
http://damienlepage.com
@damienlepage <https://twitter.
le
> 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
> clojure+unsubscr...@googlegroup
gt; 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
t together.
--
Damien Lepage
http://damienlepage.com
--
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
t; On Tue, Apr 19, 2011 at 10:38 AM, Damien Lepage
> wrote:
> > Hi Everyone,
> >
> > I'm on a mission: introducing Clojure in my company, which is a big
> > consulting company like many others.
> >
> > I started talking about Clojure to my manager
But, let's face it, that doesn't give me a killer answer.
What could help is a list of success stories, a bit like MongoDB published
here:
http://www.mongodb.org/display/DOCS/Production+Deployments
Is there a place where I could find this kind of information for Clojure?
Thanks
--
Dam
ash-map %2 %1) tail more))
> > I still cannot understand what is going on in this code. juxt always
> > make my head crashed.
> >
> > Thanks.
> >
> > 2011/3/11 Damien Lepage :
> >> Hi
> >>
> >> I wrote a function to transform a variable numb
Hi
I wrote a function to transform a variable number of arguments into embedded
maps.
Here is what it does:
> (enmap 1 2)
{1 2}
> (enmap 1 2 3)
{1 {2 3}}
> (enmap 1 2 3 4)
{1 {2 {3 4}}}
> (enmap 1 2 3 4 {5 6 7 8})
{1 {2 {3 {4 {5 6, 7 8}
Here is my implementation:
(defn enmap [arg & args]
clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
--
Damien Lepage
http://damienlepage.com
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to thi
>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>>
>>
>>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo
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
> clojure+unsubscr...@googlegrou
16 matches
Mail list logo