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.nthFrom(RT.java:857)
        at clojure.lang.RT.nth(RT.java:807)
        at leiningen.core.project$dep_key.invoke(project.clj:175)
        at leiningen.core.project$reduce_dep_step.invoke(project.clj:183)
        at clojure.lang.ArrayChunk.reduce(ArrayChunk.java:58)
        at clojure.core.protocols$fn__6041.invoke(protocols.clj:98)
        at 
clojure.core.protocols$fn__6005$G__6000__6014.invoke(protocols.clj:19
)
        at clojure.core.protocols$seq_reduce.invoke(protocols.clj:31)
        at clojure.core.protocols$fn__6024.invoke(protocols.clj:60)
        at 
clojure.core.protocols$fn__5979$G__5974__5992.invoke(protocols.clj:13
)
        at clojure.core$reduce.invoke(core.clj:6177)
        at leiningen.core.project$meta_merge.invoke(project.clj:391)
        at clojure.core$merge_with$merge_entry__4279.invoke(core.clj:2698)
        at clojure.core$reduce1.invoke(core.clj:896)
        at clojure.core$merge_with$merge2__4281.invoke(core.clj:2701)
        at clojure.core$reduce1.invoke(core.clj:896)
        at clojure.core$reduce1.invoke(core.clj:887)
        at clojure.core$merge_with.doInvoke(core.clj:2702)
        at clojure.lang.RestFn.invoke(RestFn.java:439)
        at leiningen.core.project$meta_merge.invoke(project.clj:395)
        at 
leiningen.core.project$apply_profiles$fn__1009.invoke(project.clj:417
)
        at clojure.lang.ArrayChunk.reduce(ArrayChunk.java:58)
        at clojure.core.protocols$fn__6041.invoke(protocols.clj:98)
        at 
clojure.core.protocols$fn__6005$G__6000__6014.invoke(protocols.clj:19
)
        at clojure.core.protocols$seq_reduce.invoke(protocols.clj:31)
        at clojure.core.protocols$fn__6026.invoke(protocols.clj:54)
        at 
clojure.core.protocols$fn__5979$G__5974__5992.invoke(protocols.clj:13
)
        at clojure.core$reduce.invoke(core.clj:6177)
        at leiningen.core.project$apply_profiles.invoke(project.clj:415)
        at leiningen.core.project$init_profiles.doInvoke(project.clj:603)
        at clojure.lang.RestFn.invoke(RestFn.java:425)
        at leiningen.core.main$_main$fn__1332.invoke(main.clj:257)
        at leiningen.core.main$_main.doInvoke(main.clj:252)
        at clojure.lang.RestFn.invoke(RestFn.java:436)
        at clojure.lang.Var.invoke(Var.java:423)
        at clojure.lang.AFn.applyToHelper(AFn.java:167)
        at clojure.lang.Var.applyTo(Var.java:532)
        at clojure.core$apply.invoke(core.clj:617)
        at clojure.main$main_opt.invoke(main.clj:335)
        at clojure.main$main.doInvoke(main.clj:440)
        at clojure.lang.RestFn.invoke(RestFn.java:482)
        at clojure.lang.Var.invoke(Var.java:431)
        at clojure.lang.AFn.applyToHelper(AFn.java:178)
        at clojure.lang.Var.applyTo(Var.java:532)
        at clojure.main.main(main.java:37)
C:\Users\a\work

On Tuesday, October 1, 2013 6:45:16 AM UTC-4, Shantanu Kumar wrote:
>
> 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 not create 
> a project in C:\Windows\system32 directory. Try it thus (I assume lein.bat 
> is on your PATH):
>
> C:\> mkdir \work
> C:\> cd \work
> C:\work> lein new app foo
> C:\work> cd foo
> C:\work\foo> lein repl
>
> Once you are at the REPL in Windows, you can press Ctrl+Z followed by 
> <Enter> to quit.
>
> Check this out for editor help: 
> http://clojure-doc.org/articles/content.html#clojure_tutorials
>
> Shantanu
>
> On Tuesday, 1 October 2013 15:56:07 UTC+5:30, Zeynel wrote:
>>
>> I was hoping that someone here can help me to start with Clojure. Nothing 
>> seems to be working now. This is the thread with question about Light Table 
>> https://groups.google.com/forum/#!topic/light-table-discussion/Nif7b82DrzY. 
>> Light Table cannot connect to the project. 
>>
>> This is the question about Leiningen: 
>> http://stackoverflow.com/questions/19105792/creating-a-new-project-with-leiningen-in-windows-7
>>  I 
>> am unable to create a new project with Leiningen. 
>>
>> Can anybody help me resolve these issues? Unfortunately, I am on Windows 
>> 8 working as Windows 7. I hope to switch to Mac but it's too expensive.
>>
>> I also downloaded Emacs and I am learning that. Is it better to use Emacs 
>> repl instead of Light Table? I don't know how to do that yet, I am still 
>> learning the basics of Emacs.
>>
>

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to