Wrote a beginner om-next tutorail

2017-07-18 Thread Fenton Travers
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

Re: ANN: I wrote a beginner datomic tutorial I wanted to share with y'all, constructive feedback welcome

2017-03-21 Thread Fenton Travers
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

ANN: I wrote a beginner datomic tutorial I wanted to share with y'all, constructive feedback welcome

2017-03-19 Thread Fenton Travers
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

is there a way to use drip to speed up the running of unit tests?

2016-06-23 Thread Fenton Travers
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

Re: Uberjar woes

2015-12-10 Thread Fenton Travers
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.

Re: functions that operate on map_entry?

2015-09-25 Thread Fenton Travers
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 >

functions that operate on map_entry?

2015-09-25 Thread Fenton Travers
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

Re: Uberjar woes

2015-09-07 Thread Fenton Travers
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

Re: Explaining the thrush -> operator.

2012-06-10 Thread Fenton Travers
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 ->