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
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
> 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
+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
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
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
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
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
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"}
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
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
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
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.
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
14 matches
Mail list logo