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

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: clojure library code fails to load resource file when called from java

2012-09-07 Thread fenton
isn't very useful. Stick with the URL > returned bye clojure.java.io/resource. > > Dave > > On Fri, Sep 7, 2012 at 10:58 AM, fenton > > wrote: > > > https://github.com/ftravers/PublicDocumentation/blob/master/clojure/resource-file.md > > > >

clojure library code fails to load resource file when called from java

2012-09-07 Thread fenton
new Core();c.readFile(); A FileNotFound exception is thrown: java.io.FileNotFoundException: /home/fenton/.m2/repository/test-package/test-project/0.1.0-SNAPSHOT/test-project-0.1.0-SNAPSHOT.jar!/test.txt (No such file or directory) Whereas: InputStream stream =this.getClass().getClassLoader().getRes

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-22 Thread fenton
Hi Brad, I've updated my doc with your questions. Here is how I responded to your particular queries. Note the answer may not be correct as I'm a clojure newbie myself. - Leiningen is a build tool like maven for java, or rake (i think) for ruby. You can use it to publish your jar

Re: How to write XML?

2012-06-17 Thread fenton
Thanks Mark that was it! On Friday, June 15, 2012 6:07:56 AM UTC-7, mwillson wrote: > > On Wednesday, 13 June 2012 20:35:41 UTC+1, fenton wrote: >> >> For some reason I cannot create an XML node. Sample code >> here.<https://gist.github.com/ce66585542f4b42638

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-16 Thread fenton
> > So if someone wants to setup the best environment for developing > clojure, like serious Java developers who want to make clojure their > new home, the community doesn't think having a single page for those > people to use to setup their environment, as a good idea? > > There should be several

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-16 Thread fenton
> > Sorry to be an absolute pain, but could we not have a single page that > has (almost everything) that a newbie might want to know. Can't we be > a bit opinionated, like: > > editor: emacs > builder: leiningen > repl: swank > emacs packages: clojure-mode, paredit, highlight-parens, autocomple

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-14 Thread fenton
into that repo. Possible? Others c this having value? What are the issues with this approach? On Thursday, June 14, 2012 4:12:10 PM UTC-7, Phil Hagelberg wrote: > > On Thu, Jun 14, 2012 at 2:09 PM, fenton wrote > > I'm not going to give up the wonderful prettiness

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-14 Thread fenton
I like the idea of taking care of copyright properly, thanks Sean for the links to those pages. I think the black and white split, docs = confluence, code = github, is not so good. I think John's point about the *.md files being a very good place for documentation. I think the right way to d

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-13 Thread fenton
o the documentation. Github also makes it quite trivial to share contribution permissions and to manage revisions. I don't want to piss of the good people of this community that I'd like to be accepted into...is that possible? I hope so. :) ft On Wednesday, June 13, 2012 12:33

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-13 Thread fenton
Or likely you mean here: http://dev.clojure.org/display/doc/Getting+Started+with+Emacs I'm not sure I can edit this page??? Seems to only leave comments there. On Wednesday, June 13, 2012 12:33:38 PM UTC-7, fenton wrote: > > > https://github.com/ftravers/PublicDocumentation/blob/

Re: A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-13 Thread fenton
Sure would love to. Could you point me to the right location? Here: http://clojuredocs.org/ ? or here: http://en.wikibooks.org/wiki/Clojure_Programming ? or somewhere else? On Wednesday, June 13, 2012 1:13:20 PM UTC-7, Phil Hagelberg wrote: > > On Wed, Jun 13, 2012 at 12:33 PM,

How to write XML?

2012-06-13 Thread fenton
For some reason I cannot create an XML node. Sample code here. Any assistance much appreciated. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

A tutorial for how to setup your clojure development environment for: Emacs, Leiningen and Linux.

2012-06-13 Thread fenton
https://github.com/ftravers/PublicDocumentation/blob/master/clojure-development-setup.md An index to other clojure tutorials: https://github.com/ftravers/PublicDocumentation/blob/master/clojure-index.md -- You received this message because you are subscribed to the Google Groups "Clojure" group

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 ->

Re: Explaining the thrush -> operator.

2012-06-09 Thread fenton
Noted and updated! Thx. On Friday, June 8, 2012 11:02:50 AM UTC-7, fenton wrote: > > I created a tutorial explaining what the thrush -> and ->> operator is. > > > https://github.com/ftravers/PublicDocumentation/blob/master/clojure-thrush.md > > My tutorials are

Explaining the thrush -> operator.

2012-06-08 Thread fenton
I created a tutorial explaining what the thrush -> and ->> operator is. https://github.com/ftravers/PublicDocumentation/blob/master/clojure-thrush.md My tutorials are aimed at people who appreciate VERY explicit explanations, which I think there is a bit of a gap among current internet available

Re: newbie clojure.zip help

2012-06-07 Thread fenton
Found the answer and made a tutorial out of it...feel free to enjoy it: https://github.com/ftravers/PublicDocumentation/blob/master/clojure-read-xml.md On Jun 6, 3:56 pm, fenton wrote: > Nicely formatted version of the > question:https://github.com/ftravers/PublicDocumentation/blob/

newbie clojure.zip help

2012-06-07 Thread fenton
Nicely formatted version of the question: https://github.com/ftravers/PublicDocumentation/blob/master/clojure-question1.md I'm not sure if it's that cool to put questions somewhere else and reference from here...it's just that the formatting there is so nice! If anyone has some nice pointers to tu