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