On Fri, Jan 13, 2012 at 6:41 PM, <s...@ida.net> wrote: > When I run leiningen , I can execute lein within any folder. For instance I > have a folder c:\projects, i run lein new abc. I then have a folder "abc" > that is created ,and all the projects files are stored within folder "abc".
As far as I can know, Leiningen won't really be of use for ClojureCLR projects. It's a tool for Clojure on the JVM. > I installed clojure clr in a folder "clr". I can run clojure.main.exe > located in c:\clr\ > Do have to create ui.clj in the same folder as is clr > ? No, you can put ui.clj anywhere. > I thought i would have a place that is designated for clojureclr > Do I set clr in my path: so I can execute from within any folder? No, you can call Clojure.Main.exe with an absolute path if you want. However, adding the directory to your PATH environment variable is often more convenient, so that you only have to type Clojure.Main.exe instead of the full path to Clojure.Main.exe. Hope this helps, Jeff > ----- Original Message ----- From: "Jeff Dik" <s45...@gmail.com> > To: <clojure@googlegroups.com> > Sent: Friday, January 13, 2012 2:43 PM > Subject: Re: clojure clr files ????? > > > > On Fri, Jan 13, 2012 at 2:21 PM, jayvandal <s...@ida.net> wrote: >> >> I have installed clr in a folder called "clr" and have net installed. >> I can click on main exe and get the clr to give me a repl . When I get >> ready to create the ui. file in the example where am i storing files >> In leiningen i create a folder for the project all the files are >> stored in the project folder. >> In creating a "UI with Windows Forms", do i have other files ???? > > > I don't really understand the question, but perhaps this helps? > http://www.myclojureadventure.com/2012/01/intro-to-clojure-clr-creating-ui-with.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.com > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > > > -- > 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 group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- 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 group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en