Re: Record base implementation in ClojureScript

2015-06-15 Thread Damien Lepage
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/

Record base implementation in ClojureScript

2015-06-15 Thread Damien Lepage
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

Re: Bret Victor's live editable game in ClojureScript

2012-02-27 Thread Damien Lepage
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

Re: Bret Victor - Inventing on Principle

2012-02-24 Thread Damien Lepage
/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

Bret Victor - Inventing on Principle

2012-02-24 Thread Damien Lepage
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

ANN: vhector 0.2

2012-02-05 Thread Damien Lepage
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.

Re: Flattening a tree

2011-10-22 Thread Damien Lepage
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

Re: is there a 4Clojure forum anywhere?

2011-08-31 Thread Damien Lepage
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

ANN: Vhector, client for Apache Cassandra

2011-04-30 Thread Damien Lepage
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

Re: Who's using Clojure?

2011-04-19 Thread Damien Lepage
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

Who's using Clojure?

2011-04-19 Thread Damien Lepage
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

Re: Can this function be simpler?

2011-03-10 Thread Damien Lepage
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

Can this function be simpler?

2011-03-10 Thread Damien Lepage
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]

Re: Transforming map entries

2011-02-22 Thread Damien Lepage
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

Re: flattening a tree

2011-02-21 Thread Damien Lepage
>> 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

Re: flattening a tree

2011-02-21 Thread Damien Lepage
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