Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-03 Thread Gary Verhaegen
That is because the repl is specific to a given project, so there would not be much point in a general shortcut (or it would require more work than juste wrapping the commandline repl, such as a gui to beowse the filesystem to a given project). You have to start the repl from the root folder of yo

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-02 Thread Zeynel
Ok. I created a project and there is core.clj file and I also ran the failing tests included in the project file. One thing I noticed the installer didn't do is that it did not put a shortcut to closure REPL on the start menu. I am just starting the windows command line from the start menu. O

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-02 Thread Peter Mancini
Ok, so you did not get lein working. If it were working you would not have problems creating a new project. I know you are eager to press forward. Admirable. However, it is what we call initiative without judgement. In the world of engineering that is considered ill-advised. So, lets get back to

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks everyone. I reinstalled Lein this time without using the window installer and it is now working. Thanks, again. On Tuesday, October 1, 2013 6:26:07 AM UTC-4, Zeynel wrote: > > I was hoping that someone here can help me to start with Clojure. Nothing > seems to be working now. This is the

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
There is an explanation of the error message here http://dev.clojure.org/jira/browse/CLJ-5 but I did not understand if there is a fix or what causes the error. On Tuesday, October 1, 2013 6:26:07 AM UTC-4, Zeynel wrote: > > I was hoping that someone here can help me to start with Clojure. Nothin

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
I understand this, and I want to continue with Light Table, I liked it too. And the error pasted above is the same error that Light Table gives. I asked the same question in Light Table forum but there were no answers yet about the error message. https://groups.google.com/forum/#!topic/light-ta

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. I am glad to hear that Light Table and Lein are working on Windows 8. I am using a wrapper to have the start button, but I did not have any problems related to that so far. I checked curl's site but I wasn't sure why I need it. I installed Lein using Windows installer and that worked. B

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. Now I got a different error copied above to my answer to Shantanu. I used Windows installer to reinstall leiningen and that takes cares of adding leing to the PATH. Is this a problem? On Tuesday, October 1, 2013 11:04:31 AM UTC-4, George Oliver wrote: > > To add to Shantanu's directions,

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Zeynel
Thanks. I downloaded leiningen again and installed it and I created the folder as described above but I get this error message. Does this make sense? C:\Users\a\work>lein new app my-app java.lang.UnsupportedOperationException: nth not supported on this type: Symbol at clojure.lang.RT.nt

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread George Oliver
To add to Shantanu's directions, if you receive an error when doing mkdir in C:\ it's probably because your user account doesn't have permissions to create directories there. At that point you have two basic options: 1) use a user account with admin privileges to do all your work (not recommend

Re: Problems starting with Clojure and Leiningen and Light Table

2013-10-01 Thread Shantanu Kumar
Hi Zeynel, I suspect you are fighting too many challenges at once. I would suggest that you get Leiningen working first, then try a simple editor that you are most comfortable with. Which Leiningen version are you using? Make sure it's the latest version. What error message are you getting? Do