Rainer, I've pushed some updates to nleiningen. Be sure you do a git submodule update first. There is now a Bootstrap project that you can build from VS 2010 - enable Nuget package restore on it first and then try building. There is a private nuget package for Clojure.dll that it pulls. Then you use script\repl.bat to start a repl (you must do this from the root of the nleiningen dir). You should be again to compile nlein.exe using the following commands:
user=> (use 'nleiningen.core) user=> (main "compile") Let me know if you get this to work or if you have any problems. Please keep in mind that this is just a proof of concept really - the code is not too well organized yet. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
