is there a way to use drip to speed up the running of unit tests?
I'm not sure if there is way to use drip to speed up the launching and
running of tests, but that would be great if there was.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post
https://www.reddit.com/r/Clojure/comments/5zu1oc/my_datomic_tutorial_feedback_sought/
--
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
clojure channel?
---
On Sunday, March 19, 2017 at 2:34:16 PM UTC-7, Fenton Travers wrote:
>
>
> https://www.reddit.com/r/Clojure/comments/5zu1oc/my_datomic_tutorial_feedback_sought/
--
You received this message because you are
I added a beginner om-next tutorial here:
https://github.com/ftravers/missing-links
Feedback welcome.
Thanks,
Fenton
--
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
I've had this problem too. I solved in a slightly different way. I had my
main function in a clojure file that also defined a component. I moved my
main function into a different file and that did the trick. I didn't need
a :gen-class directive in each file that had a component. I didn't ne
Are there functions that would operate on an map_entry, to give the key and
the value? I image looping over a map and with each entry being able to
get the key of that map_entry and the value of that map_entry. I know
'keys' and 'vals' but that operates on a collection versus a map_entry
tupl
Tried those with a single entry map and they didn't workobviously
(face-palm). Forgot to loop over the map first! Thanks!!!
On Friday, September 25, 2015 at 1:32:51 PM UTC-7, Fenton Travers wrote:
>
> Are there functions that would operate on an map_entry, to give the key
>
I hit this problem again and it had another solution. I have included the
ns: 'user' in my project.clj ala:
:source-paths ["src" "dev"]
|-- dev
| `-- user.clj
|-- project.clj
`-- src
`-- mount_issue
`-- core.clj
I required the library in the user.clj and that caused the havoc.
All fantastic comments...I was thinking why didn't i use - instead of plus!
I'll fix these up soon.
On Sun, Jun 10, 2012 at 6:05 AM, Ulises wrote:
> Additional to all the positive comments, I'd suggest you use an
> operator which is not commutative, otherwise the differences between
> -> and ->