Looks nice indeed ! Very REST oriented, isn't it ?
One thing : I'm new to clojure and gathering information about the whole
ecosystem, including web frameworks, but find it hard to figure what to
choose. It would help to have clues of funkyweb's "positioning" regarding
other frameworks such as c
That's make things clearer to me, and especially James' summary which is
simple when exposed but time-consuming to figure out by yourself :-)
As for Flash, I've never met such thing in my everyday java world, but it's
a nice idea.
Thanks to all of you !
--
Cédric
--
You received this message
Flash just can't be so wide spread in the java world. No it can't.
It does ??? Oh please, please !!.. ok shame on me :-/ !
Cédric, learning java stuff on clojure's mailing lists :-) !
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to thi
2012/6/8 Andy L
>
> Is there a simple test for sequable?
seq?
--
Cédric
--
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 pa
2012/6/8 Ambrose Bonnaire-Sergeant
> No. I assume you mean seqable.
>
> If it did exist, it would look something like:
>
> Is there a simple test for sequable?
Oh ok, I don't get the difference between seq and seqable..
Btw, i found this (
https://github.com/richhickey/clojure-contrib/blob/9f4
2012/6/8 Cédric Pineau
>
> 2012/6/8 Ambrose Bonnaire-Sergeant
>
>> No. I assume you mean seqable.
>>
>> If it did exist, it would look something like:
>>
>> Is there a simple test for sequable?
>
>
> Oh ok, I don't get the difference between
I just manage to get the lazytest facility of lein-midje I used with lein1
back with lein2 :
(defproject hands-on "0.1.0-SNAPSHOT"
:repositories {"stuart" "http://stuartsierra.com/maven2"}
:dependencies [[org.clojure/clojure "1.4.0"]
[midje "1.4.0"]
[com.stu