Re: [ANN] getclojure.org

2013-05-16 Thread Leon Talbot
This project is actually very useful for learning clojure one (or two!) function at a time. Thanks a lot! -- -- 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 memb

More on Object Behavior System and "the entire hierarchy is a nested data structure"

2013-06-20 Thread Leon Talbot
Hello! I am interested in knowing more about the Object Behavior system presented by Chris Granger at Conj 2012. I find it really clean and the idea of having objects combined with the fact that "the entire hierarchy is a nested data structure that is easy to reason about and modify at runtime

Re: [ANN] Pedestal 0.1.9 has been released

2013-07-03 Thread Leon Talbot
> Brenton has been working hard at preparing a full tutorial of pedestal-app. > We're expecting to release that in just under a month or so. Great news! -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure

Re: ring.middleware.reload and figwheel

2015-07-28 Thread Leon Talbot
+1 Le mercredi 13 mai 2015 09:06:05 UTC-4, Paco Viramontes a écrit : > > Any luck with this? I want to do the same :P > > On Thursday, April 30, 2015 at 3:06:13 AM UTC-7, Dan Kersten wrote: >> >> Hi, >> >> I've got a clojure(script) project where I use figwheel to live-reload >> cljs and this wor

Re: How to debug this trace involving Korma

2014-06-08 Thread Leon Talbot
Thank you Sean and Zeynel! This has been really useful: lein repl => (in-ns 'guestbook.db.schema) => (require :reload 'guestbook.db.schema) => (create-tables) Le dimanche 29 décembre 2013 18:43:34 UTC-5, Zeynel a écrit : > > Yes, I was having problems with the emacs repl > http://stackoverflo

Re: problem 58 on 4clojure

2013-12-10 Thread Leon Talbot
Hello Ritchie! I had almost the same: (fn [& fs] (let [f (last fs) r (rest (reverse fs))] (fn [& data] (reduce #(%2 %) (apply f data) r But then I really liked your destructuring, so I'll take it with me: (fn [& fs] (let [[f & r] (reverse fs)] (fn [& data] (r

Creating a CMS with Clojure(Script)

2013-12-30 Thread Leon Talbot
Hello. I'll be ready to give away 100 $ to help you build this project. leontalbot a gmail 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 mod

Deploying Caribou on Openshift

2013-12-31 Thread Leon Talbot
What would be the simplest way to deploy a Caribou app on openshift? -- -- 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 w

Caribou Data Modeling - Beginner question

2014-01-28 Thread Leon Talbot
I open an REPL (lein repl) and add a model by pasting this : (caribou.core/with-caribou (boot/boot) (caribou.model/create :model {:name "Idea" :fields [{:name "Title" :type "string"} {:name "Desc" :type "string"} {:name "Supporters" :type "link"}

Re: Caribou Data Modeling - Beginner question

2014-01-29 Thread Leon Talbot
Ok I got it. Supporters, Actions and Questions needs to be created separately and linked to Idea. (Idea, which is created at first, doesn't need to mention those) Makes sense! > When I log in to the admin and try to "Modify" this new model, I get only > to see the first 3 custom fields (Ti

Can Clojure be as readable as Python or Ruby ?

2012-03-07 Thread Leon Talbot
If so, how ? Thanks ! -- 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 gro

Re: Can Clojure be as readable as Python or Ruby ?

2012-03-08 Thread Leon Talbot
What I met by readable, is the capacity of reading someone's code. On 7 mar, 18:12, Joachim De Beule wrote: > On Mar 7, 6:39 pm, Leon Talbot wrote: > > > If so, how ? > > > Thanks ! > > Please define "readable". > > Thanks! -- You received this

Keystone, the easiest web framework for Python. How about a 'keystone' for Clojure?

2012-03-18 Thread Leon Talbot
The idea : http://late.am/post/2011/11/27/keystone-a-simple-python-web-framework The doc : http://keystone.readthedocs.org/en/latest/index.html -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

Are there projects similar to meteor.js and derby.js but for clojure/clojurescript?

2012-11-13 Thread Leon Talbot
These two JS projects are bluring the boundaries between server and client. -- 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 patie